Default cache settings for SharedFilesModule Problems

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.
1/31/2007 5:13:00 PM
Gravatar
Total Posts 80

Default cache settings for SharedFilesModule Problems

The default cache settings is 360 for the shared files module when I add a new module to a page. When I add a new file or create a new folder they are not displayed immediately. I'm guessing this is due to the cache? I get a regex error when I try to set the module settings cache to 0.

-Jesse
1/31/2007 5:44:27 PM
Gravatar
Total Posts 18439

Re: Default cache settings for SharedFilesModule Problems

This is working correctly using the svn version, it has a default of 0 and no regex error. What version are you using?

Thanks,

Joe
1/31/2007 5:48:30 PM
Gravatar
Total Posts 80

Re: Default cache settings for SharedFilesModule Problems

I should be synced with SVN aside from my own changes. Where is the defaut cache being set and where is the regex stored? I started the DB using an older version of mojoportal...could it be a stale DB entry left over?

Thanks,
Jesse
1/31/2007 5:54:38 PM
Gravatar
Total Posts 18439

Re: Default cache settings for SharedFilesModule Problems

If you go to Admin > Feature Modules and click the gear for Shared Files, you can set the default for that module there and new instances will use that. If you click the gear next to the title of the instance you can set it for the instance.

The Regex expressions are in Admin/ModuleSettings.aspx and Admin/ModuleDefinitionSettings.aspx so if those are in sync with svn you should have the same one as me which is  ^[0-9][0-9]{0,8}$

Joe
1/31/2007 6:01:22 PM
Gravatar
Total Posts 80

Re: Default cache settings for SharedFilesModule Problems

OK, that was my bonehead oversight for the day. Thanks.

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