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 ...New 4.8.4 installation issueNew 4.8.4 installation issue
Previous
 
Next
New Post
8/12/2008 10:38 AM
 

Using XPPro service pack 2, have the 3.5 .net framework installed

Smooth sailing all the way, great installation instructions, however.....

1.  During initial installation (when first accessing the installation site) I get a configuration error stating that the "Scriptmodule" is already loaded.  I can comment this out but am curious as to how this affects the installation.  This happens using the development.config or the release.config.  When I comment this out the install proceeds and finishes.  When I log in as host however, I am unable to create new portals and some of the host menu items don't appear to be working

Configuration Error

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: The entry 'ScriptModule' has already been added.

Source Error:

Line 103:			<add name="DNNMembership" type="DotNetNuke.HttpModules.Membership.MembershipModule, DotNetNuke.HttpModules" />
Line 104:			<add name="Personalization" type="DotNetNuke.HttpModules.Personalization.PersonalizationModule, DotNetNuke.HttpModules" />
Line 105:			<add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
Line 106:		</httpModules>
Line 107:		<httpHandlers>

Source File: C:\DNN\Website\web.config    Line: 105

 
New Post
8/30/2008 10:20 AM
 

I have the same problem. I tryed to remove the ScriptModule entry either in the Modules and httpModules regions.
After that, the installation starts but when i reach the database scripts execution step I have an error updating to the 4.8.1 version.
Debugging it I saw that that step change the web config and reinsert the ScriptModule lines.
Somebody knows how to solve this?

thank you

 
New Post
8/30/2008 11:14 AM
 

Leave both lines of code in the web.config file, but insert this line:  <remove name="ScriptModule" /> in the modules section (2nd script module node) just above the 2nd reference.  My web.config looks like below.  I was getting the same error also.

<!-- The system.webServer section is required for IIS7 compatability It is ignored by IIS6-->
    <modules>
   <remove name="ScriptModule" />
      <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" preCondition="managedHandler" />


Oscar Bautista
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...New 4.8.4 installation issueNew 4.8.4 installation issue


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