PDA

View Full Version : [HELP!!] Please help...I'm Locked out of my forum


digitalPIMP
08-27-2004, 05:32 AM
After a member said that they couldn't see the forums, I logged out just to see if it was a cookie problem.
Low and behold...I'm locked out!!!
I cant login into the admin area to turn off the vbpager and All of my SQL tables start with hevdigg_vb_blah blah blah

What could be the script making the forum look for a table called hevdigg_vb.pager???

Here's the error page

Database error in vBulletin 3.0.3:

Invalid SQL: select p.tosessionid from pager as p left join session as
s on (s.sessionhash = p.tosessionid) where p.active=1 and
p.tosessionid='02f62bcf40833670c25e3c57a6f4378e'
mysql error: Table 'hevdigg_vb.pager' doesn't exist

mysql error number: 1146

Date: Thursday 26th of August 2004 10:58:48 PM
Script: http://forum.crnunplugged.com/
Referer:
Username: Unregistered
IP Address: xxxxxxxxxxxxx

Any help is appreciated as I'm lost in what to do and truly locked out of my forum that I just started promoting.

Thanks in advance guys/gals,
digitalPIMP

digitalPIMP
08-27-2004, 05:39 AM
Sorry...I forgot to mention that I have the:
HTL hack
Arcade hack
Ucost store hack
and the vbpager hack installed

Xenon
08-27-2004, 01:49 PM
it seems the vbpager hack doesn't support table prefixes.
It's a bug most authors tend to produce sometimes ;)

look through the vbpager install file into the query and change all FROM pager AS p

into
FROM " . TABLE_PREFIX ."pager AS p

digitalPIMP
08-28-2004, 08:11 AM
Thanks alot Xenon.....Thats exactly where the problem was.
It was inside of the global.php file.....back to promoting.

thx again bro!

Xenon
08-28-2004, 03:21 PM
you're welcome