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" .
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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?
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" .