Skip to main content

Questions tagged [database]

WordPress stores user generated content, along with other configurable information, in a database (typically MySQL).

1 vote
0 answers
30 views

I am learning the steps for making a custom table for a plug-in I am designing. I have the functions that install the custom DB table working just fine, but I want to be a good citizen, and if a user ...
Timothy Paustian's user avatar
0 votes
0 answers
35 views

I have the following php file in /wp-content/plugins/[my-plugin]/ test_db.php <?php echo phpversion(), PHP_EOL; echo '<br />', PHP_EOL; echo shell_exec('pwd'), PHP_EOL; echo '<br />', ...
hyp3rg3om3tric's user avatar
3 votes
1 answer
86 views

I'm working on a plugin and have an activation hook that creates several tables using dbDelta. The tables all get created without any errors or issues. Several of the tables have foreign key ...
Jesse Williams's user avatar
0 votes
1 answer
52 views

Basically, I've noticed that custom tables created by plugins show up in the array returned by $wpdb->tables('all') only sometimes See this question for background... In that question, and its ...
sootsnoot's user avatar
  • 135
1 vote
1 answer
113 views

This is strange. I know about $wpdb->table(). But it doesn't seem to show a table that I know "should" exist. I have the Profile Extra Fields plugin installed and activated. I used it to ...
sootsnoot's user avatar
  • 135
1 vote
0 answers
51 views

Im trying to delete images from database, as its accumulating too many duplicated images, tried using some wp plugin but none has really worked, please is there any easier way to go about this? ...
Oac's user avatar
  • 11
-1 votes
2 answers
55 views

Im trying to create a very basic AJAX script that shows a random post title, just so I at least know I can get AJAX to work. But I keep getting a 400 error in the Chrome console. I've been checking my ...
user303096's user avatar
0 votes
0 answers
47 views

I'm working on a WordPress shortcode that aggregates data from Gravity Forms entries. I have: Around 50,000 entries on an enrollment form Around 30,000 entries on a feedback form Over 200 trainings I ...
Aristocles's user avatar
0 votes
1 answer
41 views

Hello is it possible to retrieve in this case only display the text "Dit is een preview tekst" from the database? a:18:{s:9:"preheader";s:25:"Dit is een preview tekst";s:...
user260504's user avatar
0 votes
1 answer
37 views

Following a hack; on a fresh install when after importing the database with phpmyadmin (dropping all tables inside database and import sql file after) wordpress does not seem to load the new database ...
Zondar's user avatar
  • 3
0 votes
0 answers
46 views

I am making a website for a hockey league on WordPress. I have an API moving data into a google sheet. I want to create a template for "Player Profiles" using Elementor for where data will ...
Banter Association's user avatar
0 votes
0 answers
82 views

I recently installed ZorinOS 17.2 on my pc that had Linux Mint XFCE 22 on it (by overwriting it). As a result, I had to reinstall WPLocal and import my sites again. As usual, I had to install some ...
BrigantiumXIX's user avatar
1 vote
0 answers
29 views

Im trying to figure out how to check for products in accordance with their SKUs. I have already figured out how to check if product is in stock. However, each product has 3 purchase buttons: one for ...
JohnLyons's user avatar
1 vote
1 answer
272 views

Error_log files of two websites, https://saahm.net/error_log and https://ochim.com/error_log have the very frequent repetitive errors (P404 Migration skipped. Already completed.) like every second, ...
Master Kim's user avatar
0 votes
0 answers
55 views

I have a problem with my wordpress page (woocommerce store, woodmart parent theme), where the wp_options table in my database gains almost 50MB in size, in what I thought was approximently every 10 ...
mait konts's user avatar

15 30 50 per page
1
2 3 4 5
171