Closed (fixed)
Project:
XML sitemap
Version:
6.x-1.x-dev
Component:
xmlsitemap.module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Apr 2009 at 03:35 UTC
Updated:
2 May 2009 at 11:40 UTC
Jump to comment: Most recent file
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.