Class 'WHMCS\Database\Capsule' not found

  • Hallo,


    ich bin immer noch am Zahlungsgateway. :(


    bin jetzt an einem script wo ich daten in die DB schreiben will aber ich bekomme einfach keine Verbindung zur Class.


    da bekomme ich den Fehler : Fatal error: Class 'WHMCS\Database\Capsule' not found


    was fehlt mir?


    Gruss

  • Gelöst.


    <PHP>
    require_once __DIR__ . '/../../../init.php'; require_once __DIR__ . '/../../../includes/gatewayfunctions.php'; require_once __DIR__ . '/../../../includes/invoicefunctions.php'; $whmcs->load_function('gateway'); $whmcs->load_function('clientarea'); $whmcs->load_function('invoice'); use WHMCS\Database\Capsule;
    </PHP>


    Never touch a running system