• Resolved dasomen

    (@dasomen)


    For all of those user who find errors on their site after installing this plugin, find the file called ‘catpage.php’ on: ‘/wp-content/plugins/category-displayer’, edit the file and replace every instance of:

    SELECT FROM *

    with:

    SELECT * FROM

    That’s it.

    //this is the error messange on the error_log:
    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 ‘FROM * wp_options WHERE option_id=32′ at line 1

    http://wordpress.org/extend/plugins/category-displayer/

  • The topic ‘[Plugin: Category Displayer] FIX: Error You have an error in your SQL syntax;’ is closed to new replies.