Around line 517 of subscriptions.module, the following line needs changed:

$account = user_load($uid);

to:

$account = user_load(array('uid' => $uid));

This fixes an error that causes an infinite loop.

Comments

salvis’s picture

Yes, thank you. This is fixed in the -dev version. I know I should create a new release, but there are still some open issues that I'd like to take care of before I do...

Let's keep this open until 5.x-2.5 is released.

salvis’s picture

Status: Active » Fixed

5.x-2.5 is out.

Status: Fixed » Closed (fixed)

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