You need to Register for free and Login to post a message in the forum.

Forum

Subject: Cannot Edit Admin or Host Account to change password, email, etc.
Prev Next
You are not authorized to post a reply.

Author Messages
obautista
DNN Creative Magazine Subscriber

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 -

leesykes
DNN Creative Staff
Nuke Master III
Nuke Master III
Posts:3960


13 Aug 2008 6:10 AM  
Hello,

Have you viewed any of the installation video tutorials? quite often problems for installing DotNetNuke are caused by incorrect settings when installing the programmes needed for running DotNetNuke, for instance the setup of SQL server express.

I would suggest you have a look at these tutorials:



Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/leesykes

Lee Sykes's Facebook Profile
obautista
DNN Creative Magazine Subscriber

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>

leesykes
DNN Creative Staff
Nuke Master III
Nuke Master III
Posts:3960


13 Aug 2008 8:09 AM  
The latest version of DotNetNuke is stable and good to install.

You could look at this article which is on 2003:

How to install DotNetNuke 4.3.x with SQL Server



Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/leesykes

Lee Sykes's Facebook Profile
obautista
DNN Creative Magazine Subscriber

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?
jncraig
DNN Creative Staff
Nuke Master III
Nuke Master III
Posts:3750


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
DNN Creative Magazine Subscriber

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?
jncraig
DNN Creative Staff
Nuke Master III
Nuke Master III
Posts:3750


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_lal
Nuke Newbie
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?
jncraig
DNN Creative Staff
Nuke Master III
Nuke Master III
Posts:3750


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_lal
Nuke Newbie
Nuke Newbie
Posts:2

29 May 2009 2:49 AM  

Thanks Craig, i'll need the IT dept to help me with this
You are not authorized to post a reply.
Forums > DotNetNuke® > DotNetNuke® Questions > Cannot Edit Admin or Host Account to change password, email, etc.



ActiveForums 3.7

Latest Forum Posts

RE: How to Create Module : by jncraig
I'd recommend the book on DotNetNuke module development by Mitchel Sellers, and also adefwebserver.c...
RE: Change Login Page by jncraig
If you want to add modules to the login page, first create on and add the login module. Then add ot...
RE: Background colour by jncraig
Use the Web Developers Toolbar to identify the class of the white area.
RE: [Server Error]This error can be caused by a virtual directory not being configured as an application in IIS. by arm
Posted By mnaoj on 04 Dec 2008 11:46 AMError 1 It is an error to use a section registered as allowDe...
How to Create Module : by hassangas2003
this first my question in aforum,i'm abeginer in DNN,I have web user control already used to old pro...
Background colour by petecarrick
Hi,Sorry if this is a real dumb question, I've been experimenting with the Vortex skin and I have ch...
RE: Horizontal menu vertical borders by petecarrick
That worked perfectly, thanks very much Lee.Pete
Change Login Page by edeakin
Hey guys it’s me again. Great work on session 46 keep up the great work! I want to be able to add m...
RE: Module Wrapper & Tab Aggregator?? by gbrown
Found the Ajax Module Wrapper from Gumbosoft. Bought it and tried it - it works inside of Tab Aggreg...
Module Wrapper & Tab Aggregator?? by gbrown
Has anybody tried to place a Module Wrapper module from ZLDNN inside a Tab Aggregator module from DN...
RE: SWF Tutorial Conversion by raymueller
Thanks and I will continue to research. Each of the applications pick up the introduction (~ 20-25 s...
RE: Please do review by leesykes
There are a couple of things that you could look at:Initial page load time of the sites was slow, t...
RE: Module Development - Settings Page by leesykes
thanks for letting us know the solution and if there's anything else we can help out with please let...
RE: SWF Tutorial Conversion by leesykes
not sure, its not something I have tried, the swf should convert, perhaps its worth googling around ...
RE: not been able to download videos by leesykes
Normal 0 unctuationKerning/> false false false oNotPromoteQF/> ...
RE: Styling the main menu by leesykes
When you add code to your skin.css file, make sure you press CTRL+F5 to reload the page and reload t...
RE: Horizontal menu vertical borders by leesykes
To find the id of the menu item, use the web developers toolbar for Firefox, go to information menu...
RE: Module Development - Settings Page by HMDevelopment
Hello Lee. No thanks -- I have still earned value from this site. I did quite a few 'video' tutor...
RE: Can I modify the Default Events module only for a Portal? by jncraig
If you create a skin for your site, it will apply only to your site.  Also, portal.css applies only ...
RE: How to prevent auser from multiple login. by jncraig
I'm not aware of a way to do that.
DNN Creative Subscribe
RSS Feeds