Closed (duplicate)
Project:
jQuery UI
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Dec 2008 at 00:42 UTC
Updated:
16 Dec 2008 at 22:19 UTC
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.