3
votes

I get the following error while installing plugin in Wordpress.

Fatal error: Maximum execution time of 30 seconds exeded in D:\xampp\htdocs\wordpress2\wp-includes\class-http.php on line 1513.

I fixed the following in xampp's php.ini.

max_execution_time = 600

max_input_time = 600

memory_limit = 512M

post_max_size = 21M

But the error still persists. Please help me. Thank you.

1
You need to restart Apache services.GAMITG

1 Answers

0
votes

You probably need to restart the web server for the updated php.ini settings to take effect. You can use the output of phpinfo() to check if max_execution_time has changed to the new value and also to check the location of the loaded .ini files.