eutelnet Posted August 6, 2015 Share Posted August 6, 2015 Hi everyone, I have already posted on Support, but seems like WHMCS asks me to pay them to speed it up. Anyway, problem is with Dev Kit for gateways. Think is in include section: Current (v5) DevKit says include("../../../dbconnect.php"); require_once("../../../includes/functions.php"); require_once("../../../includes/gatewayfunctions.php"); require_once("../../../includes/invoicefunctions.php"); This results in fatal error Fatal error: Class 'WHMCS\Invoice' not found in includes/gatewayfunctions.php on line 0 Except fatal error, I didn't find dbconnect.php anymore since as it seems v6 is using Laravel's Eloquent package. I have event tried to include autoloader, but then class DI in Application.php is not found. Can we get an update for this, since our payment are down at this point. Regards, Nemanja 0 Quote Link to comment Share on other sites More sharing options...
altomarketing Posted August 6, 2015 Share Posted August 6, 2015 Please develop for 6.x version, it will be more better for us. dont use include("../../../dbconnect.php"); use include("../../../init.php"); 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.