• cedille

    (@cedille)


    Hello!How can i solute the problem that Fatal error: Maximum execution time of 60 seconds exceeded in D:\WWW\wordpress\wp-includes\Requests\Transport\cURL.php on line 163 when I import xml.
    I had made the php.ini Maximum execution Unlimited.But it do no effect.

    • This topic was modified 7 years ago by cedille.
    • This topic was modified 7 years ago by cedille.
Viewing 2 replies - 1 through 2 (of 2 total)
  • If you’re sure you changed the php.ini correctly and it didn’t work, you could also try and raise the execution time by editing the .htaccess file that is on your WordPress installation folder and adding this line

    php_value max_execution_time 300

    The 300 will bump the execution time to 5 minutes. If that won’t help at all then you should ask your hosting provider to do it for you just in case there’s something else going on and your changes are not read by the server.

    Thread Starter cedille

    (@cedille)

    @xkon it didn’t work too.I had check my server.Everything run normally.When I use multi-site in the wordpress,this setting did no effect,but Anothor single WordPress run ok.

    • This reply was modified 7 years ago by cedille.
    • This reply was modified 7 years ago by cedille.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘cURL.php163 Fatal Error’ is closed to new replies.