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 ...Pages, Sub-pages, Tabs, etc...Pages, Sub-pages, Tabs, etc...
Previous
 
Next
New Post
6/25/2010 3:38 PM
 
For the last couple versions, I've been having significant problems (both myself and clients) with the ability to add/organize pages. It seems that when I setup a page as a child of another, it does not show / recognize this in the Hierarchical page / tab system... Example, I add page "Sub Page 1" to be a child of "About Us", it ignores this and when I see the page diagram, it's sitting at the same level as the parent page, I can occaisionally click the right combination of Right/Left arrow, but more times than not, I wind up having to recreate the page as it gets 'stuck' before the Home page. This is incredibly frustrating for me, and 10x as much for non-technical users/site owners who are editing these sites.  Is there an ETA on this being fixed?

Wells Doty Jr
Online Content Development
 
New Post
6/26/2010 5:32 AM
 
Hello Wells,

Sorry to hear of you problems, that sounds like a pain.  I do not think that this is a common error, and I have not experienced it with any sites I have upgraded since Jan 2009.  It might be local to your installation.  Would it be possible to get back to the last know version that was working, install that to a test server, and then try to play with it to see what caused the problem?  Using SQL Compare from RedGate might assist you in identifying the records in the db that are screwed up, or using UltraCompare might assist you in find files that are different.

IOW, if you can get back to an old, but working version, and upgrade straight to 5.4.2, and if that works well, you might be able to identify the files or data records that are different between live and test environments.  I think you will need to set aside a day for all th is.

alternately, if you think that you cannot or do not want to bother fixing it, you could build a "Page Adjustment" sproc that you manually call when needed.  All yo would have to so is identify the parent tabid, and update the tabs table.  this would the become as simple as 

1) make a mental note of the tab id you need the new page to be a child of
2) Create the page and note the new TabId
3) Update Tabs Set ParentId = @PreferredTab where TabId = @NewTabId

This is a low tech solution, but if you only add 100 pages a year, and cannot fix the underlying issue, it might buy you another year or two until you do a complete site refresh.

Mark

Mark Breen Ireland 1987 BMW R80 g/s
 
New Post
6/26/2010 10:39 AM
 
Wells, this is a known error of Pages admin module that will be fixed in DNN 5.4.4, which has been announced to be released on Monday.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
7/7/2010 4:17 AM
 
After Upgrade to Version 5.4.4. the organisation of pages using the administration page "pages" is still not functioning correctly.
 
New Post
7/7/2010 6:11 AM
 
Maybe your database is corrupted from your previous dnn version.

So you can check it and correcting it with the folow sql from Timo :

Dont forget to  make a backup of your db before !

---------------------------------------------------------------------------------------
http://support.dotnetnuke.com/issue/V...


You can check for pages with this error using this SQL script:

SELECT TabId, TabOrder, PortalId, TabName, IsVisible, ParentID, Level, IsDeleted, TabPath FROM Tabs WHERE
NOT ((LEN(tabpath)-LEN(REPLACE(tabpath, '//', ''))) / LEN('//')-1 = Level)

And you can correct them with this:

UPDATE Tabs SET
Level = (LEN(tabpath)-LEN(REPLACE(tabpath, '//', ''))) / LEN('//')-1
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Pages, Sub-pages, Tabs, etc...Pages, Sub-pages, Tabs, etc...


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