Fatal error: Call to undefined function jquery_ui_get_path() in /home/realcoac/public_html/modules/date/date_popup/date_popup.module on line 106

Comments

monish_deb’s picture

Have you installed this module JQuery UI? Because the function which raises this issue defined in that module itself, even I don't get any such error on doing so.

lkacenja’s picture

Would be great to get a dependency for the jquery_ui module then or at the very least wrap the subjet code in a module_exists/function_exists. That way you don't get an unexpected kick in the teeth after upgrading.

lkacenja’s picture

Would be great to get a dependency for the jquery_ui module then or at the very least wrap the subjet code in a module_exists/function_exists. That way you don't get an unexpected kick in the teeth after upgrading.

gpk’s picture

Status: Active » Closed (duplicate)

Duplicate of #1528474: Call to undefined function jquery_ui_get_path() in /var/www/d6/sites/all/modules/date/date_popup/date_popup.module on line 100. Seems this is a problem with core architecture. Fixed in Drupal 7.x core IIRC.