The Arcive of vBulletin Modifications Site. |
|
mySQL query error. Resolved Details »»
|
|||||||||||||||||||||||||
Hi,
Mysql error suddenly in arcade.php. HTML Code:
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 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? Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Did you install or edit anything in the arcade ??
That error is looking for (in_game) table.. Try uninstalling and then reinstall... The product-ibproarcade.XML should write your arcade tables again.. |
|
#3
|
|||
|
|||
|
Start disabling other plugins and testing the arcade. Might be something conflicting with it.
|
|
#4
|
|||
|
|||
|
Quote:
Quote:
Uninstaling and reinstalling. Last alternative.... Yes This works, Thanks
|
![]() |
|
|