Site breaking error when upgrading v2.2.5 to v2.5.1 on Umbraco v4.11.10
Hi,
Just upgraded from version 2.2.5 to 2.5.1 (by uninstalling the first and installing the second) and it threw an error similar to the Invalid object name 'icUrlTracker' bug reported here during installation (Sorry I don't have the stack trace for it unfortunately). Umbraco then logged me out and the login panel froze.
After that every time we tried to access the site we got this error;
Server Error in '/' Application.
Invalid column name 'ForceRedirect'.
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 column name 'ForceRedirect'.
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.
Ok, turns out that we needed to give the database user full permissions before installing the package...after changing this it installed normally.
It looks as though this latest version of the package has an extra column in the database that wasn't installed to the existing table due to the permissions issue. As it was missing it broke the site...
Site breaking error when upgrading v2.2.5 to v2.5.1 on Umbraco v4.11.10
Hi,
Just upgraded from version 2.2.5 to 2.5.1 (by uninstalling the first and installing the second) and it threw an error similar to the Invalid object name 'icUrlTracker' bug reported here during installation (Sorry I don't have the stack trace for it unfortunately). Umbraco then logged me out and the login panel froze.
After that every time we tried to access the site we got this error;
Server Error in '/' Application.
Invalid column name 'ForceRedirect'.
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 column name 'ForceRedirect'.
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.17929
We mangaged to fix the error and get the site working again by manually creating the column in the db table.
Not sure if anyone else has experienced this issue?
Thanks,
-Sam
Ok, turns out that we needed to give the database user full permissions before installing the package...after changing this it installed normally.
It looks as though this latest version of the package has an extra column in the database that wasn't installed to the existing table due to the permissions issue. As it was missing it broke the site...
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.