Quote:
Originally Posted by Chuck S limit/recent
It is a server memory error or timeout. You can edit pp-inc.php and at the top below error_reporting line place these lines.
ini_set("memory_limit", "48M");
ini_set("max_execution_time", 0); |
isnt max execution time depended on the php configuration?
are we overding it here?
thanks,
Omid.