Fatal Error: Maximum execution time simple_html_dom.php
-
Hi there,
I was trying your plugin for the first time and before using it on a live site I installed it in a local Xampp installation.
Every time I start to translate a new page Translate press starts scrapping the page and it hangs there returning aFatal Error: Maximum execution time simple_html_dom.php on line 161
. This seems to get stuck on the__destruct()
function and timeout the thread.
After some research I found this error report that explaining how to work around this issue.
I modified my local translatePress source code to add the explicitclear
call after all the objects created withTranslatePress\str_get_html
are used and can be disposed and this fixed the issue. TranslatePress started to load/parse pages alot faster and error free.
Please fix this. Thanks.
- The topic ‘Fatal Error: Maximum execution time simple_html_dom.php’ is closed to new replies.