It didn't work for me on 3.6.4 doing a clean install. I got the same sql error that's been mentioned by others in this thread. I was hoping to use the reminder feature only. I'm using MySQL Version 5.0.33-log.
Quote:
Database error in vBulletin 3.6.4:
Invalid SQL:
SELECT subscriptionlog.userid, subscriptionlog.subscriptionid, subscription.subscriptionid, subscriptionlog.expirydate,
user.userid, user.username
FROM subscriptionlog AS subscriptionlog, subscription AS subscription
LEFT JOIN user AS user ON (subscriptionlog.userid = user.userid)
WHERE subscriptionlog.status != '0' AND subscriptionlog.subscriptionid = subscription.subscriptionid AND user.userid = 171 AND subscriptionlog.expirydate < 1175637844
ORDER BY subscriptionlog.expirydate ASC LIMIT 5;
MySQL Error : Unknown column 'subscriptionlog.userid' in 'on clause'
Error Number : 1054
Date : Sunday, March 4th 2007 @ 04:04:04 PM
|