Quote:
Originally Posted by kiril_cvetkov
When i want to uninstall this modification - i get mysql error 
|
The update to .11 should fix that. You can also manually fix the uninstall code:
Change the uninstall code for the product, first line to:
Code:
$query = "ALTER TABLE ". TABLE_PREFIX . "user DROP COLUMN 'casino_cash'";
Adding "COLUMN" in between "DROP" and "'casino_cash'"