Thursday, 17 May 2012
  1 Replies
  9.8K Visits
0
Votes
Undo
I was having troubles with getting the RSS feed working with IE. IE was giving me this error:
The literal string ']]>' is not allowed in element content.
.

After a little research I found a suggestion of inserting a space between the ']]' and '>' and it worked.


Line 67 of /components/com_jevents/views/modlatest/tmpl/rss.php
I changed
$item_description = "<![CDATA[$item_description]]>"  ;

to
$item_description = "<![CDATA[$item_description]] >"  ;


Jason
9 years ago
·
#71294
0
Votes
Undo
Hello Jason,

What version of JEvents are you using? That doesn't exist anymore and has been commented out in our latest releases and replaced.

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!

  • Page :
  • 1
There are no replies made for this post yet.