obautista
Posts:10
 |
| 11 Aug 2008 2:21 PM |
|
I installed DNN 4.8.4 last weekend. After struggling for endless amount of hours on installation I finally succeeded. I am having a different problem now. I cannot edit or change account settings. DNN installation created the default admin and host accounts. I am trying to change the passwords and email addresses on the account. When I click Admin/User Accounts to view the admin account, I am able to see it, but when I click on the Pencil Icon (edit icon) nothing happens. The same thing is happening on the Host account. It seems as though I cannot browse to the edit page.
I am also not able to add a user. I tried clicking on this link, but nothing happens with this either.
It appears to be a set up or DB issue, but I do not know what it is.
Thank you so much for any assistance you can provide.
8/12/08 - I realized last night that I am not able to edit any pages on the site. I am not able to add a page, edit the default page, etc. When I click on any of the links nothing happens. That page refreshes (I notice the flicker), but nothing happens.
I would appreciate any help anyone can provide. Thanks - |
|
|
|
|
Lee Sykes DNN Creative Staff
 Nuke Master V Posts:5302

 |
|
obautista
Posts:10
 |
| 13 Aug 2008 7:17 AM |
|
I installed on Windows Server 2003. I am using SQL Server 2005 and VS 2008. Is there a tutorial on installing the latest DNN on Server 2003 with SQL Server 2005. I am willing to try the reinstall again. What stable version of DNN do you recommend installing? I attempted installing the latest version. I just want to get DNN installed on my machine and then upgrade if possible or needed to a newer version.
Thanks for your response -
I received the error below while installing last week. I commented out the line because the "Script Module" line exists in another section in the Web.Config file. I mention this because I am not sure if this could be a reason for what I am experiencing today. Do you think this led to an improper install of DNN?
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:
<PRE>Line 103: <add name="DNNMembership" type="DotNetNuke.HttpModules.Membership.MembershipModule, DotNetNuke.HttpModules" />
Line 104: <add name="Personalization" type="DotNetNuke.HttpModules.Personalization.PersonalizationModule, DotNetNuke.HttpModules" />
<FONT color=#ff0000>Line 105: <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
</FONT>Line 106: </httpModules>
Line 107: <httpHandlers></PRE> | |
|
|
|
|
Lee Sykes DNN Creative Staff
 Nuke Master V Posts:5302

 |
|
obautista
Posts:10
 |
| 13 Aug 2008 8:20 AM |
|
| Do you happen to know when DNN 4.9 or 5.0 version will be made public? |
|
|
|
|
Joseph Craig DNN Creative Staff
 Nuke Master V Posts:5351

 |
| 13 Aug 2008 8:24 AM |
|
Since you mentioned VS2008, which "package" did you use for the install? You should be using the Install package. You don't need to be using Visual Studio at all. You only need that if you plan to create modules or mess with the core code. As a newcomer, you shouldn't be considering either. The current version of DotNetNuke is quite simple to install if you follow the installation instructions. 1. Copy the install package to a directory and set the permissions so that your ASP.NET user has full permissions. 2. Point an IIS website at that directory. 3. Create a database in your SQL Server. 4. Browse to the website created in step 2. If you have done that, DotNetNuke should start the installation wizard. Let us know what you have done and what happens. |
|
Joe Craig DNN Creative Support Subscribe to the website |
|
|
obautista
Posts:10
 |
| 13 Aug 2008 8:32 AM |
|
| I am a newbie to DNN, but I am a .Net Web Developer. I do want to create my own modules, etc. This is the reason I chose to install the source package. I am trying to familiarize myself with DNN. Can I stall both the Install Package and Source Package on the same box? Thoughts? |
|
|
|
|
Joseph Craig DNN Creative Staff
 Nuke Master V Posts:5351

 |
| 14 Aug 2008 9:28 PM |
|
You don't need to install the source package to create modules. The best resource for module developers is Michael Washington's adefwebserver.com site. To answer your other question, it looks like there is a version 4.9 installed on the DotNetNuke site. Usually, that version will be available within a few days, unless there are problems found. There is a blog entry somewhere that explains why there is a 4.9, and not a direct 5.0. But, it also seems that some 5.0 features are available in 4.9. |
|
Joe Craig DNN Creative Support Subscribe to the website |
|
|
jatski
 Nuke Newbie Posts:2
 |
| 28 May 2009 10:52 AM |
|
| How do i found out my host password and user name, i've totally forgotton what they are and need to install some modules? |
|
|
|
|
Joseph Craig DNN Creative Staff
 Nuke Master V Posts:5351

 |
| 28 May 2009 2:36 PM |
|
If you are able to create new users for the site, do this: 1. Create a new user which you know the password; 2. Go into the SQL database into the asp membership table; 3. Locate both rows of data you need - the host entry and the "new user" entry; 4. Copy the password and the password salt of the "new user" to the host entry. You will need to use SQL Server Management Studio or express to get at the database tables. I would also make a database backup before starting. If you cannot register a new user, go in and set the site to have "public" registration. |
|
Joe Craig DNN Creative Support Subscribe to the website |
|
|
jatski
 Nuke Newbie Posts:2
 |
| 29 May 2009 2:49 AM |
|
Thanks Craig, i'll need the IT dept to help me with this 
|
|
|
|
|