I moved some sites to Blackmesh (PHP 5.4), after getting everything going I noticed the following error show up in the logs:

PHP Fatal error: Call to undefined function jsmin() in advagg_js_compress.advagg.inc on line 207

This shouldn't happen, if the jsmin function is not available then a message should be displayed on the status page and the compressor should not be available.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mikeytown2’s picture

Status: Active » Fixed
FileSize
803 bytes

This patch has been committed. Will report to watchdog if jsmin is trying to be used when it doesn't exist.

The admin page will not allow for jsmin to be used if the function does not exist. I could put a msg up on the status report page if you think that is still needed.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.