I get this when viewing sitemap.xml as an anonymous user (since I get a 403 as admin, which is apparently by design).
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | xmlsitemap-undefined-function-437288-2.patch | 1.77 KB | webchick |
I get this when viewing sitemap.xml as an anonymous user (since I get a 403 as admin, which is apparently by design).
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | xmlsitemap-undefined-function-437288-2.patch | 1.77 KB | webchick |
Comments
Comment #1
webchickAnd indeed, this function seems to not be defined anywhere. Well, that's a problem. :)
Comment #2
webchickI'm going to go out on a limb and assume this is what these should be changed to.
I can't confirm that it fixes it because my computer is currently smouldering trying to load that page, but it at least didn't die right away with a fatal error. :)
Comment #3
avpadernoThe function has been renamed
xmlsitemap_helper_cache_id(); the code should have been changed as well to call the correct function (but maybe the time frame given to me to use the PC was not enough to do a perfect work :-)).Comment #4
avpadernoThe patch correctly corrects the problem.
Comment #5
manoloka commentedJust uploaded the latest and I also get the same
Comment #6
avpadernoI strangely remember I have already replaced any occurrence of
_xmlsitemap_cache_id(), but it seems I have not saved the file after doing that.The code has been fixed in CVS.
Thanks to webchick for the report.