Database Error on latest update
-
ON all admin pages now get error:
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 ‘meta_key=’_sked’ ORDER BY post_title LIMIT 0, 50′ at line 1]
SELECT SQL_CALC_FOUND_ROWS fk6o_posts.*, meta_value as sked FROM fk6o_posts JOIN fk6o_postmeta ON fk6o_postmeta.post_id = fk6o_posts.ID WHERE 1=1 meta_key=’_sked’ ORDER BY post_title LIMIT 0, 50If I deactivate RSPVmaker it goes away, so I can see this is the cause:
If I turn of debug it doesn’t give me much more information
[01-Nov-2017 09:54:41 UTC] 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 ‘meta_key=’_sked’ ORDER BY post_title LIMIT 0, 50′ at line 1 for query SELECT SQL_CALC_FOUND_ROWS fk6o_posts.*, meta_value as sked FROM fk6o_posts JOIN fk6o_postmeta ON fk6o_postmeta.post_id = fk6o_posts.ID WHERE 1=1 meta_key=’_sked’ ORDER BY post_title LIMIT 0, 50 made by include(‘wp-admin/admin-header.php’), do_action(‘admin_notices’), WP_Hook->do_action, WP_Hook->apply_filters, rsvptoast_admin_notice, get_toast_templates, WP_Query->__construct, WP_Query->query, WP_Query->get_posts
Can you please help me fix this.
Many thanks
Mark
The topic ‘Database Error on latest update’ is closed to new replies.