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 5.1.4 Install - only getting "An error has occurred"New 5.1.4 Install - only getting "An error has occurred"
Previous
 
Next
New Post
10/4/2009 10:59 PM
 

I installed DNN 5.1.4, walked through the entire wizard with no errors, and get "Success" upon completion.  When I click "Go to site" at the end, I only get an error page stating twice that "An error has occurred".  I performed a "select * on EventLog" and can see the error listed below.  I have scoured Google and these forums and cannot find a solution to this problem.  Can anyone help?  Thanks in advance!

Rob

DotNetNuke.Services.Exceptions.PageLoadException: The control collection cannot be modified during DataBind, Init, Load, PreRender or Unload phases. ---> System.Web.HttpException: The control collection cannot be modified during DataBind, Init, Load, PreRender or Unload phases.     at System.Web.UI.ControlCollection.Add(Control child)     at DotNetNuke.UI.Utilities.MSAJAX.Register(Page objPage)     at DotNetNuke.UI.Utilities.MSAJAX.RegisterClientScript(Page objPage, String Path)     at DotNetNuke.UI.Utilities.ClientAPI.RegisterClientScriptBlock(Page objPage, String key)     at DotNetNuke.UI.Utilities.ClientAPI.RegisterClientReference(Page objPage, ClientNamespaceReferences eRef)     at DotNetNuke.UI.Utilities.ClientAPI.RegisterClientReference(Page objPage, ClientNamespaceReferences eRef)     at DotNetNuke.UI.Utilities.DNNClientAPI.EnableMinMax(Control objButton, Control objContent, Int32 intModuleId, Boolean blnDefaultMin, String strMinIconLoc, String strMaxIconLoc, MinMaxPersistanceType ePersistanceType, Int32 intAnimationFrames, String strPersonalizationNamingCtr, String strPersonalizationKey)     at DotNetNuke.UI.Utilities.DNNClientAPI.EnableMinMax(Control objButton, Control objContent, Boolean blnDefaultMin, String strMinIconLoc, String strMaxIconLoc, MinMaxPersistanceType ePersistanceType, String strPersonalizationNamingCtr, String strPersonalizationKey)     at DotNetNuke.UI.ControlPanels.IconBar.Page_PreRender(Object sender, EventArgs e)     at System.Web.UI.Control.OnPreRender(EventArgs e)     at System.Web.UI.Control.PreRenderRecursiveInternal()     at System.Web.UI.Control.PreRenderRecursiveInternal()     at System.Web.UI.Control.PreRenderRecursiveInternal()     at System.Web.UI.Control.PreRenderRecursiveInternal()     at System.Web.UI.Control.PreRenderRecursiveInternal()     at System.Web.UI.Control.PreRenderRecursiveInternal()     at System.Web.UI.Control.PreRenderRecursiveInternal()     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     --- End of inner exception stack trace

 

 
New Post
10/5/2009 4:22 AM
 

please clear your local browser cache and retry.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
10/6/2009 11:32 PM
 

I tried this.  No luck.  I even tried accessing the installation from another computer with the same results.

Any other ideas?  Please!

Rob

 
New Post
10/7/2009 2:02 AM
 

Robert,

See if this post helps?

 
New Post
10/17/2009 3:50 PM
 

  
  Just wondering If anybody else has run into this besides Rob and I ?   

   The control collection cannot be modified during DataBind, Init, Load, PreRender or Unload phases  ....

  I upgraded my local development environment from 4.9.3 to 5.1.4.  A couple of small battles, but got that working. I have been testing it on my development box for about a week, it looked good, so, I migrated up to my godaddy production envirnment.
  My migration went like this ...
  ON PRDUCTION, MY DNN IS A SUBFOLDER !!
  replace he dnn database on godaddy with my dev dnn database.
  Remove all 4.9.3 dnn folders.
  FileZilla my dev dnn folders up to godaddy.
  Fix the permissions, etc. (this process of migrating worked for 4.9.3)

  Had a couple of errors, then finally this one.
     I am getting this after I type in my url and press enter, so, I never see my home page. (havnt yet)
  Here is ruffly what I see ...

   An error has occurred.
   An error has occured.  (twice0
                                                                              <-- Return to site.

  I can get into my godaddy dnn database, and there I can see the eventlogs.
That is where I can see the exact error. The details look like Robs.
 
 1)  I tried putting AjaxTookit 1.0 in the dnn/bin and putting in those binding redirects to ajax 3.5.
<!--iqworks 091017a Upgrade 5.1.4 to gdaddy Need this because DNN comes with version
     AjaxControlToolKit.dll 1.0 -->
 <runtime>
  <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
   <probing privatePath="bin;bin\HttpModules;bin\Providers;bin\Modules;bin\Support;" />
   <dependentAssembly>
    <assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35" />
    <bindingRedirect oldVersion="1.0.20229.0" newVersion="3.5.0.0" />
   </dependentAssembly>
   <dependentAssembly>
    <assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35" />
    <bindingRedirect oldVersion="1.0.20229.0" newVersion="3.5.0.0" />
   </dependentAssembly>
  </assemblyBinding>
 </runtime>
 <!-- end of iqworks 091017a Upgrade 5.1.4 to gdaddy -->

 2)  I tried changing EnableAJAX To "N". 

 3)  I tried the

<!--iqworks 091017a to fix error -->
  <sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
   <sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
    <section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />
    <sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
     <section name="jsonSerialization" type="System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="Everywhere" />
     <section name="profileService" type="System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />
     <section name="authenticationService" type="System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />
     <section name="roleService" type="System.Web.Configuration.ScriptingRoleServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />
    </sectionGroup>
   </sectionGroup>
  </sectionGroup>
  <!-- End iqworks 091017a to fix error -->

Thanks for your time. 

?

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...New 5.1.4 Install - only getting "An error has occurred"New 5.1.4 Install - only getting "An error has occurred"


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