Closed (fixed)
Project:
Views Date Range Filter
Version:
5.x-1.4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 May 2007 at 19:39 UTC
Updated:
8 Mar 2008 at 04:41 UTC
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...
Comments
Comment #1
douggreen commentedI 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!
Comment #2
bennybobw commentedI updated to the latest CCK and Views and that fixed the problem. Thanks.
Comment #3
neochief commentedHello.
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
Comment #4
douggreen commentedThanks! I just checked in an update to the 5.x-1.x-dev version. Please let me know if this doesn't work.
Comment #5
jonfhancock commentedThanks, douggreen. That did the trick.
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.