Database error using gengo plugin
-
Hi,
I have a fresh install of the latest wordpress (2.0.6) and gengo 0.8. I have a problem with function gengo_list_pages(); that returns this errorWordPress 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 'SELECT p2l.post_id FROM wp_post2lang p2l INNER JOIN wp_posts p ]
SELECT ID FROM wp_posts WHERE ID NOT IN (SELECT p2l.post_id FROM wp_post2lang p2l INNER JOIN wp_posts p ON p.ID = p2l.post_id INNER JOIN wp_languages l ON p2l.language_id = l.language_id WHERE l.code = 'de' AND p.post_status = 'static')I have mysql 4.0.24 on OpenBSD 3.8 with PHP 5.0.4.
What I missed?
Thanks
The topic ‘Database error using gengo plugin’ is closed to new replies.