ciao a tutti e auguri...e dato che il mondo non è finito oggi,
vorrei chiedere un aiutino per risolvere un problema di plugin dopo migrazione a php 5.3 di wordpress,
mi compare un messaggio che io credo sia di warning perché in realtà il sito funziona correttamente.
io non vedo errori di sintassi. Mi perdo qualcosa?
Grazie.
vorrei chiedere un aiutino per risolvere un problema di plugin dopo migrazione a php 5.3 di wordpress,
mi compare un messaggio che io credo sia di warning perché in realtà il sito funziona correttamente.
Codice:
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 ')' at line 1]
SELECT COUNT( DISTINCT cat_posts.ID ) AS post_count FROM wp_term_taxonomy AS cat_term_taxonomy INNER JOIN wp_terms AS cat_terms ON cat_term_taxonomy.term_id = cat_terms.term_id INNER JOIN wp_term_relationships AS cat_term_relationships ON cat_term_taxonomy.term_taxonomy_id = cat_term_relationships.term_taxonomy_id INNER JOIN wp_posts AS cat_posts ON cat_term_relationships.object_id = cat_posts.ID WHERE cat_posts.post_status = 'publish' AND cat_posts.post_type = 'post' AND cat_term_taxonomy.taxonomy = 'category' AND cat_terms.term_id IN ()
Grazie.