Event Calendar not working

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.
3/22/2007 10:04:00 AM
Tom
Gravatar
Total Posts 5

Event Calendar not working

Hi, I have installed mojoportal v2.2.1.6, however the event calendar not working as expected when clicking on the next or last month button.
Tom
3/22/2007 3:49:10 PM
Gravatar
Total Posts 18439

Re: Event Calendar not working

It seems to work fine in my testing, it navigates back and forth through the months which is what I expect.

Joe
3/22/2007 4:28:35 PM
Tom
Gravatar
Total Posts 5

Re: Event Calendar not working

Hi Joe, may be I was not setting the date format correct on the web site? Please try www.livcgs.co.uk

Rgs
Tom
3/22/2007 4:38:04 PM
Gravatar
Total Posts 18439

Re: Event Calendar not working

Hi Tom,

Your site works fine for me using Firefox and IE7. 

Do you have the preferred language in your browser set to something other than English?

Joe
3/22/2007 5:14:14 PM
Tom
Gravatar
Total Posts 5

Re: Event Calendar not working

Hi Joe, I am using firefox 1.5 and ie 6. Both are not working as expected.

When I loaded the events page, the calendar was showing March 2007. When I clicked next month, it shows January 2007.
Then when I clicked on the last month, it became January 2006. From this point onward, click on the next month will have no effect.

Any ideas?
Tom
3/22/2007 5:18:53 PM
Tom
Gravatar
Total Posts 5

Re: Event Calendar not working

By the way, the site was setup to use english as the default language

<globalization
            culture="auto:en-GB"
            uiCulture="auto:en"
            requestEncoding="utf-8"
            responseEncoding="utf-8"
            fileEncoding="iso-8859-15" />

Tom
3/22/2007 5:27:07 PM
Gravatar
Total Posts 18439

Re: Event Calendar not working

That is very strange because it works fine for me on your site, I click next it goes to April 2007 and keeps going forward correctly same thing going backward, works fine for me on your site.

I'm not sure about using en-GB, its not posing a problem for me but my browser is set to use en-US, and the auto part will make the site use en-US for me. You might experiment by setting it to auto:en-US in web.config or just auto:en and see if that makes a difference for you.

Joe
3/22/2007 7:12:19 PM
Tom
Gravatar
Total Posts 5

Re: Event Calendar not working

Hi Joe, my browser's default language is set to en-GB, so when I clicked on the next month button, the url became
http://localhost/mojoportal/Default.aspx?visdate5=01%2f04%2f2007&pageid=4

From the above string, the date format became dd/mm/yyyy but the control still interrupted it to be mm/dd/yyyy, that's why it was showing January 2007 instead of April 2007.

I tried modified the globalisation setting in the web.config but I am still getting the same result. May be we have to modify the javascript to send all date format in yyyy/mm/dd instead of the browser's culture setting.

Any thoughts?
Tom
3/23/2007 6:58:22 AM
Gravatar
Total Posts 18439

Re: Event Calendar not working

Hi Tom,

I am able to replicate this here by setting my browser to en-GB, I'll investigate and report back later today.

Thanks,

Joe
3/23/2007 9:21:06 AM
Gravatar
Total Posts 18439

Re: Event Calendar not working

I have this fixed and will try to package up a new set of release files this weekend.

Thanks,

Joe
3/24/2007 2:30:53 PM
Gravatar
Total Posts 18439

Re: Event Calendar not working

I just released a new set of files version 2.2.1.7 with this fix.

Thanks,

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