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

HomeHomeGetting StartedGetting StartedNew to DNN Plat...New to DNN Plat...Index never loads after disabling the getting started pageIndex never loads after disabling the getting started page
Previous
 
Next
New Post
10/1/2011 11:03 AM
 
I just installed DNN6 and was working through getting it set up.  I began defining the pages, and didn't see how to delete the getting started page, that installs with the default site so i disabled it.  After doing that, default page no longer loads.  I can how ever go directly to home.aspx and that along with contactus.aspx  The problem is that when i click Login from one of those pages i get the dialog with the spinning circle, but the login interface never comes up.

Thanks
 
New Post
10/1/2011 12:57 PM
 
Try accessing your login using your domain.com/login.aspx If you can log in then go ot Admin _ Pages and highlight your Getting Started Page. Click on the edit icon and change it back by unchecking disabled.

Also, DNN thinks this page is your home page (as set in Admin | Site Settings) so disabling is messes with your DNN mojo. So if you've setup a "new" homepage on your own then change the homepage dropdown on site settings to tell DNN by selecting the new homepage.

Failing front end access through DNN....do you have access to the database?




Steven Webster
Manager, Community Platform
F5 Networks, DevCentral
 
New Post
10/1/2011 1:15 PM
 
Thanks for responding. 
Just so you know the domain is http://willoughbyneighborhood.org
http://willoughbyneighborhood.org/login.aspx spins for a long time like it is trying to load, but it does not load.  In Firefox i get "The page isn't redirecting properly". 

I do have access to the database, so i can change things there, but have not done anything directly yet.

Thanks again,
~L
 
New Post
10/2/2011 3:54 AM
 
you may revert your disabling of the start page by editing its record in tabs database table (column isVisible or disableLink)

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
10/2/2011 12:23 PM
 
You can find this tab pretty easily using the following SQL:

SELECT * from Tabs where TabID in
(select HomeTabID from PortalLocalization
where PortalID = 0)

or the update itself

UPDATE Tabs
SET DisableLink = 0
WHERE TabID in
(SELECT HomeTabID FROM PortalLocalization WHERE PortalID = 0)

Please keep in mind this is open range script and you should backup everything, test locally and test.backup again before making direct changes to your live SQL server.



Steven Webster
Manager, Community Platform
F5 Networks, DevCentral
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedNew to DNN Plat...New to DNN Plat...Index never loads after disabling the getting started pageIndex never loads after disabling the getting started page


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