Quote:
Originally Posted by tigrattack
Hi,
I'm getting this error when importing the product:
Invalid SQL:
ALTER TABLE user ADD casino_cash integer default 250;
MySQL Error : Duplicate column name 'casino_cash'
Error Number : 1060
I've deleted all the casino referrences in sql, any ideas?
Thanks
|
It means you still have a "casino_cash" field in your user table, you can remove it through phpmyadmin.