![]() |
PHP.ini
I'm trying to change the default max_execution_time = 30 to 60 because my Magento seems to be stalling while downloading some files. I've tried different methods to change the ini file to 60 but non seem to work. in the php.ini file I should have the following:
PHP Code:
|
In php.ini,
max_execution_time = 60In a .htaccess file (if your server configuration allows it) php_value max_execution_time = 60.You can also change the time limit inside your script by calling set_time_limit(60) |
yea I tried that but I just reloaded my phpinfo and it still set to 30
|
set_time_limit() will only change the time limit while the file it's in and the file it's attached to are being executed.
|
Quote:
|
The set_time_limit function can only be called at runtime, so the code must be in each file, or in the root file, to which that'll then affect all the others below it.
php Code:
|
| All times are GMT. The time now is 10:43 PM. |
Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0