Quote:
Originally Posted by Lee G
Any ideas on what I have done wrong or do I just fall into the class of brains, dynamite and not enough
If you try turning Texas holdem off the problem still exists
Thanks for any help
Lee G
|
If you have access to phpmyadmin try running the following:
Code:
CREATE TABLE casino_texasholdem_whoisin (whoisinid integer NOT NULL PRIMARY KEY auto_increment, userid integer, seat integer, lastcheck integer, status integer, bet integer);
CREATE TABLE casino_texasholdem_chatlog (chatlogid integer NOT NULL PRIMARY KEY auto_increment, msg text, msgtime integer);
CREATE TABLE casino_texasholdem_dealt (dealtid integer NOT NULL PRIMARY KEY auto_increment, playerid integer, card integer);
If that doesn't work let me know.