Fatal error: Maximum execution time of 30 seconds exceeded in C:\xampp\htdocs\wordpress\wp-includes\class-http.php on line 1610

前端 未结 5 864
离开以前
离开以前 2020-12-13 18:44

I am facing that error while installing Jet pack plugin on my WordPress localhost site. i have search on this site many answer but that not fulfill my requirement

5条回答
  •  感情败类
    2020-12-13 19:32

    I solved this issue to update .htaccess file inside your workspace (like C:\xampp\htdocs\Nayan\.htaccess in my case).

    Just update or add this php_value max_execution_time 300 line before # END WordPress. Then save the file and try to install again.

    If the error occurs again, you can maximize the value from 300 to 600.

提交回复
热议问题