Line 244 of lm_paypal_subscriptions.pages.inc:

else {
    return lm_paypal_subscribe_select($subid, $display, $nid, $account);
}

However, at line 504:

function lm_paypal_subscribe_select($display = 15, $account = NULL) {

As a result, $account is set, but not to a user object, so the action always displays login/register message.

Comments

L-four’s picture

I have fix this for 7, will look at back-porting this with some other fixes i have made in 7.

schultetwin’s picture

Alright, sweet. Thanks.

buzzman’s picture

hi L-four:

any updates plz? thnx for your work.

cheers

zet’s picture

Priority: Normal » Critical

I hope until I will die i get to see the fix and others "backported" as you said. Until then, please specify on the module page that lm_paypal_subscriptions is totally unusable.

john franklin’s picture

Status: Active » Fixed

Fixed in 6.x-2.x-dev. (But don't go thinking this patch makes the module in any way useable. That's just crazy talk.)

Status: Fixed » Closed (fixed)

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