Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] wordpress database error


  • crepmaster
    Participant

    @crepmaster

    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?

Viewing 3 replies - 1 through 3 (of 3 total)

  • @mercime
    Keymaster

    @mercime

    and it’s seems is in the themes1bp-corporate\functions.php.

    Deactivate the theme. Either you’re using an outdated theme or you need to upgrade it to latest version. Either way, please contact the theme author.


    crepmaster
    Participant

    @crepmaster

    thanx issue solved with the update to 1.4.5


    @mercime
    Keymaster

    @mercime

    Great. Thanks for posting back here. Marking this as resolved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Resolved] wordpress database error’ is closed to new replies.
Skip to toolbar