Event Calendar Pro

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

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.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
1/1/2009 9:24:54 AM
Gravatar
Total Posts 118

Event Calendar Pro

I am trying to install Event Calendar Pro. Whats the deal with web.config. Does the one that comes with Event Calendar Pro have to be merged with the existing one  ?

 

Neil

1/1/2009 9:29:38 AM
Gravatar
Total Posts 18439

Re: Event Calendar Pro

Hi Neil,

No, that is a packaging error, the Web.config and Default.aspx files should not have been included in the Event Calendar Pro package.

Thanks for asking and letting me know about this. You are the first to purchase since I uploaded the current package. I will clean that up and upload it again, but you can safely delete those from your copy of the package, then you should be able to copy up the files without overwriting anything.

And thanks for your purchase, my first customer of 2009!

Best,

Joe

1/1/2009 9:30:44 AM
Gravatar
Total Posts 18439

Re: Event Calendar Pro

In fact please hold off on installing I just noticed there are files in the bin folder also not needed. I'll prepare you a correct package right away and send it to you.

Best,

Joe

1/1/2009 10:27:11 AM
Gravatar
Total Posts 118

Re: Event Calendar Pro

ok - its installed and working - but uses (GMT - 5.00) Eastern Time (US & Canada) rather than the timezone the site is set for (GMT)

There appears to be 3 settings that are relevent:-

TimeZoneSetting
AdaptToUserTimeZoneSetting
ShowTimeZoneLabelSetting
 

How do these function - also trying to change Timezone setting causes the following server error:

 'ddControlType' has a SelectedValue which is invalid because it does not exist in the list of items.
Parameter name: value
 

Regards

 

Neil

1/1/2009 10:46:10 AM
Gravatar
Total Posts 18439

Re: Event Calendar Pro

Dates are stored in the db as UTC aka GMT, but can be rendered in the UI either as a specific time zone as selected in the module settings or if you check adapt to user time zone then it will adapt to the site default for unauthenticated users or the user preference for authenticated users. The label setting just determines whether a label is shown indicating what time zone it is showing, which eliminates any ambiguity.

Site time zone is specified in Web.config by setting the offset vs the server timezone, as documented in Time Zone Localization. Note that you can find out what time zone the server is configured for under Administration Menu > System Information.

I'm not able to produce the error you mention. Please try to produce the same error on the demo site and let me know if there are steps to produce it that are repeatable. I assume you did visit /Setup/Default.aspx after installing it. I might try touching the Web.config to recycle the app and see if that solves it, or uploading the files again and visit Setup/Default.aspx again in case they didn't all make it if the problem persists.

Best,

Joe

1/1/2009 12:16:32 PM
Gravatar
Total Posts 118

Re: Event Calendar Pro

Site Time for anonymous users is already set in web.config to GMT. and  the server shows itself to be in GMT

http://dev.barlestone.com/Admin/ServerInformation.aspx

On the demo site if I set mysef to be in GMT - everything in Event Calendar Pro still shows itself to be (GMT - 5.00) Eastern Time (US & Canada)

I have also tried changing both AdaptToUserTimeZoneSetting and ShowTimeZoneLabelSetting but they appear to have no effect - I cant try these in the demo site as Feature Installation/configuration is not available.
 

Yes i did rerun setup and I have restarted he site as well - feel free to login to my site if it helps

 

Regards

 

Neil

1/1/2009 12:52:10 PM
Gravatar
Total Posts 18439

Re: Event Calendar Pro

Hi Neil,

I think I understand what you are doing now as you say on my demo site that:

Feature Installation/configuration is not available

Configuration settings made there only set default values that will be used when a new instance of a feature is added to a page, it will not affect instances already on a page. If you visit the page that has your event calendar pro on it then click the gear icon next to the title of the calendar you will see the instance specific settings and there you should be able to specify the time zone.

Now that I understand what you were trying to do I am able to produce the error you mentioned and will look into fixing that asap so its fixed in the next release. It looks like a mojoportal bug rather than a bug in Event Calendar Pro. Admittedly I rarely use those feature configuration pages, as those settings also come from config files, so I typically have just made changes to the config file and then visit /Setup/Default.aspx also updates the default settings in the db based on the config file. In fact if you were to change a default setting in that page without changing the corresponding feature config file, then visiting the setup page will restore the setting from the config file. The web page for managing those settings were there before we had the installation system but I kept it because it makes it easier fopr developers to configure their custom features without having to learn about the setup system. So its mainly used for features that don't have config files, but all the mojoPortal features do have the config files.

Hope that makes sense.

Best,

Joe

ps Was not able to login to your site, but if you continue to have problems let me know and I'll contact you by emaill for login info.

1/1/2009 12:56:09 PM
Gravatar
Total Posts 18439

Re: Event Calendar Pro

ps, in case you didn't see this video about using the Event Calendar Pro, thought I'd post the link here as it has some info about settings like Time Zone.

Best,

Joe

1/1/2009 1:34:53 PM
Gravatar
Total Posts 118

Re: Event Calendar Pro

thanks - i understand it better now

 

regards

neil 

