Quote:
Originally Posted by GoTTi
i goto import now, and i get settings table errors.
i look in settings and search for warn, and get the tables in the pic attached
when i drop them and rerun the install i get the same error.
|
okay .. be carefull with this
PHP Code:
SELECT * FROM . TABLE_PREFIX . setting WHERE varname LIKE 'warn_%';
that should show you all settings from the systems (just to give you an overview) finally
PHP Code:
DELETE FROM . TABLE_PREFIX . setting WHERE varname LIKE 'warn_%';
that should delete all the settings from used by the system after that uninstall the product XML and reinstall it