(sigh) for the life of me I cant seem to get this thing off the ground. It just wont install. I get this error in my admin under *[casino_casino]*
this is for casino_settings and game settings
Code:
Database error in vBulletin 3.6.8:
Invalid SQL:
UPDATE casino_settings SET switch1 = WHERE settingname = 'ratebonus';
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE settingname = 'ratebonus'' at line 1
Error Number : 1064
and game settings
Code:
Database error in vBulletin 3.6.8:
Invalid SQL:
UPDATE casino_games SET
gamename = '',
imagefile = '',
description = '',
active = '',
chipsused = '',
tablelimit = ,
permissions = ''
WHERE gameid = 2;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '
permissions = ''
WHERE gameid = 2' at line 7
Error Number : 1064