Hello,

I am somewhat of a newbie to Drupal, but learning on the fly so to speak.

Currently, I am attempting to import a 500 page website into Drupal.

I installed the Import HTML and HTMLtidy modules, verifying and following the instructions.

When I attempt to import a small folder with 3 pages, I receive the error message:

Fatal error: Cannot redeclare htmltidy_test() (previously declared in /home/content/29/5868229/html/drupal-tprs/modules/htmltidy/htmltidy.module:513) in /home/content/29/5868229/html/drupal-tprs/modules/import_html/coders_php_library/install-htmltidy.inc on line 106

I received this error message with the stable and development versions of these modules.

Thanks,

Brett

Comments

briansea’s picture

It seems as though both modules are declaring the same function. I would pick one to use and disable the other.