Some of the admin pages are empty in our Newscoop 4.3.2. Especially the System Preferences has problems. The pages are really empty, i.e. also the page source only shows emptiness.
What seemed to help was increasing the memory_limit of PHP to 512MB (before it was set to 256MB). Unfortunately it only worked for a short time and now the pages are blank again. I changed the memory_limit back to 256MB.
I was adviced to upgrade Newscoop to the latest version, so we are now running 4.3.2, but that didn't help that much. After the upgrade in one browser the whole admin went blank (before it was only the System Preferences page). In an incognito window I was able to get to the System Preferences. Others are not so fortunate, they still get blank pages.
What is going on and how can I fix this?
We are running on PHP 5.5 in a shared hosting environment. (So not much tweaking of the Apache and others.) All browsers have been tested and are effected.
Okay. The error message I get is "InvalidArgumentException: require() [function.require]: Unable to allocate memory for pool." (I am hesitant to post the full error messages on a public forum, so I hope this is enough.)
This sounds of course like there is not enough memory. So I increased the PHP memory_limit to 512MB (was 256MB). That fixes the problem for me and I now get an System Preferences page.
But I increased the memory before and after a while the page went blank again and for other users it never worked at all anyway. I can increase the memory_limit again, but where will this end. Also I was told that the system should work fine with only 256MB memory.
As adviced I updated Newscoop to the latest version, but that doesn't seem to help.
Does anyone have an idea about what is going on? We haven't been able to work with Newscoop for several days now, so I hope we can find an solution quickly.
@Sourcefabric. I was told that you have no idea what is going on with this problem. What can I do to find out or help to find out what is going on? Because currently we are getting nowhere.
The system was set to use APC, so I disabled that. Currently the system is working again for me with 256MB memory limit. So I will ask the other users to test whether it works for them too. I will post back with the results.
I also found out that I made an error in the PHP version. It appears that this hosting package is stil on PHP 5.3 (so not 5.5). Could that be of any consequence in this case?