Reputation: 1517
I am attempting to install Ucommerce into a clean installation of Umbraco 7.10. I have tried Nuget and the Umbraco Package Installer. I am getting the following error after refreshing the Umbraco back office:
Ucommerce spport is not helpful - given that it is a brand new installation, it appears to be a bug in the software itself rather than anything I have done. Has anyone experienced this error and is there a fix?
Upvotes: 0
Views: 107
Reputation: 1
I have recently upgraded uccomerce from version 6 to 7 using the nuget package when i got the same error message above.
Somehow the database upgrade went wrong. The following solved my problem.
There should be additional column "AssemblyVersion" in the database table "uCommerce_SystemVersion" So added the column manually as following:
I updated the AssemblyVersion column as following:
Accessing the umbraco backoffice seems to re-trigger the upgrade process and the uCommerce_SystemVersion was updated with the correct installed AssemblyVersion.
Upvotes: 0