Okay, It's not creating the table(s) in the database... I went into the DB to create the table myself, but I realized that I'd also have to create the fields. Can anyone elaborate on what's happening and why this won't install? I've installed many other mods that access my DB without a problem.
Code:
Database error in vBulletin 3.6.4:
Invalid SQL:
SELECT u.username, ea.userid, ea.response, ea.comment, ea.guests, ea.rsvp_date, u.avatarid, u.avatarrevision, avatarpath, NOT ISNULL(customavatar.userid) AS hascustom, customavatar.dateline,
customavatar.width, customavatar.height
FROM vb_eventattendance ea
INNER JOIN vb_user u ON u.userid = ea.userid
LEFT JOIN vb_avatar AS avatar ON avatar.avatarid = u.avatarid
LEFT JOIN vb_customavatar AS customavatar ON customavatar.userid = u.userid
WHERE eventid = 033
AND ocdate = '1167609600'
ORDER BY
ea.response, u.username;
MySQL Error : Unknown column 'ea.userid' in 'field list'
Error Number : 1054
Date : Thursday, December 14th 2006 @ 06:49:55 PM
Script : http://www.domainname.com/vb/showthread.php?t=896
Referrer : http://www.domainname.com/vb/calendar.php?do=manage&e=33
IP Address :
Username : RodentX
Classname : vb_database