Files dont change

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.
10/21/2009 3:52:30 AM
Gravatar
Total Posts 31

Files dont change

Hi. We are using IIS, postgres, V2.3.1.9 When I use the add/edit page panel and delete a page. It seems to process it but the page name stays in the list. If I try to view the page I just deleted it says file not found but the page is still shown in the list.

Also, if I try to move a page up/down the list, nothing happens. Any ideas on these 2 issues? Thanks.

10/21/2009 6:13:46 AM
Gravatar
Total Posts 18439

Re: Files dont change

The cause of this is incorrect file system permissions. It prevents clearing the SiteMapCache. We use cache dependency files to make it possible to clear items from the cache. When a page is created/deleted/moved we touch this dependency file and it clears the cache. If it fails to modify the file the cache cannot be cleared. The /Data folder and all child folders and files need to be writable by the web process.

You might also try deleting the files from /Data/Sites/1/systemfiles 
This is where cache dependency fies are located, if deleted and file permissions are correct they will be re-created as needed. Sometimes if you move a site from one machine to another the permissions can be funky and deleting them would solve it. 

Hope it helps,

Joe

10/21/2009 6:20:12 AM
Gravatar
Total Posts 31

Re: Files dont change

Thank you - will give it a go

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