after installing curren tversion 6.x-2.2 I cannot run update.php anymore:

Fatal error: Cannot redeclare system_module_disable() (previously declared in /kunden/ja-web.de/DRUPAL/drupal-6.2/sites/all/modules/util/system_module.module:88) in /kunden/ja-web.de/DRUPAL/drupal-6.2/sites/all/modules/util/system_module.install on line 57

both of the mentioned files contain

function system_module_disable() {
  drupal_rebuild_theme_registry();
}

which one should be removed?

Comments

litwol’s picture

Status: Active » Fixed

fixed in the next release: http://drupal.org/node/267110

Anonymous’s picture

Status: Fixed » Closed (fixed)

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