Cannot add a page

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.
5/7/2010 11:27:32 AM
Gravatar
Total Posts 3

Cannot add a page

Hi,

I just installed mojoPortal 2.3.3.9 on a Win Server 2008R2 box, with SQL Server 2010 Express as the database.  I have been able to create my account as an administrator, edit the home page, create content blocks on the home page, and have tried several different skins.

My issue is, I can go through the steps to add a new page, but nothing happens.  I can't add a new page at the root level, or under the Home page.  Include in Menu is checked, and I followed the steps in the online video instructions.  I tried using IE and Chrome to do this, no luck.  

Any ideas?

 

5/7/2010 12:27:35 PM
Gravatar
Total Posts 18439

Re: Cannot add a page

Hi,

Most likely, the pages are being created but file system permissions are not correct so it isn't able to clear the sitemap cache and therefore you don't see the new page. If you touch Web.config file it will recycle the app and clear the cache and perhaps then your pages will appear. To fix the problem you need to make the /Data and all child folders writable by the web process so it can create folders and files for cache dependency.

Hope it helps,

Joe

5/7/2010 2:45:37 PM
Gravatar
Total Posts 3

Re: Cannot add a page

Thanks.  I can refresh the site now, and the changes appear.  The other issue I'm having is uploading files.  I created a Shared Files page, and can browse my file system to find a file.  When I select it to upload, the progress bar indicates success, but I am redirected to an error page.  The document does appear in the list, but I can't download or view it.

5/7/2010 2:47:46 PM
Gravatar
Total Posts 18439

Re: Cannot add a page

Make the /App_Data folder writable should solve it.

5/7/2010 3:05:51 PM
Gravatar
Total Posts 3

Re: Cannot add a page

That does sound like it would work.  But now, I can't change the property of that folder, or anything else at that level.  If I remove the Read Only, it just checks it back.  I turned off inheritance, and it didn't make a difference.

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