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

Forum

Host Tab Missing?
Last Post 2009-10-29 11:59 AM by Joseph Craig. 20 Replies.
Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Page 1 of 212 > >>
Author Messages
nateUser is Offline
Nuke Newbie
Nuke Newbie
Posts:4

--
2008-01-07 08: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 CraigUser is Offline
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9001
Avatar

--
2008-01-07 08: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, DNN Creative Support

Subscribe to DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
nateUser is Offline
Nuke Newbie
Nuke Newbie
Posts:4

--
2008-01-07 08:40 PM  
OK I'll give that a shot now...
nateUser is Offline
Nuke Newbie
Nuke Newbie
Posts:4

--
2008-01-07 09: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 SykesUser is Offline
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945
Avatar

--
2008-01-07 09:27 PM  
This may seem like a daft question but when you say you logged in as administrator - did you log in as host? - Only the host user can see the host menu, the admin user can only see the admin menu.
Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/DNNCreative

Lee Sykes's Facebook Profile
nateUser is Offline
Nuke Newbie
Nuke Newbie
Posts:4

--
2008-01-07 09: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 SykesUser is Offline
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945
Avatar

--
2008-01-07 09:39 PM  
great, glad to help,
Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/DNNCreative

Lee Sykes's Facebook Profile
Joseph CraigUser is Offline
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9001
Avatar

--
2008-01-07 10:14 PM  
Oh, that's it!

Joe Craig, DNN Creative Support

Subscribe to DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
anandaUser is Offline
Nuke Newbie
Nuke Newbie
Posts:4

--
2008-01-09 09: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 SykesUser is Offline
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945
Avatar

--
2008-01-10 09:27 AM  
you should not have problems from installing in a virtual directory, do you see the admin menu when logged in as host? - is this a fresh installation on a localhost installation?  It could be worth attempting a re-install. - has this installation previously been working? it's odd that the menu items have just disappeared, if you can provide any further information we may be able to help.

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

Twitter: www.twitter.com/DNNCreative

Lee Sykes's Facebook Profile
anandaUser is Offline
Nuke Newbie
Nuke Newbie
Posts:4

--
2008-01-14 06: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.
anandaUser is Offline
Nuke Newbie
Nuke Newbie
Posts:4

--
2008-01-15 01:23 AM  
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 >
anandaUser is Offline
Nuke Newbie
Nuke Newbie
Posts:4

--
2008-01-15 01:34 AM  
Well, the XML didn't display correctly in the above post, so I posted the same response here:

http://www.dotnetnuke.com/Community...fault.aspx
Lee SykesUser is Offline
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945
Avatar

--
2008-01-15 08:08 AM  
Thanks for the info, if you wish to post code add a space after < and before > - you can do this quickly using notepad or a html editor, just press ctrl+h to find and replace and find < and replace with <(space), find > replace with (space)>
Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/DNNCreative

Lee Sykes's Facebook Profile
QuentinUser is Offline
Nuke Newbie
Nuke Newbie
Posts:5

--
2009-02-23 03:08 PM  
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 CraigUser is Offline
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9001
Avatar

--
2009-02-23 03:16 PM  
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, DNN Creative Support

Subscribe to DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
QuentinUser is Offline
Nuke Newbie
Nuke Newbie
Posts:5

--
2009-02-23 03:33 PM  
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 CraigUser is Offline
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9001
Avatar

--
2009-02-23 03:42 PM  
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, DNN Creative Support

Subscribe to DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
QuentinUser is Offline
Nuke Newbie
Nuke Newbie
Posts:5

--
2009-02-24 12:01 AM  
Thanks Joe, replied to your email.
amitUser is Offline
Nuke Newbie
Nuke Newbie
Posts:1

--
2009-10-29 10: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.03

An 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.
You are not authorized to post a reply.
Page 1 of 212 > >>


Active Forums 4.3

Latest Forum Posts

Admin menu problem by alireza arabiyan
hi i installed dnn 6 on localhost and move it in my host, all link's , pages and modules are ok,
Re: SQL SERVER 2008 R2 Remote connection by Prakasam Srinivasan
I have successfully configured MSSQL Server 2008 r2 remote connection. I am using windows 7 and it h
RE: dnn 4.4 upgrade issue by imran shaikh
Thanks you all it is done by renaming release.config to web.config procedure
RE: dnn 4.4 upgrade issue by imran shaikh
Thanks you all it is done by renaming release.config to web.config
dnn 4.4 upgrade issue by imran shaikh
hi this is imran i am upgrading dnn 4.4 to dnn 6.0.2 and getting this error please help me for this
RE: How to build Skins for DNN 6.x by Joseph Craig
I'd recommend that you try replacing the hard-coded text with the DotNetNuke Text skin object. That
RE: Module permission does not work! by Joseph Craig
What permissions have you give to that role?
RE: DNN nav issue by Joseph Craig
Are you using a custom skin? How often does this happen?
RE: Friendly URLs Broken by Joseph Craig
I don't entirely understand this, but I'm glad you got things working.
RE: How to build Skins for DNN 6.x by Christopher Adamakis
Dear all, I have one more question regarding greek fonts. If you check my site http://www.expertsoft
RE: Dnn local setup problem by imran shaikh
this is error is resolve now now getting this one Server Error in '/cooperpharma.ma' Applicat
RE: Module permission does not work! by Abraham Tameru
I created a special role for the user to administer the site. The user is not a member of the Admini
Dnn local setup problem by imran shaikh
Hi All i have just installed the new site files on my local computer set the connection strin
RE: Firefox has detected that the server is redirecting the request for this address in a way that will never complete. by imran shaikh
Hi i have the same issue Firefox has detected that the server is redirecting the request for thi
DNN nav issue by imran shaikh
Hi All This is imran i am using DNN 6.0 in which issue is that while i am refreshing the site nav
RE: Problem After Attaching/Detaching Database.mdf by Prakasam Srinivasan
thanks joe! But I have connect with database.mdf file in App_Data. I detach the database from
RE: Ventrian News Article by Collin Stefani
Posted By Joseph Craig on 2012-01-18 10:51 AM I'm not sure that you can with the built-in UI.
RE: Friendly URLs Broken by Vistalogix Corporation
Well, we figured out that the problem is related to .Net framework 3.5. Friendly URLs works fine und
RE: Problem After Attaching/Detaching Database.mdf by Joseph Craig
That behavior of running the installation wizard indicates a problem connecting to the database.
RE: Friendly URLs Broken by Vistalogix Corporation
Nope, just a straight-up DNN install and configured in Host -> Friendly URLs as described in my orig
You are not logged in.
You must log in to access all 
650+ videos, tutorials, podcasts, and more.
RSS Feeds