|
|
host posted on April 07, 2007 18:00 
Simple check list to upgrade older version of DNN to DNN 4.41 or DNN 4.5 - Backup Database, Backup All Files (in case for recovery)
- Rename web.config -> oldweb.config
- Extract DNN4.5 installation files over current installation (overright if file exists)
- Delete web.config, Rename release.config -> web.config
- Open web.config and oldweb.config in Text Editor (VS2005 prefer)
- Copy "SiteSqlServer" line under <connectionStrings> from old to new
- Copy "SiteSqlServer" line under <appSettings> from old to new
- Copy "InstallationDate" line under <appSettings> from old to new
- Copy "machineKey" line under <system.web> from old to new
- Browser the web, it will automatically upgrade.
Tuesday, April 17, 2007 4:26 AM
Don't forget your object qualifier if you used one - otherwise the database upgrade will fail and you'll end up with a load of empty tables alongside the existing ones and think you've lost your sites!
Tuesday, May 01, 2007 11:57 AM
I want to upgrade on my hosting. It is sahred delux on Godaddy.com.Is any idea,how? thanks
Wednesday, May 09, 2007 6:00 AM
Hi , Iam trying to upgarde my production database users(3.x) to DNN 4.3.7.i followed the same steps like 1)i took fresh installation of DNN 4.3.7 2)i take the backup of my production database ,restore it with new database and in web.config file i mention the connection string of the new database. 3)Replaced the 4)when iam trying to login it is giving as Login Failed, remember that Passwords are case sensitive.
Help me..plzzzzzzzz
Friday, May 11, 2007 8:51 PM
Your procedure does not seems to be right. You have to use 4.3.7 installation files overwrite your current files. Change the configuration settings, then load the site. It will do an upgrade instead of new installation.
Thursday, July 05, 2007 2:46 PM
If you have some custom modules installed, do not forget to copy sections under sections

Saturday, November 10, 2007 8:57 PM
Hello, Upgrade installation was success when i view my local website it was ok.. but when i want to login there is problem. the message comes out just like this. An error has occurred. DotNetNuke.Services.Exceptions.PageLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DNNStuff.Aggregator.Aggregator.InjectIntoTabs() at DNNStuff.Aggregator.Aggregator.Page_Load(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace --- How can i solve that.. Plsss send me an immediate response on this problem
Sunday, November 11, 2007 8:05 PM
It looks like you have used a third party module (dnnstuff). You have to include the settings from old web.config to the new web.config. Or you can ask for the module developer for help. Thanks.
Wednesday, December 26, 2007 2:48 PM
Hi, How can I be sure that my skin changes will be keep ? Thanks Eric
Wednesday, December 26, 2007 4:51 PM
I do not quite understand your question. Please email to contact@alldnnskins.com, thanks.
|
|