Fatal error: Cannot redeclare blah_function() in ../modules/blah.module
Developers and coders · Site administrators · Drupal 4.5.x or older · Drupal 4.6.x · Drupal 4.7.x · Drupal 5.x · Drupal 6.x · Drupal 7.x · No known problems
Last modified: November 12, 2009 - 19:27
When using Drupal your browser returns the following error
Fatal error: Cannot redeclare blah_function() (previously declared in /modules/blah.module:blah) in ...blah... on line blah
Often occurs on:
- admin/modules
- admin/themes
- after modifying module or theme files
- after duplicating module folder
- after upgrading the module and forgot to remove old files
To fix this, select one of the possible causes listed below.
