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

kruser’s picture

I'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.

quicksketch’s picture

Looks 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.

quicksketch’s picture

Category: support » bug
Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.