Besham_love
Member
Posted 2 years ago #
hi friends i getting this error hope you will help me.
what is problem on my site
i am waiting you thanks
Fatal error: Maximum execution time of 30 seconds exceeded in C:\inetpub\vhosts\freemovies9.com\httpdocs\wp-includes\class-http.php on line 1402
review this thread see if it helps point you in the right direction:
http://wordpress.org/support/topic/fatal-error-207
Besham_love
Member
Posted 2 years ago #
not working this plz help me
Besham_love
Member
Posted 2 years ago #
not resolve this problem what should i do
Best answer:
This is due to the default php script running time 30 seconds. If more than an error occurs. But not downloaded for 30 seconds, so the error pull. In fact, all aspects of security and performance considerations, is not recommended to modify php.ini and other global parameters. The easiest way is to add only the page in the implementation of the execution time of the page.
The beginning of the class-http.php add the most
set_time_limit (0);
tislam100
Member
Posted 1 year ago #
@txjc Nice!! That worked!! Thanks.