Im getting the following error on my website, after installing the Dialog module:
Fatal error: Call to undefined function jquery_ui_add() in \sites\all\modules\dialog\dialog.module on line 37
Im getting the following error on my website, after installing the Dialog module:
Fatal error: Call to undefined function jquery_ui_add() in \sites\all\modules\dialog\dialog.module on line 37
Comments
Comment #1
darthf1 commentedTo reproduce this error:
Enable all the dependencies from the Dialog API, but don't download the jquery_ui library
Comment #2
aarondesignedit commentedI'm actually having the same issue.
Comment #3
darthf1 commentedYou can "fix" this by going to your database in the system table and disable the Dialog module by changing the 1 to 0. Then you can install the jquery_update and re-enable the dialog module.
Comment #4
jannalexx commented#3 works, thanks
Comment #5
giorgosk#3 works
Can't this be enforced programatically ?
Comment #6
TmaX-2 commentedfor me i had to un install the in panels editor feature and re enable it..because it depends on jquery ui module
The issue happened when i updated the jquery ui module...
Comment #7
drewish commentedMarked #748660: jquery_ui_add() in /usr/share/drupal6/modules/dialog/dialog.module as a dup.
Comment #8
suzanne.aldrich commentedAnother way to make it install without messing with the database is just move the dialog module directory out of the tree, go install the jquery.ui library and enable the jquery_ui module, then move the dialog module dir back and visit the build module page.
Comment #9
drewish commentedWhat module is calling dialog_add_js() before the installation is complete? Dialog doesn't actually call that.
Comment #10
devin carlson commentedDialog 6.x is no longer supported.
Comment #11
devin carlson commented