I get the following error with Drupal 4.7.3 as soon as I upload the module and replace common.inc with the 4.7.3 version that comes with the module (before I'm even able to access admin/modules to activate it:

Fatal error: Cannot redeclare drupal_get_normal_path() (previously declared in /usr/local/psa/home/vhosts/thephotographicsociety.com/httpdocs/includes/path.inc:112) in /usr/local/psa/home/vhosts/thephotographicsociety.com/httpdocs/includes/common.inc on line 77

The error doesn't occur with the original common.inc.

Comments

kbahey’s picture

Status: Active » Fixed

I fixed it. Wait for 8 hours from the time of this message, then download the new customerror module for 4.7 and it should have a new common.inc.4.7.3.

Please confirm here if it fixed the problem or not.

Anonymous’s picture

Status: Fixed » Closed (fixed)

  • Commit 5fc065b on 4.7.x-1.x, 5.x-1.x, 6.x-1.x, master, 8.x-1.x by kbahey:
    #79398 added proper Drupal 4.7.3 common.inc file.