while enabling some of the modules I got a broken site with this error:

Fatal error: Cannot redeclare uc_paypal_menu() (previously declared in /var/www/MasterDrupalInstall/drupal-5.5/sites/all/modules/ubercart/payment/uc_paypal/uc_paypal.module:29) in /var/www/MasterDrupalInstall/drupal-5.5/sites/all/modules/ubercart/payment/uc_paypal/uc_paypal.module on line 81

Any ideas? The only thing I've been able to do is erase the ubercart module to re-enable the site

Comments

rszrama’s picture

Title: fatal error » Error enabling the PayPal module ?
Project: uBrowser » Ubercart
Version: 5.x-1.2 » 5.x-1.0-beta1
Status: Active » Postponed (maintainer needs more info)

I'm assuming you meant this for the Ubercart project Based on your error, I have no clue what's going on. : ) If you look in your PayPal module, see if lines 29 and 81 are the same. They really shouldn't be, since that function uc_paypal_menu() is only declared once. Let me know if they're the same, and the solution would be to get a clean version of that file.

Also, for further support requests, please take advantage of the Ubercart support forums.

rszrama’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)