A couple of things...

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
11/18/2009 11:04:59 AM
Gravatar
Total Posts 12

A couple of things...

Hi Joe,

I've got two issues that look like they could be bugs. We're running MojoPortal on Windows Server 2003 and MySql. We're at version 2.3.1.9

1) "Roles that can delete file using..." This is a great feature, but I could not get the settings to persist in the database. There were no obvious error messages on the screen or in the log - the save just failed. I have entered the role names directly in the database and the UI reflects this and the functionality works are expected.

2) We have three levels of pages. Level 1 being in the main menu. Level 2 has Level 1 as its parent and Level 3 being a child of Level 2. In the Admin -> Add/Edit Pages screen this heirarchy is displayed correctly. However, if we view the page settings of a Level 3 page, the Parent dropdown does not contain an entry for its real parent. The drop down appears to contain "Root" and only the list of Level 1 pages.

Cheers,

    David

11/18/2009 11:21:13 AM
Gravatar
Total Posts 18439

Re: A couple of things...

Hi David,

That first issue I'm not sure about, if you visited /Setup/Default.aspx it should have added the setting in the db and then it would persist.

The second issue has been reported previously and is fixed in version 2.3.2.9.

Best,

Joe

11/18/2009 5:21:07 PM
Gravatar
Total Posts 14

Re: A couple of things...

Hi,

Just wondering, is it considered normal that I can't set a page to be a child of a page that is hidden from the menus?  I have some static pages that I'd like to stash out of the way and have it at the bottom of the list of pages.  I have to unhide the parent and then rehide it after setting up the new static page, extra steps.  It's only inconvenient while I'm setting up the site, I guess.  No real benefit to restricting that list, I know those pages are there!

Thanks!

11/19/2009 2:08:15 AM
Gravatar
Total Posts 12

Re: A couple of things...

Hi Joe,

I've just updated two of our sites (another painless operation). The good news is, as you suggested, the "grandchildren" issue is resolved. The not-so-good news is that neither of the two sites will perist the changes to the "Roles that can delete files..."

Steps to reproduce: Select (or unselect) a role, save, view the change. The change is not persisted.

Cheers,

    David

11/19/2009 6:31:23 AM
Gravatar
Total Posts 18439

Re: A couple of things...

Hi,

I confirm this is a bug, it happens on my machine as well. I will fix this right now so it is fixed in the next release.

Best,

Joe

11/19/2009 6:42:23 AM
Gravatar
Total Posts 18439

Re: A couple of things...

rfreese,

Just wondering, is it considered normal that I can't set a page to be a child of a page that is hidden from the menus?  I have some static pages that I'd like to stash out of the way and have it at the bottom of the list of pages.  I have to unhide the parent and then rehide it after setting up the new static page, extra steps.  It's only inconvenient while I'm setting up the site, I guess.  No real benefit to restricting that list, I know those pages are there!

Instead of hiding the page set the view roles to only allow Admins then when you are ready to publish it set the View Roles back to All Users. This way the pages only appear in the menu for users signed in in admins role. There are reasons why it is better to not allow using pages that are not included in the menu as parent pages for other pages. Another benefit of using the view roles rather than include in menu setting for controlling publishing is that the content cannot be found in site search by non-admins if it is protected by roles whereas a page that is not included in the menu can still appear in search results if it is not protected by roles.

Hope it helps,

Joe

11/19/2009 10:00:02 AM
Gravatar
Total Posts 14

Re: A couple of things...

Yes, that's very helpful, thanks!

You must sign in to post in the forums. This thread is closed to new posts.