PayPal Error - Admin Panel Plugin for balances

Started by BRJP, November 08, 2015, 10:13:15 AM

BRJP

Dear All,

Anyone having an issue with PayPal Admin Panel Balances plugin with the below error?

Unable to connect to api, check configuration (Unable to load / locate class Requests)
Kind regards,
Bradley Porter
--------------------
Find out more about SaneChoice Services at: https://www.sanechoice.cloud/

d4f

#1
It seems the dev forgot to include vendor/autoload.php when index.php is called as Ajax request.
Edit includes/config.php and add this at the beginning or end (within the PHP Tags of course) to force loading the third-party libraries in Hostbill:
require_once(dirname(__FILE__)."/../vendor/autoload.php");

[EDIT]
The hostbill update that just got released fixes the issue.