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 ...Cannot install DNN 4.3.7Cannot install DNN 4.3.7
Previous
 
Next
New Post
12/1/2006 4:34 PM
 

I have tried for several days to install dnn 4.3.7 to my website at www.smith-fenner.com/mydnn

After reading all information I could find on the web and in the forums, I still haven't figured it out. I even downloaded and tried the Project:Installer version.08 and still could not get it to install, yes it installed to my desktop, but I don't have Asp 2.0 nor do I have IIS. I don't need (at least I don't think so) I don't want to install it locally, I want to install it to my website.

I unzipped the dnn 4.3.7 source zipfile to my computer, copied & renamed release.config to web.config and then made the changes necessary regarding my sql server connections, set up my database, etc.and then copied it all to my website http://www.smith-fenner.com/mydnn and then opened my browser and pointed to the site: http://www.smith-fenner.com/mydnn and then received an 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>

Server Error in '/mydnn' Application.

Runtime Error

 

I had already fixed this in my web.config file, so I am perplexed.

Yes, I am manually installing on my GoDaddy hosting account (deluxe version) and have read all the forums and post regarding GoDaddy. That is why I am doing a manual install and did set up my virtual directory with the all the boxes checked. Because I had utilized the auto install offered by GoDaddy and have been having no problems until a few days ago when my site went down and so far they cannot get it back up and neither can I. it is at www.smith-fenner.com/home - kept getting a timeout

So, if anyone has any ideas please help.

I can post my web.config if needed. I really need to get this up and running since my other site went down.

 
New Post
12/12/2006 4:25 PM
 

I just installed DNN 4.3.7 on a GoDaddy.com deluxe hosting account using the procedure by DavidWSnow in these forums.  The link to the thread is: http://www.dotnetnuke.com/Community/ForumsDotNetNuke/tabid/795/forumid/107/threadid/84515/scope/posts/Default.aspx

I did get one error "00:02:26.486 -   Error: Thread was being aborted." at the end of the install when it's creating the portal.  Another thread stated it was a caused by a timeout and suggested deleting some of the larger modules from the Install\Modules folder prior to attempting installation.  I deleted Blog, Forum, Gallery, Repository, and Store.  My understanding is that you can install these manually afterwards.  I'll be trying that next.

 

 
New Post
12/12/2006 9:14 PM
 
blychris wrote
I have tried for several days to install dnn 4.3.7 to my website at www.smith-fenner.com/mydnn
...
I unzipped the dnn 4.3.7 source zipfile to my computer,
...


Did you use the source or the install?  The install is what you need.
 
New Post
12/12/2006 9:28 PM
 

I have tried all versions of the download and followed instructions of each.

-----updated post-----------

I am trying to figure out how to do that. I want to install DNN 4.3.7 on my Godaddy Shared Hosting account manually and have tried every imaginable way possible - I downloaded Source, Install, Starter Kit and have tried uploading via plain ftp, windows ftp, via Visual Web Developer Studio express.

I even installed it correctly and completely to a directory on my home computer and it worked fine while I was at //localhost:xxxx/mydnn and then I tried to ftp it directly to my website to the virtual directory I set up in Godaddy and then changed the connection strings and updated my web.config and yet it still did not work. I have been at this for over two weeks or rather the day that 4.3.7 was released.

I do have a running 4.3.5 "Godaddy installed" version but want my own installation for upgrade and file access reasons. Plus with the "godaddy monitored" installation, the site went down and they could not tell me why,. I think it had something to do with the server and/or ASP 2.0 but their solution after 4 days was to uninstall and reinstall, and of course I had no back up because I could not access via FTP. I was able to access the files using Wexlite, but we all know that that is not the solution for big file transfers.

chris@smith-fenner.com - http://www.smith-fenner.com

 
New Post
12/13/2006 11:24 AM
 

WOW, I finally manually installed Godaddy 4.3.7 (install version) on my GoDaddy Shared Hosting site in it's own directory off the root.

Maybe others would like to know how this was accomplished.

Well, do I ever feel like an idiot. I finally figured out (possibly) what I was doing wrong. When I created the virtual directory using Direcotry Management in the GoDaddy control panel and set up the permissions, I would then go to my website via ftp and not seeing the directory I had just created I would create it then ftp my unzipped DNN 4.3.7 install to that directory and then point my browser to it to run the install and of course it was not working.

This time what I did was create a new virtual directory, but did not manually create the directory using FTP. Instead I would go to the directory where my unzipped install version of DNN was on my local computer and then ftp it all to my website and set the location to ftp to to ftp://www.mysite.com/virtualdirectory and let my ftp install to the virtual directory.

What I was finding was that my virtual directories were hidden to me until after an ftp to it. The GLOWING realization was a previous install that showed the following after the ftp: www.mysite/virtualdirectory/virtualdirectory_that_I_created_manually_using_ftp and then it hit me, a Virtual directory is like the ones that Godaddy uses that are not visible to me and what i was doing was uploading my files to another subdirectory of the same name as my virtual directory under THE virtual directory and of course the permissions were not correct for THAT directory.

I hope this all makes since, let me know if anyone experienced the same problem or if I am the only "slow" one in the bunch.

Atleast my site is working now. Now, of course I need to figure out how to move my content and data from my GoDaddy installed DNN 4.3.5 to my manually installed DNN 4.3.7 in my own directory on my website: http://www.smith-fenner.com/b . My old site that was installed by GoDaddy is at http://www.smith-fenner.com/home

If anyone has anyone comments, suggestions please let me know because i want to try to move as much content as possible, plus it would help to know what I steps I would need to take. I have looked at Template Export and also module content import/export. But have not tried anything as yet because I am still jittery about my install. I don't want to mess it up.

Also, learned that I cannot be logged into  both of my portals at the same time. I don't understand this  but I figure it has to do with something like the passing of the user id to memory or something. I had my old portal up in one browser window and my new portal up in another browser window and was going to copy data from one to the other using copy / paste of the html code in the html/Text modules. I also want to transition my users from the old portal to the new portal.

Again, thanks for all the support and replies. Please, again, let me know some feedback. Sorry about the long post.

 

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Cannot install DNN 4.3.7Cannot install DNN 4.3.7


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