Saturday, 15 February 2014

php - Maximum execution time of 300 seconds exceeded, can't change max_execution_time -



php - Maximum execution time of 300 seconds exceeded, can't change max_execution_time -

i'm running wordpress installaction on localhost, using xampp.

i made backup using wp clone plugin, , i'm trying restore on localhost version.

after time, message:

fatal error: maximum execution time of 300 seconds exceeded in c:\xampp\htdocs\sbc\wp-admin\includes\class-wp-filesystem-direct.php on line 217

i tried several times, , same error always. difference happens on different files.

i tried changing value of max_execution_time 30 1000 in php.ini (and restarting xampp afterwards) , didn't help.

any ideas?

make sure you're changing right ini.

<?php phpinfo(); ?>

you can alter value in .htaccess:

<ifmodule mod_php5.c> php_value max_execution_time 1000 </ifmodule>

php xampp

No comments:

Post a Comment