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

heine’s picture

You can patch on your home/work pc, then upload the changes.

sun’s picture

Status: Active » Postponed (maintainer needs more info)

The table name is missing in this SQL query:
DELETE FROM WHERE
Were 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.

sun’s picture

Status: Postponed (maintainer needs more info) » Fixed

Without further information, I have to guess this issue has been fixed in the meantime.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.