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 ...DNN 4.0.2 install problemsDNN 4.0.2 install problems
Previous
 
Next
New Post
4/20/2006 9:40 AM
 
FWIW, I'm using the pre-compiled package (DotNetNuke_4.0.2_Install.zip) when trying to install. I didn't make any other changes to web.config.
 
New Post
5/2/2006 3:14 PM
 
I'm having this exact problem now.  Based on another post in this forum I deleted the database, set it up for a fresh install and reinstalled.  I got the same success message but in reading carefully I noticed that the portals failed to install.  In my case there is obviously a premissions problem in the file system because it is reporting access denied to ...\portals\0.  I'm still working but you should be aware that some install errors do not produce a failure message.
 
New Post
5/2/2006 3:43 PM
 

Download my installation document for Win2003 and SQL2000 from the following link.

http://mehenson.com/Downloads/tabid/58/Default.aspx

Follow this document step by step.  Make sure to check your database authentication type also, verify that its Windows and SQL authentication.

Good Luck

 
New Post
5/2/2006 5:59 PM
 
I had the same NullReferenceException when trying to install yesterday. Took me almost all day to figure it out. Looks like there is a problem in the Config.vb code. It uses an XPath expression to attempt to find the machineKey element and it doesn't seem to work all the time. I hard coded the selection path within the Config.UpdateMachineKey call to get past it. Mine is now:

xmlConfig.FirstChild.ChildNodes(5).FirstChild

instead of:

xmlConfig.SelectSingleNode("configuration/system.web/machineKey")

This should work as long as you are using a fresh web.config that was renamed from release.config. Otherwise you may need to play with the node indices to get it correct. FWIW I tried different XPaths that should have worked, but didn't for some reason and I didn't want to take any more time to figure out why.

After compiling this change and copying the newly compiled DotNetNuke.dll to the bin directory of my site I tried running the install again and it seemed to get caught up in some kind of loop. So to get past this I manually did what the code was trying to do and that is to add an "InstallationDate" element to the appSettings block in the web.config like so:

<add key="InstallationDate" value="5/1/2006"/>

Then I ran the install URL again and voila!
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...DNN 4.0.2 install problemsDNN 4.0.2 install problems


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