schmidt1024/Blank

ob_start(): function 'compress' not found or invalid function name

Closed this issue · 1 comments

I've been gettins these errors lately:
PHP Warning: ob_start(): function 'compress' not found or invalid function name in /js/template.js.php on line 12

Which is:
*ob_start("compress");

I have to comment it to be able to run js

Gzip seems to be enabled in my php.ini and in joomla configuration

Yes, the compress function in template.js.php don't work as good as expected, so this file was deleted in the next versions. Comment it out is here the best way.