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

douggreen’s picture

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!

bennybobw’s picture

Status: Active » Closed (fixed)

I updated to the latest CCK and Views and that fixed the problem. Thanks.

neochief’s picture

Status: Closed (fixed) » Active

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

douggreen’s picture

Status: Active » Fixed

Thanks! I just checked in an update to the 5.x-1.x-dev version. Please let me know if this doesn't work.

jonfhancock’s picture

Thanks, douggreen. That did the trick.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.