Jump to:

938 Posts in 271 Topics by 291 members

Forum Module

SilverStripe Forums » Forum Module » XML error in alternate RSS link

Discuss the Forum Module.

Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w

Page: 1
Go to End
Author Topic: 590 Views
  • Juanitou
    Avatar
    Community Member
    321 Posts

    XML error in alternate RSS link Link to this post

    Hi!

    I have just installed the latest forum version (0.2.5). When using the search function a XML error is triggered because ampersands are not encoded in line 384 of ForumHolder.php, the $rssLink string. Changing

    "&order=".urlencode($order)."&rss"

    to

    "&order=".urlencode($order)."&rss"

    solves the issue.

    A bug or something I’m doing wrong elsewhere ?

    590 Views
Page: 1
Go to Top

Want to know more about the company that brought you SilverStripe? Then check out SilverStripe.com

Comments on this website? Please give feedback.