Log in

View Full Version : upgrad to 1.5.8 nuked my site


dirtycrow
07-14-2006, 04:10 AM
error on log in as user or into admin panel

Database error in vBulletin 3.5.4:

Invalid SQL:

SELECT items.*, category.name AS categoryname, category.allowedgroups AS categoryallowedgroups, category.deniedgroups AS categorydeniedgroups
FROM vbplaza_item AS items
LEFT JOIN vbplaza_category AS category ON (category.categoryid = items.category)
WHERE items.active = 1

ORDER BY displayorder;

MySQL Error : Table 'xxx_forums.vbplaza_item' doesn't exist
Error Number : 1146
Date : Friday, July 14th 2006 @ 01:07:53 AM
Script : http://forums.xxx.com/login.php
Referrer :
IP Address : xxxx
Username : Dirty Crow
Classname : vb_database

TTG
07-14-2006, 05:08 AM
To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

You can then access the forum and deal with the problem :)

dirtycrow
07-14-2006, 05:18 AM
To temporarily disable the plugin system, edit config.php and add this line right under <?php



You can then access the forum and deal with the problem :)
did, now i get an error - Fatal error: Call to undefined function: print_portal_output() in /home/xxx/public_html/forums/cmps_index.php on line 44

TTG
07-14-2006, 05:25 AM
looks like you're trying to access your root domain .. add this to the end and go straight to your admincp overwriting the cmps_index.php with :-

admincp/index.php

dirtycrow
07-14-2006, 05:28 AM
OK, thank you soo much TTG, i was able to get in and fix it all

thank god!

TTG
07-14-2006, 05:30 AM
don't forget to remove the additional code you added to your config.php :)

dirtycrow
07-14-2006, 05:32 AM
don't forget to remove the additional code you added to your config.php :)
done. i wonder if other people have had the same issue

fly
07-14-2006, 11:41 AM
What did you do to fix it?

dirtycrow
07-14-2006, 02:17 PM
What did you do to fix it?
once i was able to get into the admin panel i just ran the xml.