Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...upgrade to 4.3.5 problemupgrade to 4.3.5 problem
Previous
 
Next
New Post
9/16/2006 7:09 PM
 

Hello Shadowboxdx

My current version is DNN 4.3.4.

So far I have sucessfully completed steps

  1. Unzip the contents of the upgrade version to my own PC Folder ready to upload into my website root
  2. Renamed web.config to webbackup.config
  3. Edited Auto Upgrade to False in web.config
  4. Transfered the neccessary setting to the release.config file
  5. Rename the release.config to web.config

I got stuck at tutorial #10 (mentioned earlier ) and have not proceeded any further, thinking that I had encountered a problem.

I will proceed with the upgrade, as you have suggested.

But I will wait until morning, because it is late for me (UK) now and I want to be able to concentrate fully on what I am doing.

Thanks for all your help and suggestions.  I will let you know of the progress I make.

Lynn

 


www.seemalta.net
 
New Post
9/16/2006 7:19 PM
 
I will be here - good luck.  Talk to you in the am

Shadow
 
New Post
9/17/2006 3:03 AM
 
Check your step 6 again.  It's most certain that you have forgot to modify the second connection string hence you're getting ERROR: Could not connect to database.
 
New Post
9/17/2006 4:02 AM
 

Hello ecktwo

Connection strings are fine: checked and rechecked, as I can connect to site ok prior to uploading DNN.dll.

 

Lynn


www.seemalta.net
 
New Post
9/17/2006 4:50 AM
 

Hello

I went ahead with the upgrade as the original tutorial I was following was for DNN 3.2.2 and as suggested this may not be relevant for v-4.

I have:
Backed up my original site:

Carefully transfered the following settings from original web.config (DNN 4.3.4) to new (Release.config in DNN 4.3.5) renamed it web.config

1. Both lines of code which contain the database connections:

"Server=*****
Database=*****
uid=*****
pwd=*****"

2. Original Install date: <add key="InstallationDate" value="****" />

3. The Validation and decryption key settings:

validationKey="*******"

decryptionKey="*******"
        
4.Uploaded new DNN Install over the old files.

5. After files uploaded. In the URL address bar:

http://www.mysite.com/Install/Install.aspx?mode=Install

To trigger the installation process.

But instead I saw this error:


Server Error in '/' Application.
--------------------------------------------------------------------------------

Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>
 

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>


_____________________________________________________

I went back into my webcofig and changed  RemoteOnly to Off.

But it made no difference so I changed it back again.

Any thoughts.

Lynn 


www.seemalta.net
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...upgrade to 4.3.5 problemupgrade to 4.3.5 problem


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out