nate
 Nuke Newbie Posts:4

 |
01/07/2008 2:12 PM |
|
Well I recently purchased a store module to install on my DNN 4.4.1 portal. Today when I went to install it I logged in as administrator only to find the Host tab has completely dissapeered. I am at a loss as to how to get it back, and was hoping someone here may have some insight.
Thanks in advance,
-Nate |
|
|
|
|
Joseph Craig DNN MVP Posts:11667

 |
01/07/2008 2:16 PM |
|
You need to stop and then restart IIS, or reboot your server. Something has gone awry ...
(This happened over the weekend to one of my websites, too.) |
|
Joe Craig, Patapsco Research Group Complete DNN Support |
|
|
nate
 Nuke Newbie Posts:4

 |
01/07/2008 2:40 PM |
|
OK I'll give that a shot now... |
|
|
|
|
nate
 Nuke Newbie Posts:4

 |
01/07/2008 3:13 PM |
|
nope still no host tab  I know it was there last time I logged in as admin to install some skins about 6 months ago... |
|
|
|
|
Lee Sykes DNN Creative Staff
 Nuke Master VI Posts:4945

 |
|
nate
 Nuke Newbie Posts:4

 |
01/07/2008 3:36 PM |
|
Yep that was the problem. I guess I misunderstood the function of the admin acct as I thought admin can see the host menu as well. This issue is fixed... |
|
|
|
|
Lee Sykes DNN Creative Staff
 Nuke Master VI Posts:4945

 |
|
Joseph Craig DNN MVP Posts:11667

 |
|
ananda
 Nuke Newbie Posts:4

 |
01/09/2008 3:43 PM |
|
My admin tab is missing when I log in as admin. My host tab is missing when I log in as host. I installed my dnn site in a virtual directory under the website, and I don't know if that matters. Does anyone know what I can do to fix the problem? Does anyone know what the problem is? |
|
|
|
|
Lee Sykes DNN Creative Staff
 Nuke Master VI Posts:4945

 |
|
ananda
 Nuke Newbie Posts:4

 |
01/14/2008 12:05 PM |
|
Actually, the results were the same after my fourth reinstall. However, I have isolated the problem after installing the web site on a different server, with no problems.
I have not narrowed down the issue yet, but it is either in the IIS headers that control caching and content expiration, or it is a result of inherited web.config settings from the parent folder. The IIS root has content expiration set to immediate, and all HTTP headers removed. The parent folder's web.config uses a different method of forms authentication than the DNN site. I suspect the later because the admin and host menu tabs only appear after a successful login, so the login must not have been successful. |
|
|
|
|
ananda
 Nuke Newbie Posts:4

 |
01/14/2008 7:23 PM |
|
I isolated the problem to some settings inheritance from the root web application's web.config.
I had to override two web.config settings sections in the dnn root directory to get the DNN login working correctly. I overrode the parent folder's < authorization > section:
< authorization > < deny users="?"/ > < /authorization >
I also had to override a duplicate httpModule ScriptModule reference from the parent folder's web.config:
< add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" / >
The added entries in my working DNN site's web.config look like this:
< system.web >
< httpmodules > < !-- Be careful not to use the < clear / > tag here! That breaks the login process. --> < remove name="ScriptModule"/ > < /httpmodules >
< authorization > < allow users="*,?"/ > < /authorization >
< /system.web >
|
|
|
|
|
ananda
 Nuke Newbie Posts:4

 |
|
Lee Sykes DNN Creative Staff
 Nuke Master VI Posts:4945

 |
|
Quentin
 Nuke Newbie Posts:5

 |
02/23/2009 9:08 AM |
|
Hey guys, I hope someone is still able to give me some advice on this topic. By the way, when answering assume you are talking to a complete idiot please. I had my DNN installed by someone else, who at the time was managing it for me as well (adding modules, etc.). He has since moved on and I am left to try and understand how all this works. I was trying to upload a new module and in reading it talks about logging in as 'host'. This is where I have a problem.
When I get to log in it does not give me a choice of Host or Admin. At the top of my webpage is a key with the word login. when I hit that it takes me a page with a username and password. After entering that I get access to my page where I can alter text, add pictures and so on. It also give me a pull down menu called Admin. This allows me to do all the administrative stuff.
But there is nothing marked host. Help please.
I can log on to Plesk control panel and manage my files from there, but that doesn't seem to help.
What can I do as I would really like to add some new features to my site. Any answers would be greatly appreciated.
|
|
|
|
|
Joseph Craig DNN MVP Posts:11667

 |
