Graham
Graham

Reputation: 1517

Installtion Error with UCommerce and Umbraco7

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:

enter image description here

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

Answers (1)

Ali Yusuf Hussein
Ali Yusuf Hussein

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:

Add new Column

I updated the AssemblyVersion column as following:

Update the column

Accessing the umbraco backoffice seems to re-trigger the upgrade process and the uCommerce_SystemVersion was updated with the correct installed AssemblyVersion.

Upvotes: 0

Related Questions