Hi. on line 708 (function cleanuptext)
return urldecode(str_replace(array("'", "%26"), array("", "&"), urldecode($_string)));`
should be
return urldecode(str_replace(array("'", "%26"), array("", "&"), urldecode($_string)));`
(replacing & with &)
It does not validate well with & .
yearginsm
Member
Posted 1 year ago #
I also noticed the latest version (1.3.2) is not showing up in the plugin directory. You can get to it regardless (add 1 to the release number in the link to the zip file) but I thought it seemed a bit strange.
Mine is having an issue obtaining data. Here's the log when I enabled the built-in debugger:
08-03-19 02:03:55 list is not in cache, get out and get it!
08-03-19 02:03:55 error fetching recenttracks xml
08-03-19 02:03:55 getlist returned false
Running PHP 5.2.5 (Open Solaris at Joyent) and WordPress 2.3.3.
yearginsm
Member
Posted 1 year ago #
I'm fairly sure eelay meant a missing &, although I cannot be sure which one is which.