Hi!
On my blog every time the post is auto-saved I receive the following warning:
Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/content/u/t/e/utentehosting/html/it/wp-includes/taxonomy.php on line 2411
Warning: implode() [function.implode]: Invalid arguments passed in /home/content/u/t/e/utentehosting/html/it/wp-includes/taxonomy.php on line 2411
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND post_type IN ('post') AND post_status = 'publish'' at line 1]
SELECT object_id, term_taxonomy_id FROM wp_term_relationships INNER JOIN wp_posts ON object_id = ID WHERE term_taxonomy_id IN () AND post_type IN ('post') AND post_status = 'publish'
Warning: Invalid argument supplied for foreach() in /home/content/u/t/e/utentehosting/html/it/wp-includes/taxonomy.php on line 2418
Warning: Cannot modify header information - headers already sent by (output started at /home/content/u/t/e/utentehosting/html/it/wp-includes/taxonomy.php:2411) in /home/content/u/t/e/utentehosting/html/it/wp-includes/classes.php on line 1601
What it all means and how can I fix it?
Andrew