On 10/10/07, Fred Jones fredthejonester@gmail.com wrote:
I have a brand new 5.2 install and I tried to install the Token module (http://drupal.org/project/token) and I get:
Fatal error: Cannot redeclare token_install() (previously declared in /home/site/www/modules/token/token.install:5) in /home/site/www/sites/all/modules/token/token.install on line 4
I took the 'official' release of Token: 5.x-1.8.
Any ideas?
I didn't find any mentions of this at http://drupal.org/search/node/Cannot%20redeclare%20token_install nor http://www.google.com/search?q=Cannot%20redeclare%20token_install
If we look at the file itself, it's hard to see what would cause that error:
http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/token/token.ins...
Perhaps you could try completely deleting the entire folder and downloading it fresh?
Thanks, Greg