Closed (fixed)
Project:
Ubercart
Version:
5.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Jan 2008 at 02:49 UTC
Updated:
30 Jan 2008 at 20:36 UTC
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
Comment #1
rszrama commentedI'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.
Comment #2
rszrama commented