vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > v3 Arcade Support > v3 Arcade 2.x.x for vBulletin 3.8.x Support > Troubleshooting, Problems, Questions

Reply
 
Thread Tools Display Modes
  #1  
Old 02-01-2010, 06:03 PM
morris2003 morris2003 is offline
Junior Member
 
Join Date: Mar 2008
Posts: 2
Default Invalid SQL when I try a play

I've upgrade from 1.1.1 to 2.0.0.
When I try a play:
Code:
Invalid SQL:
SELECT MAX(score) AS personalbest, MIN(score) AS personalbestr, gameid FROM v_arcade_sessions AS arcade_sessions WHERE gameid=100 AND userid=1 AND valid=1 GROUP BY gameid;

MySQL Error   : Table 'forum.v_arcade_sessions' doesn't exist
Error Number  : 1146
but everything work fine.
Reply With Quote
  #2  
Old 02-02-2010, 08:49 AM
morris2003 morris2003 is offline
Junior Member
 
Join Date: Mar 2008
Posts: 2
Default Re: Invalid SQL when I try a play

I tried uninstalling and then reinstalling the Arcade, but this error always appears. How I can fix it?
Reply With Quote
  #3  
Old 02-02-2010, 11:50 AM
Mario's Avatar
Mario Mario is offline
Junior Member
 
Join Date: Sep 2005
Posts: 0
Default Re: Invalid SQL when I try a play

The error are from a mod you have installed in the old arcade.
Disable the old mods one by one to find out wich one it is.
Reply With Quote
  #4  
Old 02-02-2010, 12:00 PM
morris2003 morris2003 is offline
Junior Member
 
Join Date: Mar 2008
Posts: 2
Default Re: Invalid SQL when I try a play

Fixed. Thank You
Reply With Quote
  #5  
Old 02-02-2010, 03:51 PM
KW802's Avatar
KW802 KW802 is offline
Administrator
 
Join Date: Mar 2004
Location: A galaxy far, far away...
Posts: 5,030
Default Re: Invalid SQL when I try a play

Quote:
Originally Posted by Mario View Post
The error are from a mod you have installed in the old arcade.
Disable the old mods one by one to find out wich one it is.
Yep.

As part of the upgrade to v3A 2.0.0 the various tables, phrases, and just about everything, has been added to have a prefix.

For the sessions table...

Old Name: TABLE_PREFIX . "arcade_sessions"
New Name
: TABLE_PREFIX . "v3arcade_sessions"
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:04 AM.

Forums Powered by vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Please note that vBadvanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.