For all of those user who find errors on your site after installing this plug-in, 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
//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
No comments:
Post a Comment