Setting up an install profile now, and realized that this module can't be enabled in an install profile because of this line (I think) in the .install file:

include_once drupal_get_path('module', 'jquery_ui') . '/jquery_ui.module';

When using an install profile, Drupal tries to include this file before the system table exists, so drupal_get_path causes an error.

Comments

mfer’s picture

Status: Active » Closed (duplicate)
KingMoore’s picture

Thanks mfer. I looked but didn't find these issues.