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 ...module load warning after upgrade to 4.3.0: not able to loginmodule load warning after upgrade to 4.3.0: not able to login
Previous
 
Next
New Post
6/15/2006 5:48 PM
 

after upgrading to 4.3.0 (from 4.0.3) which looked succesfull (no errors during upgrade script) I cannot login.

DNN portal loads, but when I select 'login' or 'register' I get the following error:

Module Load Warning
One or more of the modules on this page did not load. This may be temporary. Please refresh the page (click F5 in most browsers). If the problem persists, please let the Site Administrator know.

So at this point i cannot administrate the portal anymore. How can I fix this?

Sice it is hosted website, i cannot restart IIS or things like that. I however have access to the MS SQL database tables and content.

 

 
New Post
6/15/2006 9:43 PM
 
I have the same problem with a clean install of the 4.3 starter kit
 
New Post
6/15/2006 9:54 PM
 
Turns out the problem went away after I deleted a few of the unused module files that were causing a recompile to fail and the problem went away.
 
New Post
6/16/2006 4:18 PM
 
Do you have a copy of your web.config file from before the upgrade?  After upgrading, you need to restore the Machine keys and connection string from the original web.config file, otherwise your login won't work.

QUOTE from SBWALKER:
Install
- contains just the run-time resources. Includes a web.config file. You should not use this version to upgrade an existing install unless you are very careful - because if you overwrite your previous web.config, you may lose access to your site membership. Includes Install versions of all Modules.

Upgrade - contains just the run-time resources. Includes a release.config and development.config. You can safely use this version for upgrading your site. However there is not automated utility for merging changes in the configuration files. Since there are nodes in the release.config and development.config which are new / required for DNN to function correctly, you will need to manually merge the applicable sections. This not a new step - it has been a requirement for any DNN upgrade all way back to version 1.0.0. Does not include any Module packages. The reasoning is that users do not always want to upgrade their modules when they upgrade the core.

In general, the standard method for dealing with config upgrades is to rename your existing web.config to web.config.backup. Rename the release.config to web.config. Then manually copy the following settings from the old web.config.backup to the new web.config file:

    <add key="SiteSqlServer" value="{connection string}"/>
    <add key="MachineValidationKey" value="{your localized key}" />
    <add key="MachineDecryptionKey" value="{your localized key}" />

you may also want to move your objectQualifier specification ( if you have one in your old web.config.backup )

    <data defaultProvider="SqlDataProvider">
      <providers>
        <clear />
        <add name="SqlDataProvider" type="DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider" connectionStringName="SiteSqlServer" upgradeConnectionString="" providerPath="~\Providers\DataProviders\SqlDataProvider\" objectQualifier="" databaseOwner="dbo" />
      </providers>
    </data

http://dotnetnuke.com/Community/ForumsDotNetNuke/tabid/795/forumid/107/threadid/45348/scope/posts/Default.aspx

 
New Post
6/16/2006 6:26 PM
 

web.config was not the problem. It did the upgrade (and therefor connection to the database) correctly.

Don't know why, but it fixed it self after several hours. I guess it somehow triggered a recompile or so, or since this is installed on a hosted site something it might be related to something else. Anyway I can login again and mange the site. 

 

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...module load warning after upgrade to 4.3.0: not able to loginmodule load warning after upgrade to 4.3.0: not able to login


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