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
Comment #1
karens commentedThe 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.
Comment #3
kenorb commentedThanks.
Duplicated topics:
http://drupal.org/node/387188
Comment #4
gmasky commentedOn 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 261Version:; 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.
Comment #5
kenorb commented#4 gmasky:
You should remove date_copy module from your filesystem. See #1
Comment #6
gmasky commentedThanks, really, I should read before posting. I must have been using an older version.