ogameclub
08-21-2008, 03:30 PM
Hi,
Mysql error suddenly in arcade.php.
mySQL query error: SELECT s.userid, s.location, s.in_game, u.username, g.opentag, g.closetag, u.options
FROM session as s
LEFT JOIN user as u ON (u.userid = s.userid)
LEFT JOIN usergroup as g ON (u.usergroupid = g.usergroupid)
WHERE s.lastactivity > 1219334845 AND s.location LIKE '%rcade%' AND s.location NOT LIKE '%admin%'
GROUP BY s.userid
ORDER BY u.username ASC
Vbulletin and ibProArcade are last version. PHP Version 5.1.6
I rapaired Database tables with phpMyadmin and admincp (No problem)
Arcade game list, categories show normally.
Update User Names, Update Highscores, Update the Best Results and Update League are performed.
I re-installed ibProArcade.
But problems contiune...:(
Any idea?
Mysql error suddenly in arcade.php.
mySQL query error: SELECT s.userid, s.location, s.in_game, u.username, g.opentag, g.closetag, u.options
FROM session as s
LEFT JOIN user as u ON (u.userid = s.userid)
LEFT JOIN usergroup as g ON (u.usergroupid = g.usergroupid)
WHERE s.lastactivity > 1219334845 AND s.location LIKE '%rcade%' AND s.location NOT LIKE '%admin%'
GROUP BY s.userid
ORDER BY u.username ASC
Vbulletin and ibProArcade are last version. PHP Version 5.1.6
I rapaired Database tables with phpMyadmin and admincp (No problem)
Arcade game list, categories show normally.
Update User Names, Update Highscores, Update the Best Results and Update League are performed.
I re-installed ibProArcade.
But problems contiune...:(
Any idea?