[Solved] Bug at $config['output_compression'] in index.php?

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
swgreed

[Solved] Bug at $config['output_compression'] in index.php?

Post by swgreed »

I just tested the $config['output_compression'] option in the config.php file with a remote check at http://www.whatsmyip.org/mod_gzip_test/
Test your domain, but do not forget the closing slash.

However the variable $config['output_compression'] does not seem to be valid/set at the following line of code (index.php):

Code: Select all

if( isset($config['output_compression']) && $config['debug'] != true )
If I manually add a line containing before the if-clause, the compression seems to work.

Code: Select all

require_once($dirname.'/config.php');
Any clue if this is a bug, why the variable is not valid at that time?
Last edited by swgreed on Thu Dec 04, 2008 3:58 pm, edited 1 time in total.
swgreed

Re: Bug at $config['output_compression'] in index.php? (version 1.5)

Post by swgreed »

Seems to be fixed with version 1.5.1!
Thank you!
Locked

Return to “[locked] Installation, Setup and Upgrade”