php timeout +
Redefine those settings:
< ?php
ini_set('memory_limit', 32 * 1024);
ini_set('max_execution_time', '480');
?>
Change the values to whatever is suitable for your application.
Redefine those settings:
< ?php
ini_set('memory_limit', 32 * 1024);
ini_set('max_execution_time', '480');
?>
Change the values to whatever is suitable for your application.