Hey there!
I really love the idea of this add on, and I do need it, but when I try to install i receive:
Database error in vBulletin 3.7.0:
Invalid SQL:
CREATE TABLE whoread (
userid int(10) unsigned NOT NULL default 0,
threadid int(10) unsigned NOT NULL default 0,
dateline int(10) unsigned NOT NULL default 0,
ipaddress varchar(20) NOT NULL default '',
PRIMARY KEY (userid,threadid),
KEY dateline (threadid,dateline),
KEY ipaddress (ipaddress));
MySQL Error : CREATE command denied to user 'vbulletinfor'@'localhost' for table 'whoread'
Error Number : 1142
Request Date : Friday, August 1st 2008 @ 05:14:00 PM
Error Date : Friday, August 1st 2008 @ 05:14:00 PM
Classname : vB_Database
MySQL Version : 5.0.54-log
What can I do?
|