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

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Host menu and console items disappearedHost menu and console items disappeared
Previous
 
Next
New Post
3/10/2011 2:46 AM
 
Don't know what i did, but host menu and host console is empty.

And nothing is in recycle bin.

Where can i get items to populate Host Console ? Or may be there is another way to fix host ?
 
New Post
3/10/2011 8:39 AM
 
That is a known issue (DNN-1478) in 5.6.1 when editing and updating any of the the tab settings for the top level Host page causes the PortalID of the Host Page to revert to 0 rather than being NULL as required for it to be a Host page. To confirm that this is the issue, run the following database query in SSMS or other similar tool being sure to replace dbo. with your installations databaseOwner value and DNN_ with the objectQualifier value (which may be an empty string) as defined in your web.config file:

SELECT PortalID, TabName, TabPath
FROM dbo.DNN_Tabs
WHERE TabPath Like '//Host%'

All PortalID's returned by this query should be NULL. I suspect that the one for the top-level Host page (TabPath of //Host) will be 0.

To correct you may either do so manually while in SSMS or run the following SQL to reset all Host page PortalID's to NULL:

UPDATE dbo.DNN_Tabs
   SET PortalID=Null
WHERE (TabPath Like '//Host%') and (PortalID is not Null)

Again, be sure to replace dbo. and DNN_ with your intallations databaseOwner and objectQualifier values.

This issue is marked as complete in the roadmap for DNN 5.6.2 due for release in mid-March or so.


Bill, WESNet Designs
Team Lead - DotNetNuke Gallery Module Project (Not Actively Being Developed)
Extensions Forge Projects . . .
Current: UserExport, ContentDeJour, ePrayer, DNN NewsTicker, By Invitation
Coming Soon: FRBO-For Rent By Owner
 
New Post
3/10/2011 1:07 PM
 
problem solved thanks
 
New Post
4/5/2011 1:19 AM
 
I am having the same issue, all I did was change the skin. I tried the suggested fix but no luck. The Control Panel/Ribbon Bar will not link to the host top level page. I can get to the page by going to Host.aspx but all the icon are missing. If I go to the Page Management Control an click on Manage Host Tabs I also get nothing. Any Ideas?
 
New Post
4/5/2011 1:33 AM
 
Solved my problem, restarted the app and they are back now. So, never mind.
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Host menu and console items disappearedHost menu and console items disappeared


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