hi,
i've got this strange message for the first time in my drupal life … don't understand !

$ drush updatedb
Drush command terminated abnormally due to an unrecoverable error.                                                               [error]
Error: Cannot redeclare timer_start() (previously declared in /Users/myusername/Sites/mydrupalsite/includes/bootstrap.inc:229) in
/Users/myusername/Sites/mydrupalsite/includes/bootstrap.inc, line 235

L229 is the begining of the timer_start() function and L235 the end o_O

any idea ?

Comments

bachbach’s picture

or that

$ drush clear-cache
PHP Fatal error:  Cannot redeclare system_help() (previously declared in /Users/myname/Sites/drupalinstall/modules/system/system.module:46) in /users/myname/Sites/drupalinstall/modules/system/system.module on line 105
Drush command terminated abnormally due to an unrecoverable error.                                                               [error]
Error: Cannot redeclare system_help() (previously declared in /Users/myname/Sites/drupalinstall/modules/system/system.module:46)
in /users/myname/Sites/drupalinstall/modules/system/system.module, line 105

yes, two times o_O !!