Calem Community Forum

Development => PHP Server => Topic started by: hamednorouzi on March 01, 2008, 08:40:50 am

Title: Problem with the loading...
Post by: hamednorouzi on March 01, 2008, 08:40:50 am
If you have problem with the loading of the software on your server, check your server configuration to see if zlib.output_compression is set to 'off'.
if not, add the following line to the first line of calem.php on 'server/conf/calem.php' path or reconfigure the server configurations.

ini_set('zlib.output_compression', 'Off');