Download & Extend

HTML export only creates empty (0 byte) html files

Project:HTML Export
Version:6.x-1.0
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

We are putting together a multilanguage-enabled Drupal 6.8 site and we would like to use this module to export the site to HTML.

The module is properly installed and when trying to export the site to HTML, everything seems fine and no errors are output.

However, all the exported html files are empty files of 0 byte in size.

Let me know if you need any further information.

Comments

#1

Having the same problem on a multi-lingual site.

#2

I'm having the same issue and I'm not using the locale module. However, I am using the Domain Access module, if that makes a difference.

#3

I believe my issue revolves around using a testing domain (via /etc/hosts on my computer to associate access the dev web site) which doesnt exist in the /etc/hosts or DNS server for the server that html export i being run on, so it can't resolve the hostname when it tries to access the site internally, so its trying to use drupal_http_request() to access nids on a site it can't resolve. So I believe my issue is unrelated and resolved.