![]() |
Getting a strange error at ARCADE
hiii.. I'm getting an error on opening the arcade right after a full database restore. It was working perfect before that.
After restoration, I had to rebuild forum cache as my forum was unable to find any vb tables. I simply did this with tools.php and everything worked fine after that. But now I notice that its unable to find just arcade tables, i think I need to rebuild some sort of arcade's cache as well. Is there an option to do so. However, I can view my games list from the admincp. This is the error I get on visiting arcade:- Code:
mySQL query error: SELECT p.mid, p.tid, t.nbtries, p.timesplayed, p.rungscore, p.rung, p.faceoff, p.notified, t.creat FROM tournament_players AS p LEFT JOIN tournaments AS t ON (p.tid=t.tid) LEFT JOIN tournament_players_statut AS s ON (p.tid=s.tid AND p.mid=s.mid) WHERE p.timesplayed<t.nbtries AND t.demare=1 AND s.statut=0 AND p.timeplayed<1215638945 Any help plz. |
all other ibProArcade-tables are existing ?
you did not change any tableprefix ? Code:
CREATE TABLE IF NOT EXISTS tournament_players (mid int(11) NOT NULL default '0', tid int(11) NOT NULL default '0', rung int(11) NOT NULL default '0', rungscore int(11) NOT NULL default '0', faceoff int(11) NOT NULL default '0', timeplayed int(10) NOT NULL default '0', timesplayed int(11) NOT NULL default '0') |
All times are GMT. The time now is 08:59 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|