I'm running importpage 4.40 on Drupal 4.5.2. I create content | import page and get the following error:

Fatal error: Call to undefined function: book_toc() in /home/halidon/public_html/modules/importpage.module on line 70

There's nothing else referenced in the support forum. Any ideas?

Comments

rubicon-1’s picture

Apparently you need to have the book module enabled. The book_toc error goes away to be replaced with:

Fatal error: Call to undefined function: filter_tips_short() in /home/halidon/public_html/modules/importpage.module on line 76

I tried creating a "test" book and tried again - same error.

TheLibrarian’s picture

Assigned: Unassigned » TheLibrarian

I have fixed both of these bugs.