help fast please !!!

cinneke

New Member
cant get in my admin anymore

Code:
Database error in vBulletin 3.8.2:

Invalid SQL:
SELECT script, action, optionname FROM adminhelp;

MySQL Error   : Table 'xx.adminhelp' doesn't exist
Error Number  : 1146
Request Date  : Friday, May 22nd 2009 @ 01:51:28 PM
Error Date    : Friday, May 22nd 2009 @ 01:51:28 PM
Script        : http://www.index.php
Referrer      : http://www./forum/
IP Address    : 
Username      : xxx
Classname     : vb_database
MySQL Version : 4.1.21-standard-log

--------------- Added [DATE]1242995629[/DATE] at [TIME]1242995629[/TIME] ---------------

i miss the latest admin help table anyone can fix this ?
how to add this php code back ?
thx
 
Can you see this table in phpmyadmin? Your db tables are missing. Either you did not backup and restore the database, or you are using a table prefix and have not updated config.php with this prefix.

I don't know that a hack is causing this problem but you might try to disable hooks manually to see if it will let you into your admincp. Add in the following line of code in config.php file inside vBulletin directory to disable the plugin system, at the top of the file right after <?php line.

Code:
define('DISABLE_HOOKS', true);
 
bluescorpion said:
Can you see this table in phpmyadmin? Your db tables are missing. Either you did not backup and restore the database, or you are using a table prefix and have not updated config.php with this prefix.

I don't know that a hack is causing this problem but you might try to disable hooks manually to see if it will let you into your admincp. Add in the following line of code in config.php file inside vBulletin directory to disable the plugin system, at the top of the file right after <?php line.

Code:
define('DISABLE_HOOKS', true);

same error dammn if i know how to fix this i miss the table someone nows how to add that in my php admin?
 
Back
Top