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

avpaderno’s picture

Assigned: Logrise » Unassigned
Status: Active » Fixed

The 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?

avpaderno’s picture

Status: Fixed » Postponed (maintainer needs more info)
avpaderno’s picture

Title: Fatal error: Call to undefined function xmlsitemap_update_sitemap() » Call to undefined function xmlsitemap_update_sitemap()
Status: Postponed (maintainer needs more info) » Fixed

I 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.

Logrise’s picture

Again: 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

avpaderno’s picture

Status: Fixed » Postponed (maintainer needs more info)

xmlsitemap_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.

avpaderno’s picture

Category: bug » support

As 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.

avpaderno’s picture

Status: Postponed (maintainer needs more info) » Fixed

I am setting this report as fixed, even if there was nothing to fix.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

bdillahu’s picture

Component: xmlsitemap_node » Other

Just 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.

bdillahu’s picture

Sorry... network issue caused a dupe...