I am getting the following error message but can't seem to locate a plugin for jQuery datePicker only a js.txt file. Would appreciate help:
• Module datepicker don't meet the requirements to be enabled.
• Missing CSS file. Please download the datepicker CSS file it to your datepicker module directory. See README.txt for more info. (Currently using Date picker CSS Not found)
• Missing Date jQuery plugin. Please download the Date jQuery plugin and extract it to your datepicker module directory. See README.txt for more info. (Currently using Date library Not found)
• Missing jQuery datePicker plug-in. Please download the jQuery datePicker plugin it to your datepicker module directory and rename it to jquery.datePicker.js. See README.txt for more info. (Currently using datePicker plugin Not found)
• An error occurred at function : drush_pm_enable

Comments

smerth’s picture

To get this warning again you need to try to activate the date picker module again under events. Now you right click on the links for the missing files to download them:

CSS file - this downloads from the link given
Date jQuery plugin - this link is dead and I can't find any comparable Date JS on JQuery site so I am at a loss...
jQuery datePicker plugin - this file downloads from the link given

Take the files and drop them into the date picker module folder which is in the events module folder which should be in sites/all/modules... Now three of the warning messages goes away but the missing "Date jQuery plugin" file has me at a loss...

smerth’s picture

See this post for a link to GIT repository for the missing Date file: http://drupal.org/node/619084

verta’s picture

Priority: Normal » Major

Wow, could we please have instructions on the message to put the files in:

modules/event/contrib/datepicker

please?

Took me quite a bit of searching around to find help on this, can be easily fixed with some text on the error.

(Is this the right queue for this?)

verta’s picture

P.S.
The link to
http://jqueryjs.googlecode.com/svn/trunk/plugins/methods/date.js
is a 404, please also update the error message to a link that has the code.
The correct one is http://datejs.googlecode.com/files/date.js - this is in another issue, #546342: Incorrect url given for downloading date.js last updated in May (6 months ago) but thought I'd mention it here, as long as you're fixing up that screen!

PPS
Is anyone maintaining this code?

Vc Developer’s picture

Had the same problem until I read your post. I would also like to know it anyone is maintaining this mod!