Ok... I've fixed it... hopefully...
If you recieved the same error I did, then simple do this :
in
donations_install.php find :
and replace it with : (18 replaces)
Code:
'./admincp/donation_install/
Oh and for some reason the final step never displayed correctly for me so I had to manually edit the
adminfunctions_template.php file and made it look like this :
Code:
'subscription' => $vbphrase['group_paid_subscriptions'
'donations' => 'PayPal Donations', //PayPal Donations
'aaa' => 'AAA Old Backup'
);
:nervous: