Recent Topics

1 Nov 02, 2014 02:03    

I turned off debugging in _advanced.php, uploaded the file and got no access to the site at all. So I turn debugging back on and get this error:

Undefined variable: debug_jslog in /home/...../public_html/015/conf/_config.php on line 116

Warning: Cannot modify header information - headers already sent by (output started at /home/..../public_html/015/conf/_config.php:116) in /home/..../public_html/015/inc/_core/_misc.funcs.php on line 6370

If I try to log in to admin I get

Notice: Undefined variable: debug_jslog in /home/..../public_html/015/conf/_config.php on line 116

Warning: Cannot modify header information - headers already sent by (output started at /home/..../public_html/015/conf/_config.php:116) in /home/..../public_html/015/inc/_init_session.inc.php on line 50

Warning: Cannot modify header information - headers already sent by (output started at /home/..../public_html/015/conf/_config.php:116) in /home/..../public_html/015/inc/_core/_misc.funcs.php on line 5882

How do I begin to deal with this? I have not modified _config.php.

2 Nov 02, 2014 02:40

Latest version - 5.1.2

3 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?

5 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.


Form is loading...