[Plugin: AStickyPostOrderER] SQL error once astickypost is activated
-
Hello everyone!
I was really needing this plugin, it seems very helpful. When I activate this plugin I get this error in my page: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 ‘) WHERE 1=1 AND wp_posts.post_type = ‘post’ AND (wp_posts.post_status = ‘publis’ at line 1]
SELECT SQL_CALC_FOUND_ROWS distinct wp_posts.* , wp_croer_posts.post_rank IS NULL AS isnull FROM wp_posts LEFT JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) LEFT JOIN wp_term_taxonomy ON wp_term_taxonomy.term_taxonomy_id = wp_term_relationships.term_taxonomy_id LEFT JOIN wp_croer_posts ON (wp_posts.ID = wp_croer_posts.post_id AND wp_croer_posts.cat_id = ) WHERE 1=1 AND wp_posts.post_type = ‘post’ AND (wp_posts.post_status = ‘publish’ OR wp_posts.post_status = ‘private’) AND NOT EXISTS (SELECT * FROM wp_term_relationships JOIN wp_term_taxonomy ON wp_term_taxonomy.term_taxonomy_id = wp_term_relationships.term_taxonomy_id WHERE wp_term_relationships.object_id = wp_posts.ID AND wp_term_taxonomy.term_id IN (6,7,1) ) ORDER BY isnull ASC, wp_croer_posts.post_rank ASC, wp_posts.post_date DESC LIMIT 0, 10Any idea what might be causing this?
Thank you in advance and keep the good work.
- The topic ‘[Plugin: AStickyPostOrderER] SQL error once astickypost is activated’ is closed to new replies.