Closed (works as designed)
Project:
Date
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Oct 2010 at 20:43 UTC
Updated:
7 Jun 2015 at 22:40 UTC
Jump to comment: Most recent
Comments
Comment #1
andrew_hoffi commentedI'm having the same issue having just updated the Date module. I've installed the Jquery UI module, but the problem persists. Any ideas?
Comment #2
danimatielo commentedHello, I know this might sound silly, but I was having the same problem and managed to ¨solve¨ it: I had forgotten to upload the library to the module's folder, acording to the README.txt:
* 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
* Put the downloaded archive into the module directory:
/sites/all/modules/jquery_ui/jquery.ui-1.6.zip
* Extract the archive. This will create the following sub-directory:
/sites/all/modules/jquery_ui/jquery.ui-1.6/
* Rename the sub-directory into "jquery.ui" within the jquery_ui module folder:
/sites/all/modules/jquery_ui/jquery.ui/
I know it is silly, but it worked for me, so it might help more people out there.
Cheers,
Dani
Comment #3
karens commentedIf you have trouble with jquery ui, you should be checking the jquery ui instructions and issue queue :)
Comment #4
renyi commentedYou can try to clear your cache if you have enabled "Optimize JavaScript files".
Comment #5
bchavez commentedHi
I have correctly installed JQuiery UI 1.6, but the error message still. If I deactivate the Date Popup module, then the error disapear but I need this module to use the Drupal ERP, any idea why jquery is not working...
I already erase the cache....
Regards
Comment #7
spade commentedInstalling the dev-version fixed it for me.
Apparently the 1.4 version isn't true to its readme and doesn't find the jquery module in the libraries folder.
Comment #8
karens commentedI don't know why you reopened this issue. There is no bug in Date.
Comment #10
ressaFlushing the cache fixed it, the message is shown no longer.
Comment #11
antonisar commentedI think it is common to err installing this module.
In date_popup.module we have around line 40:
but at least in the recent versions of jquery_ui.module in the README.TXT the installation instructions are as follows:
so I think that:
Either the default ui theme location should be changed
or the jquery_ui.module function jquery_ui_get_path() function should be used
Comment #12
antonisar commentedComment #13
luco commentedI solved this issue by enabling jQuery UI in the modules page. hope this helps.
I'm not marking this issue as closed because this may not be a solution for you.
Comment #14
holydrupal commentedworked for me
Comment #15
tim.plunkettThis is not a bug. See #1528474: Call to undefined function jquery_ui_get_path() in /var/www/d6/sites/all/modules/date/date_popup/date_popup.module on line 100 for a related actual bug.
Comment #17
mahipal purohit commentedit works thanks.
Comment #18
thumbslinger commentedwow. Still no go. I have tried:
sites/all/libraries/jquery_ui/jquery.ui/
sites/all/libraries/jquery.ui/jquery.ui/
sites/all/libraries/jquery.ui/
both the 'dev' version and stable. I've downloaded the latest jquery_ui (ver. 1.9.2 as of this posting).
I turned off all of the Date module (the only thing requiring jquery ui that was enabled) flushed the cache and enabled the JQuery update module.
All fine. The second I choose jQuery ui, I get the same ole thing:
The jQuery UI plugin is missing. Download and extract it into the sites/all/libraries directory. Rename the extracted folder to jquery.ui. (Currently using jQuery UI Not found)
as mentioned above, I tried jquery.ui.
Anybody else this year have this problem in Drupal 6.26?
Comment #19
szy commentedNot the 'libraries' - 'modules'!
1. Install jQuery UI module,
2. extract the archive to modules/jquery_ui/jquery.ui/,
3. flush the cache.
Szy.
Comment #20
thumbslinger commentedI'll try again. This is the error showing within Drupal:
The jQuery UI plugin is missing. Download and extract it into the sites/all/libraries directory. Rename the extracted folder to jquery.ui.
Comment #21
jiv_e commentedThis issue is getting old with no activity. I'm cleaning the issue queue, so I'll close this. Please feel free to reopen if needed!