I have re -read and read the instructions you outlined over and over. I am unable to see anything which i did not do right. I am running drupal 6.19. I have download all modules you recommended and also the new jquery. I click on the button and nothing happens.

I am not sure where to start. Please help as this is what my forum has needed.

Comments

EugenMayer’s picture

Check the documentation and the FAQ sections. Also read the issue queus. It will come down to a wrong installed jquery.ui most prob.

EugenMayer’s picture

Category: bug » support

thats rather a support questions, as it has already been proved a gazzilion times :)

BeatleMike’s picture

Oddly, I have the same issue and it is not jquery.ui issue. I have been working fine since June and it worked last week and suddenly, BAM, now pressing the button does nothing. I followed all the installation instructions again, just to be sure even.

I am uninstalling a couple modules I have added recently. I will let you know if I find anything.

EugenMayer’s picture

#3 BeatleMike: Thanks. To help you debugging, just open the JS consol before you press the button and have a look whether a JS error accured. As you did not upgrade WUI in the meantime, we can expect a contrib to be an issue.

BeatleMike’s picture

I'm sorry, I didn't get to update this last night.

While I was combing through all my modules, I happened to find the easiest of solutions. Apparently I turned off the "WYSIWYG Image upload - Alt integration" at some point since last week. Turning this back on did the trick. I feel like a moron.

This may fix the OP's issue.

So apparently there is no issue I could find, besides my own stupidity.

Michael_Lessard_micles.biz’s picture

I tried many configurations and modules, and followed the instructions successfully and fully, but I get the javascript error:

Erreur : self.container.dialog is not a function

It is linked to the file : .... modules/jquery_ui_dialog/js/jquery_ui_dialog_parent.js?P
Line 86.

The code is (Line 86) :

// Open the dialog offscreen where we can set its size, etc.
    self.container.dialog('open');
    if (self.options.url != '') {
      self.loadIframe(self.iframe.get(0), self.options);
    }