[Resolved] wordpress database error
-
hy folks and happy new year ,
i’m using buddypress Version 1.6.2,
wordpress 3.5
theme bp-corporate Version 1.4.4
i’m having this issue
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 ()
i have deactivated all the plugin but the issue still in,
i have made a search and find
and it’s seems is in the themes1bp-corporate\functions.php.
How to solve the issue please?
- The topic ‘[Resolved] wordpress database error’ is closed to new replies.