Event Calendar pro RSS feed error

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.
10/31/2012 10:58:00 AM
Gravatar
Total Posts 167

Event Calendar pro RSS feed error

Hi,

I have been adding events to Event calendar pro and am looking to display them in a RSSfeed. However I am geeting an error when trying to view the feed.

The error I am getting is

Method not found: 'System.String mojoPortal.Web.Framework.StringHelper.RemoveCDataTags(System.String)'.

The following is the error from the log:

2012-10-31 15:15:48,363 ERROR 212.227.55.224 - en-US - /events7rss.aspx - mojoPortal.Web.Global -  Referrer(none) useragent Argotic-Syndication-Framework/2008.0.2.0
System.MissingMethodException: Method not found: 'System.String mojoPortal.Web.Framework.StringHelper.RemoveCDataTags(System.String)'.
at sts.Events.Web.UI.EventRss.RenderItems(HttpContext context, XmlTextWriter xmlTextWriter)
at sts.Events.Web.UI.EventRss.RenderRss(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
2012-10-31 15:15:48,374 ERROR 77.96.116.230 - en-GB - /Default.aspx - mojoPortal.Web.FeedUI.FeedCache - There was a problem trying to read the feed for url http://www.faboncamera.co.uk/events7rss.aspx.  Ignoring.
System.Net.WebException: The remote server returned an error: (500) Internal Server Error.
at System.Net.HttpWebRequest.GetResponse()
at Argotic.Common.SyndicationEncodingUtility.CreateWebResponse(Uri source, ICredentials credentials, IWebProxy proxy)
at Argotic.Common.SyndicationEncodingUtility.CreateSafeNavigator(Uri source, ICredentials credentials, IWebProxy proxy, Encoding encoding)
at Argotic.Syndication.GenericSyndicationFeed.Create(Uri source, ICredentials credentials, IWebProxy proxy, SyndicationResourceLoadSettings settings)
at mojoPortal.Web.FeedUI.FeedCache.GetRssFeedEntries(Int32 moduleId, Guid moduleGuid, Int32 entryCacheTimeout, Int32 maxDaysOld, Int32 maxEntriesPerFeed, Boolean enableSelectivePublishing)

 

Any thoughts?

10/31/2012 11:00:25 AM
Gravatar
Total Posts 167

Re: Event Calendar pro RSS feed error

I've just noticed the following

http://www.mojoportal.com/Forums/Thread.aspx?pageid=5&t=10808~-1

I suspect it is similar. It's not an urgent fix, so if it is the same can you let me know when the fix is available and I upload the later version

Cheers.

10/31/2012 11:07:20 AM
Gravatar
Total Posts 18439

Re: Event Calendar pro RSS feed error

Sounds like you installed a newer version of Event Calendar Pro with an older version of mojoPortal. You need to upgrade to the latest version of both to solve this problem. Its trying to use a new helper method in mojoPortal but your installation is older and does not have the method. The new method was added to mojoPortal as the fix for the other thread.

Hope that helps,

Joe

11/1/2012 11:38:14 AM
Gravatar
Total Posts 167

Re: Event Calendar pro RSS feed error

Superb, fixed a treat, cheers.

11/1/2012 2:02:11 PM
Gravatar
Total Posts 18439

Re: Event Calendar pro RSS feed error

Thanks for the beer! Much appreciated.

Cheers,

Joe

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