Hi,

I was testing out the link module on drupal 5.5. When I create a field I get the following error:

Fatal error: Cannot redeclare date_token_list() (previously declared in \sites\default\modules\date\date\date.module:361) in \sites\default\modules\token\token_cck.inc on line 226

I checked the support issues for both the token and date module but they have no mention of any similar conflict. Any ideas.

Thanks.

Comments

quicksketch’s picture

Project: Link » Token
Version: 5.x-2.1 » 5.x-1.x-dev
Component: Miscellaneous » Code

Link module doesn't contain either of the files you've mentioned

\sites\default\modules\date\date\date.module:361
\sites\default\modules\token\token_cck.inc:226

I'm guessing that date module started implementing it's own token support and it should be removed from token.

greggles’s picture

Status: Active » Closed (duplicate)

This seems like a duplicate of http://drupal.org/node/231907