
Originally Posted by
gavwright
Thanks for your input - sorry if I'm being thick...but how do I uninstall, as there isn't an uninstall SQL file?
Just in case this is what you meant, I renamed all six files (I don't use Russian...) and then ran the install SQL again. I then renamed the six files to what they should be. Still no configuration values...
Run this uninstall statement I provided for you. Before you go about renaming the file you need to make sure everything installs right first.
PHP Code:
DROP TABLE IF EXISTS scart;
DELETE FROM admin_pages WHERE page_key='config_recover_cart_sales';
DELETE FROM admin_pages WHERE page_key='recover_cart_sales';
DELETE FROM admin_pages WHERE page_key='stats_recover_cart_sales';
Check your PM