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!