Can you share what the mistake was? Reason, I am trying to upgrade to version 6.1.3 from 4.7.1. However, each version was installed in sequence. MVC framework is installed on the server. We are using Courier in v4, however it is not installed in this environemnt (v6). No API is used.
Any insight would be a tremendous help!
Thanks in advance!
~ Barb
Our Error message:
Server Error in '/' Application.
Invalid object name 'cmsPropertyTypeGroup'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: Invalid object name 'cmsPropertyTypeGroup'.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Hi Barb - I'm getting that same error.... any chance you could let me know what you did to resolve it? ;-)
Attempting to upgrade from 4.6.1 to 6.1.3; copied updated website files and merged all configs as per documentation but for some reason, the DB upgrade isn't starting.
* Resolved *
Most likely more experienced umbraconists will know how to do this but it's possible to manually force the DB upgrade by blanking the web.config umbracoConfigurationStatus value and calling http://your-site.com/install/
No idea if it's a good idea, just sayin ^^
This took me through the upgrade process, and I believe I now have a working copy of the upgraded site / db...
In case anyone gets this error even after the db has been upgraded, you will not be able to run install again unless you clear the umbracoConfigurationStatus value to an empty string:
how to upgrade umbraco 4.7.2 to 6.1.3
Hello,
I don't know that how to upgrade versions.
I also follow the instructions as per on the page:http://our.umbraco.org/documentation/Installation/Upgrading/general
I also replace these files from the new v6.1.3 to v4.7.2:
and when i runs it,it shows error.
Please tell me the steps with detail
Hi Yadwinder
I suppose you went straight form 4.7.2 to 6.1.3?
1: What kind of error message do you get? Could you share it with us please?
2: Do you have some 3rd party packages installed? If so, which ones? Some of them might not be compatible with this new version
3: Do you use the Umbraco API to hook into events in the backoffice for instance?
4: Is the MVC framework installed on your server?
Looking forward to hearing more from you.
/Jan
Hi Jan,
Thanks for reply.
I found the solution.it's my mistake.
I am replacing the files, that is mistake.
Now i first delete the files and then copy the new ones.
upgrading is quite easy.
Thanks again.
Can you share what the mistake was? Reason, I am trying to upgrade to version 6.1.3 from 4.7.1. However, each version was installed in sequence. MVC framework is installed on the server. We are using Courier in v4, however it is not installed in this environemnt (v6). No API is used.
Any insight would be a tremendous help!
Thanks in advance!
~ Barb
Our Error message:
Server Error in '/' Application.
Invalid object name 'cmsPropertyTypeGroup'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: Invalid object name 'cmsPropertyTypeGroup'.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1008
I am running know, I found the error!
Thanks anyway!
~ Barb
Hi Barb - I'm getting that same error.... any chance you could let me know what you did to resolve it? ;-)
Attempting to upgrade from 4.6.1 to 6.1.3; copied updated website files and merged all configs as per documentation but for some reason, the DB upgrade isn't starting.
* Resolved * Most likely more experienced umbraconists will know how to do this but it's possible to manually force the DB upgrade by blanking the web.config umbracoConfigurationStatus value and calling http://your-site.com/install/
No idea if it's a good idea, just sayin ^^
This took me through the upgrade process, and I believe I now have a working copy of the upgraded site / db...
In case anyone gets this error even after the db has been upgraded, you will not be able to run install again unless you clear the umbracoConfigurationStatus value to an empty string:
<add key="umbracoConfigurationStatus" value="6.1.6" />
should be
<add key="umbracoConfigurationStatus" value="" />
You should then be able to run /install from your site root again and normal service should be resumed.
is working on a reply...