Forums

 
  Support Forum  Modules  Engage: Publish  Can't get to my site's home page after upgrade to Publish 5.3
Previous Previous
 
Next Next
New Post 1/4/2009 9:57 AM
Resolved
  js360160
21 posts
9th Level Poster


Can't get to my site's home page after upgrade to Publish 5.3 
I just upgraded to Publish 5.3 and I can no longer access my site's home page. When I try to go to http://mydomain.com I am redirected to http://mydomain.com/tabId/72/itemId/16/Events--Home-Page.aspx. 'Events - Home Page' is a Publish category I created for the purpose of displaying selected articles about business events in a Publish module on my home page. All was working just fine before I upgraded to Publish 5.3. tabId 72 is the page associated with my 'Events - Home Page' category. itemID 16 is the itemID associated with my 'Events - Home Page' category. There is no way to access the home page, even via Admin ... Pages when logged in as an administrator or host. My site is essentially dead, and I need help ASAP!! Thanks in advance for prompt attention to this problem. Jim
 
New Post 1/4/2009 10:25 AM
  John Henley
182 posts
5th Level Poster


Re: Can't get to my site's home page after upgrade to Publish 5.3 

I ran into that issue as well when beta-testing that release.  In my case, I had a Publish module on the home page and had the articles/categories option "force display on page ..." selected.  So Publish switches to the page being forced to (I'm not quite explaining it correctly, but hopefully that makes sense).  What I did was remove all of the 'force display on' settings and reset them all to false using SQL:

DELETE FROM Publish_ItemVersionSettings WHERE ControlName = 'ArticleSettings' AND PropertyName='ForceDisplayOnPage'

DELETE FROM Publish_ItemVersionSettings WHERE ControlName = 'CategorySettings' AND PropertyName='ForceDisplayOnPage'

INSERT INTO Publish_ItemVersionSettings
SELECT iv.ItemVersionId,'ArticleSettings','ForceDisplayOnPage','False'
FROM Publish_ItemVersion iv
WHERE iv.ItemId IN (SELECT ItemId From Publish_Item WHERE ItemTypeId = 1)

INSERT INTO Publish_ItemVersionSettings
SELECT iv.ItemVersionId,'CategorySettings','ForceDisplayOnPage','False'
FROM Publish_CategoryVersion iv
WHERE iv.ItemId IN (SELECT ItemId From Publish_Item WHERE ItemTypeId = 3)

Also, make sure you upgrade to 5.3.1 after you upgrade to 5.3, as there are some annoying bugs in 5.3 that are fixed in 5.3.1.

 
New Post 1/4/2009 9:17 PM
  Chris Hammond
1117 posts
1st Level Poster


Re: Can't get to my site's home page after upgrade to Publish 5.3 

As John posted it is likely that you have an article on your front page that is setup to be forced to display on another page. If you edit that article you should be able to get things working properly.

On the page it is redirecting you to, click on the Edit Article link, and be sure to uncheck the force option.

Let us know if that works.

 

Chris

 


Directory of Training Programs, DotNetNuke Corporation
 
New Post 1/5/2009 2:51 PM
  js360160
21 posts
9th Level Poster


Re: Can't get to my site's home page after upgrade to Publish 5.3 

John,

Thanks for posting your response so soon after my original post.  Very much appreciated!

I ran the SQL and it did indeed fix the problem.

Chris: I didn't see your post re: unchecking the 'Force' option on the relevant article(s) until after running John's SQL.  However, there are only a handful of test articles and categories in the system so far, so it wasn't a problem for me to just change them all in one shot  via SQL.  Thank you for responding on this as well.

Jim

 
Previous Previous
 
Next Next
  Support Forum  Modules  Engage: Publish  Can't get to my site's home page after upgrade to Publish 5.3

Purchase

Please click here to buy now.
Payment will be processed via credit card or PayPal.

Please click here to buy now.
Payment will be processed via credit card or PayPal.

Test Drive!

Want to find out how it works? Visit our demo site to see the modules in actions!

Want to find out how it works? Visit our demo site to see the modules in actions!

Subscribe

Sign up for our newsletter and get the latest product updates!

Sign up for our newsletter and get the latest product updates!

Online Support

Powered by DotNetNuke