Menu

RSS Feed Broke?

Marc Riley
2016-12-16
2016-12-16
  • Marc Riley

    Marc Riley - 2016-12-16

    So I recently updated my PHP Version to 7.0.14-2 and Im now getting:
    Uncaught Error: Call to undefined function cleanQueryString()

    Just wanted to see if anyone else is having this problem?

     
  • Gerry Kroll

    Gerry Kroll - 2016-12-16

    Yup, was broken accidentally. For a brief time, there WAS a cleanQueryString() function. I guess, since I don't use RSS on my site, the rss.php script wasn't amended when this function was removed.

    You can fix the rss.php script. In line 101, replace "cleanQueryString()" with "$queryString" .

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.