Closed (duplicate)
Project:
Token
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Mar 2008 at 05:09 UTC
Updated:
22 Mar 2008 at 13:11 UTC
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
Comment #1
quicksketchLink 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.
Comment #2
gregglesThis seems like a duplicate of http://drupal.org/node/231907