Quote Originally Posted by paranoia View Post
Thanks for your help,When I readed all information in this support threads,fixed this problem,but now have 2 of "quick updated" tag in my admin>catalog dropdown.

Do you know how was that happen?
The double entry is caused by two separate database entries, which are identical except for the sort order. In my case, in updating from another version, all files were deleted, but the uninstall script did not remove the database table. So you need to delete the earlier entry.

backup your zen cart database
go to cpanel »» phpmyadmin »» click on the database »» click zen_admin_pages »» click browse

you should find two entries (not necessarily on the same page) like this:
quick_updates_catalog BOX_CATALOG_QUICK_UPDATES

one had 'configuration', 'Y', 103 (the old version)
the other had 'configuration', 'Y', 1010 (the beta version from divavocals' GitHub)

Delete the entry that has the earlier module version, (103) table, and the extra entry in the admin will disappear. This link gives an explanation of the admin table:
http://www.zen-cart.com/content.php?...e-v1-5-0-admin

It’s pretty shocking that a month has passed since you posted, and no one could help with this issue. I’m not sure what’s happened to this forum.




Two identical entries were for the catalog for quick updates, and both had different sort orders.

zen_admin_pages


I searched the files on my computer for the older version, and it had a sort order of 103. The other entry in the phpmyadmin had an entry of 1010, so I deleted the 103 entry, and the table was removed from the admin.