SQL Error
-
My theme generate this error when I activate the quiz pro.
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 ‘) order by c.name’ at line 1]
select c.* from wp_terms c,wp_term_taxonomy tt where tt.term_id=c.term_id and tt.taxonomy in (‘placecategory’,’eventcategory’) and count>0 and c.term_id not in () order by c.name
and this one
select regions from wp_multicountry where country_id=
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 cities from wp_multicountry where country_id=
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 ‘) order by sortorder asc, is_default desc’ at line 1]
select city_id,cityname,city_slug from wp_multicity where city_id in () order by sortorder asc, is_default desc
I’m also getting a 500 server error when I try to access my pages from the admin backend. All these problems are gone when I deactivate the plugin.
- The topic ‘SQL Error’ is closed to new replies.