wpdb
uses PHP’s mysqli_affected_rows()
or mysql_affected_rows()
, which can be disabled via an argument in php.ini
. I am guessing that that is what has happened. Check the disabled_functions
line in your php.ini
file and remove the references to those function.
Of the top of my head, I am not sure if extensions like Suhosin mess with that function but that is certainly possible.
Related Posts:
- Multipart/formatted MySQL query problem
- wpdb COALESCE won’t work
- Get posts from category with custom query
- Valid SQL query return empty
- mysql query – how to escape apostrophe?
- How to return count of custom post type posts with a specific custom field value via $wpdb?
- WordPress Mysql query and Duplicate
- Help with Related Posts Function
- Mysql query and odd results
- Return only Count from a wp_query request?
- Differences between wpdb->get_results() and wpdb->query()
- simple sql query on wp_postmeta very slow
- How to Use Wildcards in $wpdb Queries Using $wpdb->get_results & $wpdb->prepare?
- wpdb get posts by taxonomy SQL
- How many WordPress SQL Queries per page?
- Custom $wpdb Query for Custom Post Type by Category
- Can’t pass table to $wpdb->prepare
- $wpdb->get_var not returning a result
- Are database queries created using WordPress filters protected from SQL injection?
- Most effective use of DB querys
- Grouping related postmeta data via SQL query
- $wpdb->query() vs. $wpdb->get_results() vs. phpMyAdmin
- Mysql / WordPress killing my server with 80k users [closed]
- Slow meta_query with about 4 milion record on wp_postmeta
- wpdb::prepare() isn’t working
- Select User by Joining Multiple Meta Value Results
- mySQL query. ORDER BY meta_key
- $wpdb doesn’t appear to work on page inside of a plugin
- Strange string in console from wpdb query
- Using $wpdb->update but confused on the WHERE in and SET
- Update slug (URL) of pending posts via phpMyAdmin
- You have an error in your SQL syntax – Help with query
- What’s wrong with my $wpdb prepare?
- Make one query for adding entries to database
- MySQL variable in query
- How to execute a SQL-query which contains multiple queries using $wpdb->query?
- Alter a specific query on WordPress
- Advanced SELECT query with condtional statements
- Help with MySQL to $WPDB query
- SQL query to select posts from multiple categories
- How do I see the mysql query generated by get_posts( $args )?
- Alter query with posts_clauses to retrieve NULL values last
- wpdb->term_taxonomy count posts from both published and private posts?
- wpdb print all post meta
- Plugin will sort users by usermeta
- Using $wpdb (WPDB class) ‘replace’ with multiple WHERE criteria problem
- MySql Query very slow
- Searching With Apostrophe
- wpdb query problem to access previous 3 days posts
- WordPress Query wp-terms SLOW
- How to write: $wpdb->update having WHERE NOT value pair in the array
- I can’t figure out what’s wrong with this statement. $wpdb->query update
- Use mysql_query instead of $wpdb query
- Custom Query – Based on user input
- Custom WordPress Table wpdb
- Custom SQL Query passing array to WHERE p.id
- Best practice to limit results in get_row()?
- Placing a widget with $wpdb query
- Custom Query returns array, but I can’t see it’s elements
- how to insert missing tags into the posts through mySQL?
- Query Column of Specific ID from Database Table
- Optimize slow SQL query for multiple meta values
- prepare function sql safe method
- WordPress Insert not working with ajax
- How do I query for posts by custom meta and those that have been stickied?
- wpdb update multiple row?
- Formatting a date/time returned from a custom $wpdb query
- Improve performance of slow query
- How to delete all images from code in all post_content
- How do I get specific readable results from this query and array results
- I want to get on those users their meta value are like “AGENT” .. but this query is not working
- Delete oldest wordpress post (SQL query)
- Displaying data from custom table
- Get 2 meta values from meta key column
- WordPress Database Query works in phpMyAdmin but not in the code
- OR condition not working
- Trouble migrating custom post types from non-wordpress cms
- implementing my wp_query using $wpdb class
- Are there any best practices for creating a Like/Favourite feature in WordPress using custom MySQL tables and without any plugins?
- Exclude Posts from a Widget
- Performance of wp_get_attachment_image_srcset() and wp_get_attachment_image_url()
- How to make MySQL search queries with quotes
- Use $wpdb->get_results with filter based on array
- $wpdb query for price in custom field value
- Display result from custom post meta query
- Wpdb empty result only if language is Russian
- Run an update query in a function
- How to fix this insert? Don’t work for me!
- Problem on wpdb queries, wp_insert_post, wp_insert_user etc. The query runs twice
- Update vs Insert logic but the last key is always inserted?
- Custom MySQL Query for Post and Post Meta
- There is way to improve this query? wordpress get post data and some meta data
- $wpdb: how to use a query as a base for another query?
- Wpdb generates too many queries
- Custom Query for searching through custom fields
- sql for querying post and their category
- Access Tables with number prefix
- How to reference same column name but different table in custom db query
- Retrieving custom field array value through db query
- update $wpdb one query