Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maximum execution time of 60 seconds exceeded in simple_html_dom.php on line 146 #5

Closed
Simply007 opened this issue Sep 17, 2019 · 2 comments

Comments

@Simply007
Copy link

Simply007 commented Sep 17, 2019

I have a similar problem as it is described in:

Would you take a look into it? It looks like it happened only in some specific PHP version.

Error:

PS C:\projects\kentico-cloud-sample-app-php> php artisan serve
Laravel development server started: <http://127.0.0.1:8000>
[Tue Sep 17 15:42:21 2019] PHP Fatal error:  Maximum execution time of 60 seconds exceeded in C:\projects\kentico-cloud-sample-app-php\vendor\kub-at\php-simple-html-dom-parser\src\KubAT\PhpSimple\lib\simple_html_dom.php on line 146
[Tue Sep 17 15:42:21 2019] PHP Stack trace:
[Tue Sep 17 15:42:21 2019] PHP   1. simple_html_dom\simple_html_dom_node->__destruct() C:\projects\kentico-cloud-sample-app-php\vendor\kub-at\php-simple-html-dom-parser\src\KubAT\PhpSimple\lib\simple_html_dom.php:0
[Tue Sep 17 15:43:52 2019] PHP Fatal error:  Maximum execution time of 60 seconds exceeded in C:\projects\kentico-cloud-sample-app-php\vendor\kub-at\php-simple-html-dom-parser\src\KubAT\PhpSimple\lib\simple_html_dom.php on line 146
[Tue Sep 17 15:43:52 2019] PHP Stack trace:
[Tue Sep 17 15:43:52 2019] PHP   1. simple_html_dom\simple_html_dom_node->__destruct() C:\projects\kentico-cloud-sample-app-php\vendor\kub-at\php-simple-html-dom-parser\src\KubAT\PhpSimple\lib\simple_html_dom.php:0
[Tue Sep 17 15:44:52 2019] PHP Fatal error:  Maximum execution time of 60 seconds exceeded in C:\projects\kentico-cloud-sample-app-php\vendor\kub-at\php-simple-html-dom-parser\src\KubAT\PhpSimple\lib\simple_html_dom.php on line 146
[Tue Sep 17 15:44:52 2019] PHP Stack trace:
[Tue Sep 17 15:44:52 2019] PHP   1. simple_html_dom\simple_html_dom_node->__destruct() C:\projects\kentico-cloud-sample-app-php\vendor\kub-at\php-simple-html-dom-parser\src\KubAT\PhpSimple\lib\simple_html_dom.php:0
[Tue Sep 17 15:44:53 2019] 127.0.0.1:55071 [200]: /favicon.ico

Repro steps

  • Clone https://github.com/Simply007/kentico-cloud-sample-app-php.git
  • open desctructissue
  • run composer update
  • run php artisan serve
    ** Error is shown
@Kub-AT
Copy link
Owner

Kub-AT commented Sep 18, 2019

Hi, I am not author of main code (just extra psr class and composer config), here I'm using external library "PHP Simple HTML DOM Parser" hosted on Sourceforge
With all bugs or feature requests you should go there https://sourceforge.net/projects/simplehtmldom/

@Kub-AT Kub-AT closed this as completed Sep 18, 2019
@Simply007
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants