|
Nick thats easy. If they get a page not found they are either encountering a PHP memory issue or timeout.
Edit pp-inc.php and place these variables in bold and try again to override your php settings.
error_reporting (E_ALL ^ E_NOTICE); ini_set("max_execution_time", 0);
ini_set("memory_limit", "32M"); |