
Originally Posted by
serwachic
Okay, changed the php code and when uninstalled - when I went to reinstall, got this message:
1062 Duplicate entry 'MODULE_SHIPPING_USPS_TYPES' for key 2
in:...
Something you've done has broken the normal operation of things.
Now you've got to do some ugly cleanup.
Start with this:
a) Admin->Tools->Install SQL Patches
b) Paste the following into the text field and click Send:
Code:
delete from configuration where configuration_key like 'MODULE\_SHIPPING\_USPS%';
c) Then go back to Admin->Modules->Shipping and click Install again.