Quote:
Originally Posted by Andrew Green
pretty sure it's there, would likely be the last column in the table.
But you can also do this, find these lines in the product_casino.xml file (line 140 / 141)
Code:
$query = "ALTER TABLE ". TABLE_PREFIX . "user DROP casino_cash";
$db->query_write(($query);
and delete them, then try importing the product again.
|
Still getting the same error :erm:
Since I'm using an outside credit system (vbcredits), can I delete this line:
$query = "ALTER TABLE ". TABLE_PREFIX . "user ADD casino_cash integer default 250";
$db->query($query);
I deleted that line and it imported fine...thanks