I have the following error after updating of ctools and panels when i want to go to the admin>structure>pages page:
PDOException: SQLSTATE[42000]: Syntax error or access violation: 1064 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.updated ASC' at line 1: SELECT c.name, s.uid, c.updated FROM {ctools_object_cache} c INNER JOIN {sessions} s ON c.sid = s.sid WHERE c.obj = :obj AND c.name IN () ORDER BY c.updated ASC; Array ( [:obj] => page_manager_page ) in ctools_object_cache_test_objects() (line 134 of /home/juergen/www/public/shiseido_01/sites/all/modules/ctools/includes/object-cache.inc).
this only appears after activation of the panels module.
versions: ctools 7.x-1.0-rc2, panels 7.x-3.2
several cache clearing after modifications didn't solved the problem.
desactivation/deinstallation of the modules and reinstall didn't solved the problem.
any ideas?
Comments
Comment #1
lsolesen commentedPlease try with latest dev to see whether you can reproduce this error?
Comment #2
lsolesen commentedClosing for inactivity. Please reopen with exact steps to reproduce on latest dev, if you still have the issue.