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
Comment #1
mfer commentedSee #325831: url() in hook_requirements breaks install profiles
Comment #2
KingMoore commentedThanks mfer. I looked but didn't find these issues.