View Single Post
Old March 18th, 2008, 10:04 AM   #12 (permalink)
Ronseal
Member
Verified Customer
 
Join Date: Oct 2007
Posts: 66
Quote:
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);
Thanks Chuck, The addition of that code makes everything work perfect!
You're a dam genius I tell ya!
Ronseal is offline   Reply With Quote