Closed (fixed)
Project:
Date
Version:
7.x-2.x-dev
Component:
Documentation
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
9 Aug 2011 at 14:48 UTC
Updated:
28 Mar 2013 at 01:43 UTC
I received this warning after updating from the Aug 1 dev to the Aug 7 dev.
Error message
Warning: file_get_contents(sites/all/libraries/wvega-timepicker/jquery.timepicker.js) [function.file-get-contents]: failed to open stream: No such file or directory in drupal_build_js_cache() (line 4759 of C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\website\d7\includes\common.inc).
I found the issue #233047: Switch to using Vega timepicker so I know the date module is moving (or has moved) that direction. I'm not sure what I need to do though to utilize the timepicker so that this warning doesn't appear.
Comments
Comment #1
karens commentedIf the file does not exist, the code won't try to use it. If the file exists, you won't get this error. I just double-checked a clean install and cannot find any way to see a message like this.
What is in that directory (sites/all/libraries/wvega-timepicker)? Did you try to download files and not get all of them renamed?
Go to admin/config/content/date_popup. See what timepicker is selected. If the file does not exist you should see instructions about how to download the dropdown timepicker. If it does exist, you will have an option to use it and it will be selected by default.
If you want to start over, removed the 'sites/all/libraries/wvega-timepicker' directory, then go to 'admin/config/content/date_popup' and carefully read the instructions about how to download and install it.
Comment #2
karens commentedThere was another issue that showed us that you can get this warning if the Libraries module is enabled. The problem was fixed in that issue.
Comment #3
bjlewis2 commentedExcellent! Thanks for the update Karen.
Comment #5
nimbfire@gmail.com commentedThe path now to config the date_popup is "admin/config/date/date_popup".
The old path links to a page to edit Text formats.