Add new page problem

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/20/2010 5:07:05 AM
Gravatar
Total Posts 16

Add new page problem

Hi!

I'm using Windows server with 2.3.3.2 MSSQL

 

Add new page. 

It is accessible by url but not appear in the top menu and in the pages list in administration.

I know after some time it will apeear but it is not clear enough.

Same situation with deletion - it stays there in top menu for some time.

I've tried refreshing broswer's caches but it doesn't help.

 

Thanks for attention, 

Alex

5/20/2010 5:37:29 AM
Gravatar
Total Posts 16

Re: Add new page problem

My own guess is IIS site recycle is needed.

The observation is it got fixed after I edited web.config, which causes  recycle.

That is , 

Alex

5/20/2010 5:41:12 AM
Gravatar
Total Posts 18439

Re: Add new page problem

Hi,

Recycling the app clears the cache. The problem is caused because your file system permissions are not correct, you need to make the /Data and /App_Data folders writable by the web process. We have cache dependency files down beneath the /Data folder, the system needs to be able to modify those files in order to clear the site map cache when new pages are created or when pages are deleted. since it can't modify the files it can't clear the cache.

Hope it helps,

Joe

5/20/2010 6:34:04 AM
Gravatar
Total Posts 16

Re: Add new page problem

Thanks Joe, 

will try as I get home and report the results.

 

Kind regards, Alex

5/24/2010 3:59:14 AM
Gravatar
Total Posts 16

Re: Add new page problem

Yeah, that was the case and that helped!

There were correct settings for Data folder but not for App_Data.

 

Thanks again!

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