Closed (fixed)
Project:
UC Recurring Payments and Subscriptions
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Sep 2009 at 12:55 UTC
Updated:
18 Sep 2009 at 14:40 UTC
Hi there,
just installed the latest .dev. When using it, the usual message appeared that there are no payment options configured with recurring fees. I used search and found this
http://www.ubercart.org/forum/bug_reports/3835/recurring_fees_there_are_...
report. Visiting /admin/store/settings/products/edit/features, I get the following error:
Fatal error: Cannot redeclare uc_recurring_test_gateway_renew() (previously declared in /sites/all/modules/ubercart/payment/uc_credit/test_gateway.module:74) in /sites/all/modules/uc_recurring/modules/uc_recurring.test_gateway.inc on line 84
Any ideas?
Best regards,
Robert
Comments
Comment #1
univate commentedYou need to get a clean copy of ubercart without any of the previous uc_recurring related patches.
Comment #2
murokoma commentedHi univate,
thanks for the feedback.
Just a few seconds ago, I applied this http://drupal.org/node/483494 patch and it seems to work now, the error message is gone; shall I re-install from scratch or do you think it will work like this?
Also, imho you should clarify your comment #16 (http://drupal.org/node/483494) as it might be confusing (well, it least it was to me) , because in the dev release notes it says:
"If you are using a credit card based payment gateway you will need to patch ubercart with the current patch found in the issue: #483494: changes to ubercart to work with uc_recurring"
while in #16 you say this is NOT needed.
Thanks for your efforts!
Robert
Comment #3
univate commentedSorry, removed that comment from the dev release notes.
You shouldn't need to patch ubercart now with the most resent dev, the aim is to get everything into uc_recurring so it just works.