Zen Follower
- Join Date:
- May 2007
- Location:
- Leicester, England
- Posts:
- 165
- Plugin Contributions:
- 0
Google SitemapAdmin
Woodymon:
It is likely you have a prefix (e.g. zen_) on your db tablenames and thus uploading the uninstall.sql through Zen Cart's sqlpatch tool did not work for you. In these cases try pasting the sql code into the sqlpatch tool edit box.
It's strange that you would have duplicate entries (table records) with the exact same parameters (fields) in your related db tables. When running a SQL statement which would duplicate pre-existing records in a table, by default MySQL should report back the record already exists, and not update the table with those particular records.
But if doubt and you are having issues (and you know what you are doing) phpmyadmin is the way to go.
Woody
Woodymon
I tried using the sqlpatch tool, and that reported errors about missing tables: it even reported the correct database name, prefix and table, but reported the table as missing. In fact as far as I coul tell all was correct, but sql patch wasn't happy about something!!!