If you do not have the book module enabled and you enable the site map module, trying to display a /sitemap yields the following error: "Fatal error: Call to undefined function: book_render() in /var/www/drupal/modules/site_map.module on line 205"

Enabling book makes displays a page. Obviously this is due to a too tight coupling and it should be checked if book exists before calling book_render().

Comments

frjo’s picture

This should be fixed in the cvs version (still for Drupal 4.7). Please try it out and if it works well for you also I can commit it as a 4.7 version.

alper’s picture

Yes, the most recent CVS version does work. Thanks al lot.

frjo’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)