Event Calendar: Cannot change months

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.
7/18/2011 2:10:12 PM
Gravatar
Total Posts 2239

Re: Event Calendar: Cannot change months

Hi Joe,

I went ahead and added the scripts to the layout.master and everything is working properly. We will be re-doing the skin for this site and we will probably find the culprit at that point.

Another issue the site has is that I can't change the Skin in the Site Settings. Each time I try, the page posts showing the change but when I refresh, the setting is back to what it started with. I do get a very very long error in the log that starts with "Request for ConfigurationPermission failed while attempting to access configuration section 'system.web/globalization'." I'm not sure if that error is normal under .NET 3.5. I just noticed this issue and I haven't looked into it very far. Can you make sure that changing the Skin in your .NET 3.5 Medium Trust environment works okay?

Thanks,
Joe

7/18/2011 2:20:58 PM
Gravatar
Total Posts 18439

Re: Event Calendar: Cannot change months

Hey Joe,

Yes, I can change skins under .NET 3.5 Medium Trust.

There is a known error in checking the web.config for the default culture under medium trust but it is a handled error in code so it should be saying "swallowed error" in the log and it shouldn't break anything.

You can avoid that error by forcing a specific culture for the site like this:

 <add key="UseCultureOverride" value="true" />
  <add key="site1culture" value="en-US" />
  <add key="site1uiculture" value="en-US" />

then it would use those settings before trying Web.config

Hope that helps,

Joe

7/20/2011 8:57:54 AM
Gravatar
Total Posts 18439

Re: Event Calendar: Cannot change months

Hey Joe,

I did some more digging on this problem and was able to reproduce it and fix it. I've also fixed a couple other small issues and patched the 2.3.6.7 release again.

The only files that changed are:

mojoPortal.Web.dll
mojoPortal.Features.UI.dll
mojoPortal.Net.dll
/ContactForm/MessageListDialog.aspx
/ClientScript/jqmojo/jquery.layout.min.js

Thanks,

Joe

7/20/2011 9:22:27 AM
Gravatar
Total Posts 2239

Re: Event Calendar: Cannot change months

Hi Joe,

I removed the direct references to the scripts from the layout.master, uploaded the new files and it seems to be working correctly.

Thank you for your diligence. It is greatly appreciated.

Thanks,
Joe

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