I need to patch my Drupal core but my webhost (and none that I have ever had) does not offer any command line options... is there any other way to patch my install to get rid of the following error (which I assume is related to my non-patched version)?
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 = 'locale:fr'' at line 1 query: DELETE FROM WHERE cid = 'locale:fr' in /local/home/mydomain.com/includes/database.mysql.inc on line 172.
Comments
Comment #1
heine commentedYou can patch on your home/work pc, then upload the changes.
Comment #2
sunThe table name is missing in this SQL query:
DELETE FROM WHEREWere there special chars around the table name that have been removed by d.o's input filters? Please post the error message wrapped with <code> </code> tags again, please.
Comment #3
sunWithout further information, I have to guess this issue has been fixed in the meantime.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.