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
Comment #1
rubicon-1 commentedApparently 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.
Comment #2
TheLibrarian commentedI have fixed both of these bugs.