Thanks for the quick response.
I added the following in pp-inc.php right after the line at the beginning of the file
error_reporting Quote:
ini_set("memory_limit", "70M");
ini_set("max_execution_time", 0);
|
But it doesn't seem to fix the issue. Did I make the change in the wrong file?