Closed (fixed)
Project:
XML sitemap
Version:
6.x-1.x-dev
Component:
Other
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Nov 2008 at 09:45 UTC
Updated:
14 Jul 2009 at 20:27 UTC
Fatal error: Call to undefined function xmlsitemap_update_sitemap() in /sites/all/modules/xmlsitemap/xmlsitemap_node/xmlsitemap_node.module on line 325
Xmlsitemap for drupal 6.x working awfully.
Comments
Comment #1
avpadernoThe function
xmlsitemap_update_sitemap()is defined on xmlsitemap.module line 235; the line 325 of xmlsitemap_node.module doesn't contain any call to that function.Are you sure you have the most recent version of the files?
Comment #2
avpadernoComment #3
avpadernoI change the status to fixed because probably the issue report refers to an old version of the files.
The last version of the project files contain the definition of the function; I don't remember there has been a version of the files which didn't contain such function.
Comment #4
Logrise commentedAgain: I use new version
Fatal error: Call to undefined function xmlsitemap_update_sitemap() in /sites/all/modules/xmlsitemap/xmlsitemap_node/xmlsitemap_node.module on line 131
Comment #5
avpadernoxmlsitemap_update_sitemap() is defined in xmlsitemap.module at line 235.
Check that file because it's probably an error you have in the files you have in your web site.
Comment #6
avpadernoAs you can see in the CVS repository, the function is present; also on the repository page for xmlsitemap_node.module you can see the function is called correctly.
Comment #7
avpadernoI am setting this report as fixed, even if there was nothing to fix.
Comment #9
bdillahu commentedJust an FYI if anybody else runs into this (I did)... if you untar the new version over the top of the older files, you get this error. I cleaned out the older files, and untarred it clean and all was happy.
Comment #10
bdillahu commentedSorry... network issue caused a dupe...
Comment #11
kenorb commented#375111: Call to undefined function xmlsitemap_update_sitemap()