1 tgodfrey Nov 02, 2014 02:03
3 tgodfrey Nov 02, 2014 05:30
Fixed it. reading on in _advanced.php:
// If you get blank pages, PHP may be crashing because it doesn't have enough memory.
// The default is 8 MB (in PHP < 5.2) and 128 MB (in PHP > 5.2)
// Try uncommmenting the following line:
ini_set( 'memory_limit', '32M' );
So I did that, and the problem hasn't re-occurred. But Is that OK as a permanent setting?
4 fplanque Nov 02, 2014 16:03
Yes.
5 tgodfrey Nov 03, 2014 00:57
Very good. Thanks again. The server config seems to be set for minimal requirements, but otherwise is OK. Not a site with major amounts of traffic. Setup probably places most demands on the server.
Latest version - 5.1.2