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

darthf1’s picture

To reproduce this error:

Enable all the dependencies from the Dialog API, but don't download the jquery_ui library

aarondesignedit’s picture

I'm actually having the same issue.

darthf1’s picture

You 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.

jannalexx’s picture

#3 works, thanks

giorgosk’s picture

#3 works
Can't this be enforced programatically ?

TmaX-2’s picture

for 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...

drewish’s picture

suzanne.aldrich’s picture

Another 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.

drewish’s picture

Status: Active » Postponed (maintainer needs more info)

What module is calling dialog_add_js() before the installation is complete? Dialog doesn't actually call that.

devin carlson’s picture

Issue summary: View changes

Dialog 6.x is no longer supported.

devin carlson’s picture

Status: Postponed (maintainer needs more info) » Closed (outdated)