FYI, I am getting a php error when editing trying a page like admin/build/sf_cache/bundle/2/edit.

I've installed this module on groups.drupal.org but reverted to a different javascript_aggregator module.
* I only had to manually add weight to one theme css file so it would come last and properly override.
* I was getting this js error "Drupal is not defined" for panels.module when it says "Drupal.Panels = {};". How to fix this? Not sure where the Drupal object is created.

Comments

kkaefer’s picture

Status: Active » Fixed

Thank you for reporting this bug. A missing include file resulted in this error. This is now fixed in 1.1a (http://drupal.org/node/238570).

Regarding the JavaScript files, you might have to make sure that jquery.js is the first and drupal.js the second file in the page.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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