Quote:
Originally Posted by Domenico
I get the following error when running the cron:
Code:
Database error in vBulletin 4.1.3:
Invalid SQL:
SELECT * FROM user
WHERE lastactivity < '1298193385' AND
emailDate < '1300785385' AND emailCount < '1' AND options & 16 AND usergroupid IN ('2') LIMIT 0, 3;
MySQL Error : Unknown column 'emailDate' in 'where clause'
Error Number : 1054
And when I want to reset the reminders I get this:
Code:
Database error in vBulletin 4.1.3:
Invalid SQL:
UPDATE user
SET emailDate = '0',
emailCount = '0';
MySQL Error : Unknown column 'emailDate' in 'field list'
Error Number : 1054
EDIT: Nevermind!
I figured out this had something to do with the old install (after reading the thread) so I completely uninstalled and installed again and now it's working.
|
Good Good! Glad to hear you were able to get it working.