Unable to delete pages

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.
12/7/2009 9:56:42 AM
Gravatar
Total Posts 9

Unable to delete pages

Hi, I can't delete a page, it seems like the record is removed from mp_pages and mp_FriendlyUrls but it still exists in sitemap. Can I remove it manually? It this because I'm using an earlier version? I'm using ver 2.3.1.9 MSSQL. There a multiple entry of the following in system log. 2009-12-07 09:54:14,399 ERROR mojoPortal.Web.WebTaskManager - Failed to deserialize and resume task
12/7/2009 10:49:51 AM
Gravatar
Total Posts 18439

Re: Unable to delete pages

Hi,

Sounds like it is deleting the pages but it fails to clear the sitemap cache. This indicates a file system permission problem because we clear the cache by touching cache dependency files. If you touch Web.config it will clear the cache and the deleted pages should disappear from the site map. However to solve the problem correctly you need to fix the file system permission problem. The /Data folder and all child folders and files needs to be writable by the web process user. If you moved the site from one machine to another some of the dependency files may have funky permissions from the old server. If that is the case then delete all files from /Data/Sites/[SiteID]/systemfiles and they will be recreated as needed.

Hope it helps,

Joe

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