daterange looking for cck/date.inc
bennybobw - May 26, 2007 - 19:39
| Project: | Views Date Range Filter |
| Version: | 5.x-1.4 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I'm using Drupal 5.1, CCK 5.x-1.2, and the date range module is looking for cck/date.inc, which doesn't exist (or at least I don't have it). I see date.module, date.install, and date.info, but no date.inc...

#1
I think that it's looking for date/date.inc, and it only looks for this if the date module is installed. I just looked at the CVS files, and it appears that this is still a valid date module file. Please re-download and install the date module and try again. Good luck!
#2
I updated to the latest CCK and Views and that fixed the problem. Thanks.
#3
Hello.
I've installed the latest date module pack (http://drupal.org/node/215468). They made major rewrite of the module and did removed file date.inc from the package.
So, your module finds the module date and attempts to include not existing file. Please make file existing check or something like that, because it throws php errors on every page :)
Thanks
#4
Thanks! I just checked in an update to the 5.x-1.x-dev version. Please let me know if this doesn't work.
#5
Thanks, douggreen. That did the trick.
#6
Automatically closed -- issue fixed for two weeks with no activity.