By kbellcpa on
Hi,
I am running around in circles trying to get the Jquery_ui module working. I have followed the instruction and downloaded the Jquery development bundle and extracted to jquery_ui/jquery_ui. However I still get the folowing error:
"Missing jQuery UI plug-in. Please download the jQuery UI development bundle and extract it to your jquery_ui module directory. See README.txt for more info. (Currently using jQuery UI Not found)"
Comments
From the README.txt: Extract
From the README.txt:
I have tried this over and
I have tried this over and over, still doesn't enable.
.
What Drupal version?
Did you download version 1.6 and not 1.7 of jquery ui?
Did you notice that the subdirectory should be jquery.ui with a dot and not with an underscore?
The issue for me was that the
The issue for me was that the link to the "jQuery UI development bundle" is broken, and what I could actually find and download has a different internal structure, with the "development-bundle" directory nested in the parent directory.
The jquery_ui/jquery.ui directory should contain this:
AUTHORS.txt
version.txt
demos
docs
external
GPL-LICENSE.txt
jquery-1.3.2.js
MIT-LICENSE.txt
tests
themes
ui
I also needed the jquery_update module to get the correct version of jquery running in Drupal.
AND with that enabled, I needed to remove the jquery-1.3.2.js file from the jquery_ui/jquery.ui directory above, because jquery_update supplies its own version of the jquery library.
(edited to correct jquery.ui)