1/1/2009 2:11:31 PM
Gravatar
Total Posts 118

Re: Event Calendar Pro

One last problem - I am not getting the html control so I can add a description - either on my site or your demo site - is this a bug or am i missing something
 

1/1/2009 2:16:58 PM
Gravatar
Total Posts 18439

Re: Event Calendar Pro

I just reset the demo site content, not sure if I was doing that while you were using it or if that affected you at the time when you were trying this. The editors are working for me so I suspect some issue with your browser. I would close all tabs and visit google, then clear the browser cache of temporary internet content, then try your site again. Reason to visit google is because sometime it won't clear the cache for pages that you are currently on.

If the problem persists please try a different machine or browser to confirm it as a browser specific problem. For example if using Firefox try IE or vice versa to narrow down the problem.

Hope it helps,

Joe

1/2/2009 12:17:26 PM
Gravatar
Total Posts 118

Re: Event Calendar Pro

 this is still happening intermittently for me. I will let you know if i can narrow down the problem.

 

Neil

1/2/2009 12:28:55 PM
Gravatar
Total Posts 18439

Re: Event Calendar Pro

Does it happen across features that use the editor or just in Event Calendar Pro?

Does it happen in different browsers?

Does it happen on different machines?

Are you using FCKeditor (which I recommend as the best one) or one of the others?

Is your client machine or the server behind a proxy server of any kind that may be caching things in between your machine and the server?

These are all questions that can help narrow it down.

I really think it is not a bug in mojoPortal but some caching issue somewhere along the way, otherwise there would be more reports of the problem.

Best,

Joe

1/3/2009 4:12:59 PM
Gravatar
Total Posts 41

Re: Event Calendar Pro

Just and FYI, I was just testing out Event Calendar Pro on your demo site Joe and I didn't get the description control either. IE7, VISTA 64.
Never had any problem with the FCKeditor coming up.

1/4/2009 2:03:13 AM
Gravatar
Total Posts 4
Samba

Re: Event Calendar Pro

I have the same situation with FCKeditor and Event Calendar Pro using IE7/Vista 32, but I don't mind. It happen after upgrade from standard to Pro version. I don't know if it's related to IE7 or not.( http://support.microsoft.com/default.aspx/kb/927917 ). I will take a look at this.

(update) When I click "Edit/Add" and "Printable view" it just gives me the usual and fully functional FCKeditor in printer friendly page.

1/4/2009 7:38:59 AM
Gravatar
Total Posts 18439

Re: Event Calendar Pro

Ok, I just experienced this on the demo site using IE7 and will investigate it. Its strange because I have tested with IE7 plenty of times and never saw this happen before, though I do use Firefox mainly so if it is some intermittent thing then I guess I just haven't stumbled on it before.

In any case since I can produce the problem I'm sure I can fix it.

Best,

Joe

1/4/2009 9:03:14 AM
Gravatar
Total Posts 18439

Re: Event Calendar Pro

I was able to produce this problem on my local machine and fix it, so it will be fixed in the next release of Event Calendar Pro. The fix is actually very easy and you can fix your current copy using a text editor. The problem seems to be some kind of IE 7 CSS bug.

If you open the file /Events/Controls/EventEditor.ascx in a text editor, you will see this:

<asp:Panel ID="pnlEdit" runat="server" DefaultButton="btnUpdate" CssClass="panelwrapper eventcalendaredit floatpanel">

remove the "floatpanel" css class so it looks like this:

<asp:Panel ID="pnlEdit" runat="server" DefaultButton="btnUpdate" CssClass="panelwrapper eventcalendaredit">

and it will solve the problem with IE 7. The floatpanel class is not really needed there and seems to not play nice with FCKeditor in IE 7.

I've made the same change on the demo.mojoportal.com site and it seems to have solved it there as well.

Best,

Joe

 

1/4/2009 10:45:30 AM
Gravatar
Total Posts 4
Samba

Re: Event Calendar Pro

Thank you really very much, now the problem is fixed!

1/4/2009 11:32:02 AM
Gravatar
Total Posts 118

Re: Event Calendar Pro

yep thanks joe - looks fine now

 

Neil

8/12/2011 12:16:10 PM
Gravatar
Total Posts 1
Nasir

Re: Event Calendar Pro

I got your package today but its not very clear about how to install or integrate it into existing web site. I don't want to play with my existing work I tried my way but no success. Could you please help me to do it smoothly.

8/12/2011 12:27:19 PM
Gravatar
Total Posts 18439

Re: Event Calendar Pro

Just copy the contents of the wwwroot folder in the package into the root of your mojoPortal site and everything should land where it needs to go. (note: copy the contents not the folder itself)

then visit the /Setup/Default.aspx page and it will run the needed database scripts and configure the feature.

after that it will show up in the feature list and you add it to a page just like any other feature.

Note that it does require the latest version of mojoPortal (2.3.6.7), you can find your version under Administration > System Info

If your version is lower than that the best thing to do would be to upgrade mojoPortal before installing. If that is a problem then let me know your mojoPortal version and if needed I can send you an older version of Event Calendar Pro.

Hope that helps,

Joe

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