02/23/2009 9:16 AM |
|
If this was set up in a standard way, you will have a username "host" and a username "admin." If you login as host, you will see the host menu and the admin menu. If you login as admin, you'll see only the admin menu.
It would seem that you logged in as admin.
The Plesk control panel won't help you here ...
|
|
Joe Craig, Patapsco Research Group Complete DNN Support |
|
|
Quentin
 Nuke Newbie Posts:5

 |
02/23/2009 9:33 AM |
|
Hmm, there is obviously a problem with my DNN install then as I only get presented with one choice of log in, which as I said, when it opens my page give me the admin activities. I have just tried to reset the skin by going to 'restore default', but that has no effect. Is there anyway to get teh host features back? Would upgrading to a newer version of DNN overcome this? And if so, then the next really dumb question is, how do I do that? Regards Quentin
|
|
|
|
|
Joseph Craig DNN MVP Posts:11667

 |
02/23/2009 9:42 AM |
|
When you say that you are presented with only one choice, can you explain more?
Normally, you would see a login box where you can enter a username and password. I assume that you are seeing something different.
Can I see the site? Click my name to send an email if you don't want to put it in public.
|
|
Joe Craig, Patapsco Research Group Complete DNN Support |
|
|
Quentin
 Nuke Newbie Posts:5

 |
02/23/2009 6:01 PM |
|
Thanks Joe, replied to your email. |
|
|
|
|
amit
 Nuke Newbie Posts:1

 |
10/29/2009 4:17 AM |
|
Posted By Quentin on 23 Feb 2009 6:01 PM Thanks Joe, replied to your email. Hi, I am also facing the same problem whenever i get logged in as a host user. The host and admin tab got disapper also i am unable to Edit the content. Whenever i click on user links it giving me this error. DotNetNuke Error: - Version 04.05.03An error has occurred. DotNetNuke.Services.Exceptions.PageLoadException:
'~/images/icon_users_32px.gif
[script removed]
' is not a valid virtual path. ---> System.Web.HttpException:
'~/images/icon_users_32px.gif
[script removed]
' is not a valid virtual path. at
System.Web.Util.UrlPath.CheckValidVirtualPath(String path) at
System.Web.Util.UrlPath.Combine(String appPath, String basepath, String
relative) at System.Web.UI.Control.ResolveClientUrl(String relativeUrl) at
System.Web.UI.WebControls.Image.AddAttributesToRender(HtmlTextWriter writer) at
System.Web.UI.WebControls.WebControl.RenderBeginTag(HtmlTextWriter writer) at
System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) at
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer,
ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter
writer, ControlAdapter adapter) at
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection
children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at
System.Web.UI.Control.Render(HtmlTextWriter writer) at
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer,
ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter
writer, ControlAdapter adapter) at
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at
ASP.portals__default_containers_dnn_blue_text_header___white_background_ascx.__Render__control1(HtmlTextWriter
__w, Control parameterContainer) in
D:\www4\elephantdesign.com\Portals\_default\Containers\DNN-Blue\Text Header -
White Background.ascx:line 40 at
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection
children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at
System.Web.UI.Control.Render(HtmlTextWriter writer) at
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer,
ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter
writer, ControlAdapter adapter) at
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection
children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at
System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) at
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer,
ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter
writer, ControlAdapter adapter) at
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at
ASP.portals__default_skins_elephant_skin1_index_ascx.__Render__control1(HtmlTextWriter
__w, Control parameterContainer) in
D:\www4\elephantdesign.com\Portals\_default\Skins\Elephant_skin1\index.ascx:line
90 at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer,
ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter
writer) at System.Web.UI.Control.Render(HtmlTextWriter writer) at
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer,
ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter
writer, ControlAdapter adapter) at
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection
children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at
System.Web.UI.Control.Render(HtmlTextWriter writer) at
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer,
ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter
writer, ControlAdapter adapter) at
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection
children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at
System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) at
System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output) at
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer,
ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter
writer, ControlAdapter adapter) at
System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer) at
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection
children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at
System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) at
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer,
ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter
writer, ControlAdapter adapter) at
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection
children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at
System.Web.UI.Page.Render(HtmlTextWriter writer) at
DotNetNuke.Framework.PageBase.Render(HtmlTextWriter writer) at
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer,
ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter
writer, ControlAdapter adapter) at
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint,
Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace
--- can you please provide me the solution. Regards, Amit.
|
|
|
|
|