OK - I am having some major problwms with upgrading DNN from 5.02 to 5.06.01.
I am hosing on GoDaddy.
I backed up the database and pulled down all the files.and got the website running on my machine.
I thied the upgrade and it failed - with mising files in the install folder. So I wiped that install from my machine, copied a clean install from 5.02 and dropped the backup files on top of it and got the website running. Istall went off without a hitch.
So I thought I should be able to backup the database - restore it on godaddy copy my local install up to the server, reset the permissions and all would be good.
I got the under construction page.
Restored the database again - no change.
Error I was getting was:
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Could not load file or assembly 'Telerik.Web.UI' or one of its dependencies. The module was expected to contain an assembly manifest. (d:\hosting\allstargames\web.config line 114)
Source Error:
Line 112: <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
Line 113: <add name="Analytics" type="DotNetNuke.HttpModules.Analytics.AnalyticsModule, DotNetNuke.HttpModules" />
Line 114: <add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule, Telerik.Web.UI" />
Line 115: </httpModules>
Line 116: <httpHandlers>
Source File: d:\hosting\allstargames\web.config Line: 114
Ran the install just to see what would happen I got this:
Upgrading DotNetNuke
Current Assembly Version: 05.06.01
Current Database Version: 05.02.02
Upgrade Status Report
00:00:00.140 - Upgrading to Version: 05.06.01
00:00:01.359 - Executing Script: 05.02.03.SqlDataProvider Success
00:00:02.280 - Executing Script: 05.03.00.SqlDataProvider Success
00:00:05.889 - Executing Script: 05.03.01.SqlDataProvider Success
00:00:05.920 - Executing Script: 05.04.00.SqlDataProvider Success
00:00:07.545 - Executing Script: 05.04.01.SqlDataProvider Success
00:00:07.686 - Executing Script: 05.04.02.SqlDataProvider Success
00:00:08.061 - Executing Script: 05.04.03.SqlDataProvider Success
00:00:08.139 - Executing Script: 05.04.04.SqlDataProvider Success
00:00:08.139 - Executing Script: 05.05.00.SqlDataProvider Success
00:00:11.263 - Executing Script: 05.05.01.SqlDataProvider Success
00:00:11.294 - Executing Script: 05.06.00.SqlDataProvider Success
00:00:12.482 - Executing Script: 05.06.01.SqlDataProvider Success
00:00:13.185 - Executing Application Upgrades: 05.02.03 Success
00:00:13.185 - Executing Application Upgrades: 05.03.00 Error!
00:00:18.215 - Executing Application Upgrades: 05.03.01 Success
00:00:18.215 - Executing Application Upgrades: 05.04.00 Success
00:00:20.027 - Executing Application Upgrades: 05.04.01 Success
00:00:20.027 - Executing Application Upgrades: 05.04.02 Success
00:00:20.027 - Executing Application Upgrades: 05.04.03 Error!
00:00:20.043 - Executing Application Upgrades: 05.04.04 Success
00:00:20.043 - Executing Application Upgrades: 05.05.00 Success
00:00:20.465 - Executing Application Upgrades: 05.05.01 Success
00:00:20.465 - Executing Application Upgrades: 05.06.00 Success
00:00:20.715 - Executing Application Upgrades: 05.06.01 Success
00:00:20.715 - Cleaning Up Files: 05.02.03 Success
00:00:20.730 - Cleaning Up Files: 05.03.00 Error!
00:00:20.762 - Cleaning Up Files: 05.03.01 Success
00:00:20.762 - Cleaning Up Files: 05.04.00 Success
00:00:20.762 - Cleaning Up Files: 05.04.01 Success
00:00:20.762 - Cleaning Up Files: 05.04.02 Success
00:00:20.762 - Cleaning Up Files: 05.04.03 Success
00:00:20.762 - Cleaning Up Files: 05.04.04 Success
00:00:20.762 - Cleaning Up Files: 05.05.00 Success
00:00:20.762 - Cleaning Up Files: 05.05.01 Success
00:00:20.762 - Cleaning Up Files: 05.06.00 Error!
00:00:20.793 - Cleaning Up Files: 05.06.01 Success
00:00:20.793 - Updating Config Files: 05.02.03 Success
00:00:20.793 - Updating Config Files: 05.03.00 Success
00:00:20.809 - Updating Config Files: 05.03.01 Success
00:00:20.809 - Updating Config Files: 05.04.00 Success
00:00:20.809 - Updating Config Files: 05.04.01 Success
00:00:20.809 - Updating Config Files: 05.04.02 Success
00:00:20.809 - Updating Config Files: 05.04.03 Success
00:00:20.809 - Updating Config Files: 05.04.04 Success
00:00:20.809 - Updating Config Files: 05.05.00 Success
00:00:20.855 - Updating Config Files: 05.05.01 Success
00:00:20.855 - Updating Config Files: 05.06.00 Success
00:00:20.887 - Updating Config Files: 05.06.01 Success
00:00:20.934 - Performing General Upgrades
--------------------------------------------------------------------------------
Server Error in '/' Application.
--------------------------------------------------------------------------------
Access to the path 'd:\hosting\allstargames\install\Cleanup\03.00.08.txt' is denied.
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.UnauthorizedAccessException: Access to the path 'd:\hosting\allstargames\install\Cleanup\03.00.08.txt' is denied.
ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.
To grant ASP.NET access to a file, right-click the file in Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access.
Source Error:
The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:
1. Add a "Debug=true" directive at the top of the file that generated the error. Example:
<%@ Page Language="C#" Debug="true" %>
or:
2) Add the following section to the configuration file of your application:
<configuration>
<system.web>
<compilation debug="true"/>
</system.web>
</configuration>
Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.
Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.
Stack Trace:
[UnauthorizedAccessException: Access to the path 'd:\hosting\allstargames\install\Cleanup\03.00.08.txt' is denied.]
System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +7715167
System.IO.File.SetAttributes(String path, FileAttributes fileAttributes) +161
DotNetNuke.Services.Upgrade.Upgrade.UpgradeApplication() +2661
DotNetNuke.Services.Upgrade.Upgrade.UpgradeDNN(String strProviderPath, Version dataBaseVersion) +807
DotNetNuke.Services.Install.Install.UpgradeApplication() +950
DotNetNuke.Services.Install.Install.Page_Load(Object sender, EventArgs e) +325
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
reset all permissions on the site.
run install again
Upgrade Status Report
00:00:00.015 - Upgrading to Version: 05.06.01
00:00:00.031 - Performing General Upgrades
--------------------------------------------------------------------------------
Server Error in '/' Application.
--------------------------------------------------------------------------------
Access to the path 'd:\hosting\allstargames\install\Cleanup\03.00.08.txt' is denied.
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.UnauthorizedAccessException: Access to the path 'd:\hosting\allstargames\install\Cleanup\03.00.08.txt' is denied.
ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.
To grant ASP.NET access to a file, right-click the file in Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access.
Source Error:
The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:
1. Add a "Debug=true" directive at the top of the file that generated the error. Example:
<%@ Page Language="C#" Debug="true" %>
or:
2) Add the following section to the configuration file of your application:
<configuration>
<system.web>
<compilation debug="true"/>
</system.web>
</configuration>
Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.
Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.
Stack Trace:
[UnauthorizedAccessException: Access to the path 'd:\hosting\allstargames\install\Cleanup\03.00.08.txt' is denied.]
System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +7715167
System.IO.File.SetAttributes(String path, FileAttributes fileAttributes) +161
DotNetNuke.Services.Upgrade.Upgrade.UpgradeApplication() +2661
DotNetNuke.Services.Upgrade.Upgrade.UpgradeDNN(String strProviderPath, Version dataBaseVersion) +807
DotNetNuke.Services.Install.Install.UpgradeApplication() +950
DotNetNuke.Services.Install.Install.Page_Load(Object sender, EventArgs e) +325
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
Any ideas? or do i need to drop back to the previous version and start all over?