11-07-2008, 02:28 PM
|
#1 (permalink)
|
|
The Contributor
Join Date: Oct 2008
Posts: 75
Thanks: 4
|
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:
php_value_max_execution_time = 60
right? or did I do something wrong? How long does it take for it to take affect?
|
|
|
|