When I went to the Setup tab I got this error instead of a webpage:

Fatal error: Cannot redeclare htmltidy_test() (previously declared in /var/customers/webs/Webmaster/example.com/sites/all/modules/contrib/htmltidy/htmltidy.module:520) in /var/customers/webs/Webmaster/example.com/sites/all/modules/contrib/import_html/coders_php_library/install-htmltidy.inc on line 105

Comments

plato1123’s picture

Is there a solution to this?

knowledg3’s picture

1. uninstall htmltidy drupal module
2. download the tidy executable from http://www.paehl.com/open_source/?HTML_Tidy_for_Windows
3. after downloading unzip the file in the location sites/all/modules/import_html/coders_xxx_xx/bin then go back to your site under import html click setup and make sure it finds the tidy executable ( it will inform u )

its rough but that's exactly what i did to get the import html module to work. now am having the problem with my imported html nodes not showing up under content ...............

dman’s picture

Status: Active » Closed (won't fix)

Yeah, htmltidy and this module share some libraries - same function names.
Sorry about that, it's an old known issue.

Short answer - disable the htmltidy module while using import_html.