Writing to Module-14cachedependecy.config is denied.

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/12/2008 2:26:29 PM
Gravatar
Total Posts 2

Writing to Module-14cachedependecy.config is denied.

I am on a host that does not allow me to change the write access within the app. So I get \Data\Sites\1\systemfiles\Module-14cachedependecy.config' is denied.whenever I save HTML. Is there a way to disable caching as it looks like thats what its writing for

Thanks!

12/12/2008 2:35:18 PM
Gravatar
Total Posts 18439

Re: Writing to Module-14cachedependecy.config is denied.

Sorry but regardless of caching, its a requirement that the Data folder and its child content be writable. Lots of things like the photo gallery, search index and even error logging depend on it. Caching is actually off by default, but we still touch the cache file because caching could be enabled at any time.

I will add code for the next release to catch this error, but still its not going to work very well without write access to the Data folder.

If your host can't accomodate that I would recommend get different hosting.

Best,

Joe

12/12/2008 2:46:44 PM
Gravatar
Total Posts 2

Re: Writing to Module-14cachedependecy.config is denied.

OK, thanks for the quick reply. Unfortunately its a server within a large healthcare provider and they are pretty strict with write access for apps. I guess things are load balanced and it would get mucked up if it wrote to one and not the others. Hmmm. What to do...

12/12/2008 2:53:20 PM
Gravatar
Total Posts 18439

Re: Writing to Module-14cachedependecy.config is denied.

Unfortunately we don't yet have support for web farm environments. I'm planning an add on product to support it sometime in 2009.

DotNetNuke has suppport for web farms but it still requires write permission because it syncs the files across each node of the farm. I'm not sure if I will use the same strategy or not.

Best,

Joe

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