Updated File If You Already Installed Do The Following.
Open /subscriptions/paypal.php And Find
Code:
if ($_POST['txn_type'] == 'web_accept' AND $_POST['payment_status'] == 'Completed')
Replace With
Code:
if ($_POST['txn_type'] == 'web_accept' AND $_POST['payment_status'] == 'Completed' OR $_POST['txn_type'] == 'subscr_payment' AND $_POST['payment_status'] == 'Completed')
Sorry about that, darn power.....