error in SQL syntax
-
Whenever I try to save a page I get an error like:
Notice: Uninitialized string offset: … wp-includes/meta.php on line 1601
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 ‘) OR v.base_field_id IN ())’ at line 4]
DELETE v, m FROM wp_cfs_values v LEFT JOIN wp_postmeta m ON m.meta_id = v.meta_id WHERE v.post_id = ‘8030’ AND (v.field_id IN () OR v.base_field_id IN ())and then twice:
Warning: Cannot modify header information – headers already sent
Any ideas, if and where I can correct this or what’s the possible cause?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘error in SQL syntax’ is closed to new replies.