The only thing I have to add is that I got this error immediately when attempting to install the 2.1 package (https://our.umbraco.org/FileDownload?id=16322) through the umbraco dashboard. After cleaning/rebuilding the solution, I get this error on any page I visit.
The only help I saw in the above forum post was to set the merchelloConfigurationStatus setting to "1.14.1" so as to retrigger the upgrade, however my merchelloConfigurationStatus was already (unchanged) set to 1.14.1.
Any ideas?
Exception is:
Invalid column name 'author'.
Invalid column name 'internalOnly'.
I reverted the source updates, added the two columns to the merchNote table, and then re-applied the package in the Umbraco dashboard, and everything appears to have worked (no more errors at least). I will let you know in a new thread if we have any more issues with the upgrade.
Issue updating from v1.14.1 to v2.1
I am having the same issue described here: https://our.umbraco.org/projects/collaboration/merchello/merchello/77468-unable-to-upgrade-to-200201
The only thing I have to add is that I got this error immediately when attempting to install the 2.1 package (https://our.umbraco.org/FileDownload?id=16322) through the umbraco dashboard. After cleaning/rebuilding the solution, I get this error on any page I visit.
The only help I saw in the above forum post was to set the merchelloConfigurationStatus setting to "1.14.1" so as to retrigger the upgrade, however my merchelloConfigurationStatus was already (unchanged) set to 1.14.1.
Any ideas?
Exception is: Invalid column name 'author'. Invalid column name 'internalOnly'.
That would indicate that the 2.0.0 migration is not triggering for some reason.
Can you confirm that you database has a merchNote table?
Hello Rusty and thanks for your prompt reply.
The merchNote table exists in our DB. The schema is as follows:
It looks like it's failing on the 2.0.0 update - try adding the two fields manually after which the table should look like
Once the two fields have been added try running the Migration again (refresh).
I reverted the source updates, added the two columns to the merchNote table, and then re-applied the package in the Umbraco dashboard, and everything appears to have worked (no more errors at least). I will let you know in a new thread if we have any more issues with the upgrade.
is working on a reply...