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?

CommentFileSizeAuthor
#2 account_reminder_where.patch751 byteschirale

Comments

gaijinu’s picture

Add table prefix support. Ex:

Replace account_reminder.uid with {account_reminder}.uid. Do the same for users.

chirale’s picture

Status: Active » Needs review
StatusFileSize
new751 bytes

gaijinu suggestion fix the bug, please implement it.

jaydub’s picture

Status: Needs review » Fixed

fixed in CVS

Anonymous’s picture

Status: Fixed » Closed (fixed)

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