Closed (fixed)
Project:
Recurly
Version:
7.x-1.0-alpha2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Jul 2012 at 11:22 UTC
Updated:
24 Aug 2012 at 07:01 UTC
Hi
I am fairly new to Drupal - so not sure if I am missing something fundamental here. But any guidance will be extremely helpful
I am trying to setup the recurly module, however on navigating to the page after enabling Library API, Recurly and Recurly hosted pages, i see a 500 error.
my php error log file shows the following error
Call to undefined function recurly_subscription_plan_purchase_url() in /Applications/MAMP/htdocs/safv1/modules/recurly/includes/recurly.admin.inc
a quick search shows that the function is defined in the recurly.module file -- but not sure how access between recurly.admin.inc and recurly.module works
Comments
Comment #1
kruser commentedI'm getting this too on /admin/config/services/recurly/subscription-plans. I tried alpha2 and the most recent Dev.
/admin/config/services/recurly accepts my api information correctly.
Comment #2
quicksketchLooks like that function should simply be recurly_hosted_subscription_plan_purchase_url() (the name was just changed). This problem seems to only occur if A) you have the Hosted Pages module enabled (instead of RecurlyJS) and B) you have enabled the "multiple plan" mode in the Recurly settings.
Comment #3
quicksketchFixed: http://drupalcode.org/project/recurly.git/commitdiff/f41846c91dc9b607ab5....