View Single Post
Old December 2nd, 2008, 07:52 AM   #8 (permalink)
omidvd
Member
Verified Customer
 
Join Date: Apr 2007
Posts: 46
Quote:
Originally Posted by Chuck S View Post
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.
omidvd is offline   Reply With Quote