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
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
Comment #1
monish_deb commentedHave 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.
Comment #2
lkacenjaWould 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.
Comment #3
lkacenjaWould 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.
Comment #4
gpk commentedDuplicate 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.