napoler / ganon

Automatically exported from code.google.com/p/ganon
0 stars 0 forks source link

Maximum execution time of 30 seconds #37

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
CODE: $html = file_get_dom('http://www.wikieasy.it');

ERROR: Fatal error: Maximum execution time of 30 seconds exceeded in 
C:\Inetpub\wwwroot\uno\ganon.php on line 238

VERSION:  Last version for php5

It give me this error with differents site like:
http://www.univpm.it

Thanks

Original issue reported on code.google.com by mrdayale...@gmail.com on 10 Apr 2013 at 2:57

GoogleCodeExporter commented 8 years ago
Use set_time_limit(0); Seems your server is very slow or limited in 
configuration.

Original comment by bartek12...@gmail.com on 3 Feb 2014 at 12:06