The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
hmmmm go to cpanel, then database and click on repair database you can give it a try it might work
|
#12
|
|||
|
|||
ohhhhhhhhh thanks lynned and akademiks...now it makes sense...its the vbshout thats causing the problem i will give it a shot as soon as my second problem goes way..i have data base error so i cant get in still trying to get that fix...but thanks so much very kind of u all
i will try to find that line if i am lost than i will paste it to see if someone can help me thanks again... |
#13
|
|||
|
|||
Your DB problem is related to your first problem. Fix your first problem and it should solve the DB error.
|
#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); |
#15
|
|||
|
|||
Yup I Did That Thanks So Much For Everything...all Your Help
|
#16
|
|||
|
|||
this is what it shows for plugin what do i change:
hook: fetch inferno: the error: Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /includes/functions.php(1259) : eval()'d code on line 5 -------------------------------------------- below plugin php code: what do i change if (VB_AREA == "Forum") { global $globaltemplates; $globaltemplates = array_merge($globaltemplates, array('forumhome_vbshout')); } |
#17
|
|||
|
|||
If you have questions/problems with a modification or style, then please post in the thread (or support forum/board) about that modification/style. Best chance to receive a reply from either the author or another member using the same modification/style.
|
#18
|
||||
|
||||
Change that code to:
PHP Code:
|
#19
|
|||
|
|||
thanks thanks thanks thanks thanks..you guys are the best...i cant thank you enough for your help and kindess..may god bless u all
|
#20
|
|||
|
|||
am unable to login my admin panel plzzz help meee frdss............... urget plzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|