The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#14
|
||||
|
||||
![]()
I forgot about the database error. For future reference, when you get a database error, if you View Page Source on the error page, the full error is there. In this case I just got:
Code:
Database error in vBulletin 3.6.8: Invalid SQL: SELECT thread.threadid, thread.title, thread.lastpost, thread.forumid, thread.replycount, thread.lastposter, thread.dateline, thread.postusername, thread.postuserid, IF(views<=replycount, replycount+1, views) AS views, thread.visible, thread.open, user.username, user.userid, user.usergroupid, IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid FROM thread AS thread LEFT JOIN user AS user ON (user.username = thread.lastposter) WHERE NOT ISNULL(thread.threadid) AND thread.visible = '1' AND thread.open != '10' AND thread.forumid NOT IN (Array) ORDER BY lastpost DESC LIMIT 0, 25; MySQL Error : Unknown column 'Array' in 'where clause' Error Number : 1054 Date : Friday, January 11th 2008 @ 04:43:58 PM Script : http://www.yah00-city.com/ Referrer : https://vborg.vbsupport.ru/showthread.php?p=1419830 IP Address : xx.xx.xx.xx Username : Unregistered Classname : vB_Database ftp to your site and go to includes/config.php and add this line somewhere in the body (right after the "<?php" line is fine): Code:
define('DISABLE_HOOKS', true); |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|