You need to be logged in to view a user's profile.
  1. dautrich
  2. JEvents 3.2 (Free Access)
  3. Monday, 22 August 2016
The plugin "JSON Execution Wrapper" causes an issue with Syndication Feeds in Joomla 3.6.x. Please see the respective Joomla issue here: https://github.com/joomla/joomla-cms/issues/11705
geraint
Support Team
Accepted Answer Pending Moderation
0
Votes
Undo
We are looking into this but have not been able to recreate the issue on our servers yet
JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!
  1. more than a month ago
  2. JEvents 3.2 (Free Access)
  3. # 1
geraint
Support Team
Accepted Answer Pending Moderation
0
Votes
Undo
Can you test a solution for us please. Replace the __construct function in plugins/system/gwejson/gwejson.php with this code?
	public function __construct(&$subject, $config)
{
parent::__construct($subject, $config);

$input = JFactory::getApplication()->input;
$task = $input->get('task', $input->get('typeaheadtask', '', 'cmd'), 'cmd');

if ($task != "gwejson")
{
return true;
}
// Some plugins set the document type too early which messes up our ouput.
$this->doc = JFactory::getDocument();
}

This plugin is used in JEvents to manage checking of overlapping events, finding event creators and locations etc.
JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!
  1. more than a month ago
  2. JEvents 3.2 (Free Access)
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
I will test this most probably during the upcoming weekend.
  1. more than a month ago
  2. JEvents 3.2 (Free Access)
  3. # 3
tonyp
Support Team
Accepted Answer Pending Moderation
0
Votes
Undo
We have just release V3.4.18 and this resolves the issue.

Many thanks
Tony
JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!
  1. more than a month ago
  2. JEvents 3.2 (Free Access)
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
The plugin with your modified __construct function seems to work correctly. The feed URL generated by "Feeds - Syndicated Feeds" is rendered correctly as XML in format RSS.
I have not yet been able to do a full test of the site, but it looks good!
  1. more than a month ago
  2. JEvents 3.2 (Free Access)
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Fixed with V3.4.18
  1. more than a month ago
  2. JEvents 3.2 (Free Access)
  3. # 6
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!

Members Area

Show your support

Unlike many Joomla calendars we do not charge to download JEvents - please show your support for this project by becoming a member of the JEvents Club Club members get access to early releases, exclusive member support forums, and Silver and Gold members can use many exciting JEvents addons

Your membership will ensure that JEvents continues to be the best events calendar for Joomla.