The module does not state that the site map module is dependent on the book module. I get this error when I tried to set up a site map.

user warning: Table 'drupal5_db.book' doesn't exist query: SELECT n.nid, n.title FROM node n INNER JOIN book b ON n.vid = b.vid WHERE b.parent = 0 ORDER BY b.weight, n.title in /home/webmaster/public_html/includes/database.mysql.inc on line 167.

Comments

willdashwood’s picture

I get the same error, does it require the book module or is this a bug?

frjo’s picture

Hmm, I thought I had fixed this in another issue. I'm travling at the moment but will fix it as soon as I get home.

Anonymous’s picture

frjo,

Are you still travelin'... :)

frjo’s picture

Assigned: Unassigned » frjo
Status: Active » Fixed

Nope, I'm back since a couple of days :-). I have just committed a fix for the error when there's no book module.

Anonymous’s picture

Status: Fixed » Closed (fixed)