Closed (fixed)
Project:
Page Title
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Jun 2011 at 14:52 UTC
Updated:
14 Jul 2011 at 13:02 UTC
Installed current version from git and confirmed on two sites. Here is full error message:
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 'WHERE (cid = 'page_title:settings')' at line 1: DELETE FROM {} WHERE (cid = :db_condition_placeholder_0) ; Array ( [:db_condition_placeholder_0] => page_title:settings ) in cache_clear_all() (line 169 of ...\includes\cache.inc).
Comments
Comment #1
nicholasthompson:-(
/me looks into problem
How did you cause the error? (ie how do I reproduce?)
Comment #2
nicholasthompsonI have pushed an update the 7.x-2.x-dev - could you do a "git pull" and test please?
I think this was the issue....
Comment #3
zambrey commentedError gone after update. Thanks for quick fix.
Comment #4
nicholasthompsonI'll try to roll this out as a fix ASAP.
Comment #5
nicholasthompsonFixed in 2.5. Cheers.