Since a few minutes ago, I´m receiving this email:
what does it means? I have disabled all plugins through config.php but the issue still and I´m unable to enter to my forum because I´m getting a Database Error page
Database error in vBulletin 4.2.0:
Invalid SQL:
SELECT post.postid, post.title, post.pagetext, post.dateline, post.userid, post.visible AS postvisible,
IF(user.username <> '', user.username, post.username) AS username,
thread.threadid, thread.title AS threadtitle, thread.postuserid, thread.visible AS threadvisible,
forum.forumid, forum.password
FROM post AS post
LEFT JOIN user AS user ON (post.userid = user.userid)
INNER JOIN thread AS thread ON (post.threadid = thread.threadid)
INNER JOIN forum AS forum ON (thread.forumid = forum.forumid)
WHERE post.postid IN (750484);
MySQL Error : Unknown column 'user.userid' in 'on clause'
Error Number : 1054
Request Date : Saturday, July 7th 2012 @ 06:44:32 PM
Error Date : Saturday, July 7th 2012 @ 06:44:32 PM
Script : http://www.xxxxx.com/newreply.php?do=newreply&p=750484
Referrer :
IP Address : 65.52.108.25
Username : No registrado
Classname : vB_Database
Invalid SQL:
SELECT post.postid, post.title, post.pagetext, post.dateline, post.userid, post.visible AS postvisible,
IF(user.username <> '', user.username, post.username) AS username,
thread.threadid, thread.title AS threadtitle, thread.postuserid, thread.visible AS threadvisible,
forum.forumid, forum.password
FROM post AS post
LEFT JOIN user AS user ON (post.userid = user.userid)
INNER JOIN thread AS thread ON (post.threadid = thread.threadid)
INNER JOIN forum AS forum ON (thread.forumid = forum.forumid)
WHERE post.postid IN (750484);
MySQL Error : Unknown column 'user.userid' in 'on clause'
Error Number : 1054
Request Date : Saturday, July 7th 2012 @ 06:44:32 PM
Error Date : Saturday, July 7th 2012 @ 06:44:32 PM
Script : http://www.xxxxx.com/newreply.php?do=newreply&p=750484
Referrer :
IP Address : 65.52.108.25
Username : No registrado
Classname : vB_Database
Comment