I get the following error message:
Unknown column 'account_reminder.uid' in 'where clause' query: DELETE drupalaccount_reminder.* FROM drupalaccount_reminder,drupalusers WHERE account_reminder.uid=users.uid AND access!=0 AND users.uid!=0 AND status=1 in /var/www/virtual/***/htdocs/includes/database.mysql.inc nella riga 172.
Seems there's something wrong with the tables.
Any suggestions?
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | account_reminder_where.patch | 751 bytes | chirale |
Comments
Comment #1
gaijinu commentedAdd table prefix support. Ex:
Replace account_reminder.uid with {account_reminder}.uid. Do the same for users.
Comment #2
chirale commentedgaijinu suggestion fix the bug, please implement it.
Comment #3
jaydub commentedfixed in CVS
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.