Hi guys,
Today I have installed the module and when I enter in admin page, drupal gives me this error:

Fatal error: Cannot redeclare class JSMinPlus in /sites/all/modules/advagg/advagg_js_compress/jsminplus.inc on line 174

Another module declares it (javascript_aggregator) before the same class.
Usually, this kind of situations how they are resolved in drupal?

Thanks.
hachreak

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mikeytown2’s picture

Version: 6.x-1.8 » 6.x-1.x-dev
Status: Active » Fixed
FileSize
1.69 KB

javascript_aggregator and advagg are incompatible with each other. advagg does all that javascript_aggregator does and more. Highly recommend you disable javascript_aggregator. Going fatal when this happens is unfortunate so I've committed this patch that checks to make sure it doesn't happen.

Status: Fixed » Closed (fixed)

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