Enabled the Date module and its subcomponents in Drupal 6.10 site and received the following error. Removed the Date module and the site came back to life.

Fatal error: Cannot redeclare date_import_taxonomy_form2node() (previously declared in D:\Inetpub\vhosts\reefvictoria.ca\httpdocs\drupal\modules\date\date_tools\date_tools.module:877) in D:\Inetpub\vhosts\reefvictoria.ca\httpdocs\drupal\modules\date\date_copy\date_copy.module on line 261

Comments

karens’s picture

Status: Active » Fixed

The Date copy module is gone in the latest version and you still had it in your repository. Now that your repository is empty you should be fine if you upload the latest code.

Status: Fixed » Closed (fixed)

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

kenorb’s picture

Thanks.

Duplicated topics:
http://drupal.org/node/387188

gmasky’s picture

On a fresh install D 6.13 and I get the error

Fatal error: Cannot redeclare date_import_taxonomy_form2node() (previously declared in /home/stanisl1/public_html/iiid/sites/all/modules/date/date_tools/date_tools.module:990) in /home/stanisl1/public_html/iiid/sites/all/modules/date/date_copy/date_copy.module on line 261

Version:; Information added by drupal.org packaging script on 2009-05-14
version = "6.x-2.2"
core = "6.x"
project = "date"
datestamp = "1242321326"

If I disable date_copy from the DB, everything works fine. This happened on activation of the date module.

kenorb’s picture

#4 gmasky:
You should remove date_copy module from your filesystem. See #1

gmasky’s picture

Thanks, really, I should read before posting. I must have been using an older version.