I've tried today to update my Drupal 6.22 installation running update.php script, and I've got the following warning after update:
----
user warning: 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 = 'schema'' at line 1 query: DELETE FROM WHERE cid = 'schema' in /host/Worki/xampplite/htdocs/tac/includes/cache.inc on line 178.
----------------
No other modules were installed or updated in this time.
I am wondering if it might be related to nodewords module
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | nodewords-n1363292.patch | 383 bytes | damienmckenna |
Comments
Comment #1
damienmckenna#facepalm.
That was a minor bug that only meant the update script couldn't clear the schema cache after updating, it shouldn't have any lingering effects.
Comment #2
damienmckennaI've committed the fix, sorry about that.