Increase max execution time for php
snippet in htaccess
Increase max execution time for php
user4027
<IfModule mod_php5.c>
php_value max_execution_time 259200
</IfModule>