Closed (outdated)
Project:
jQuery UI
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Jan 2011 at 17:19 UTC
Updated:
20 Nov 2022 at 22:44 UTC
Jump to comment: Most recent
I read the notes and comments from November 24 -- this is STILL and issue.
I followed the same procedures as noted in the post from November 24. Jquery does not appear on the list of modules to activate and the message (as noted in title) is persistent. Disabling the date module has no effect.
Jquery 1.6
Drupal 6.20
Comments
Comment #1
Benja.rb commentedIm having exactly the same problem.
No solution for me as yet..
Comment #2
baxpace commentedStarted working after I moved the contents of the extracted jquery.ui-1.6.zip file, renamed to jquery.ui in sites/all/libraries/, and copied over it to sites/all/modules/jquery_ui/
Warning message is no longer present and the module remains enabled and functional.
Comment #3
Mokolo commentedStarted working. Note: you have to disable the Date module before these instructions will work. You can enable it afterwards.
Here's how:
* Copy the jquery_ui module directory to your sites/all/modules directory, so it
is located in sites/all/modules/jquery_ui/.
* Download the jQuery UI 1.6 release from:
http://code.google.com/p/jquery-ui/downloads/list?q=1.6
* Extract the archive. Rename the directory into "jquery.ui" and place it within the jquery_ui module folder:
/sites/all/modules/jquery_ui/jquery.ui/
so the actual jQuery UI JavaScript files are located in:
/sites/all/modules/jquery_ui/jquery.ui/ui/*.js
* Enable the module at Administer >> Site building >> Modules.
Comment #4
nod_Version for Drupal 6 is not supported anymore, closing.