I have got an error after enabling module:

Fatal error: Call to undefined function gzencode() in .../sites/all/modules/javascript_aggregator/javascript_aggregator.module on line 136

I have asked Google and found that I need to use a PHP build with Zlib support: http://us3.php.net/manual/en/ref.zlib.php
See Fatal error: Call to undefined function gzencode()

I would suggest to do checks and if function 'gzencode' is not exists - show message to user and tell him what to do.
Thanks a lot.

Comments

mikeytown2’s picture

http://drupal.org/project/advagg doesn't have this issue