Forum


Replies: 7   Views: 3360
Embedexternalhtml.php doesnt work
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by admin  · 11-04-2013 - 12:13

Hello,

Checking your log, we see this error (warnings are not errors, just warnings, of course it shouldn't be there but they don't do fail a php script):

[b]Fatal error: Maximum execution time of 30 seconds exceeded in classesHTML2WordML.inc on line 617[/b]

EmbedExternalHTML example downloads a whole page and transforms it to DOCX. So as it takes more than 30 seconds, you should increase your time limits in your php config.

Regards.