0100Dev / WHMCS-Mollie-Payments

WHMCS gateway for all Mollie payment methodes
https://0100dev.nl/modules/whmcs#WHMCS%20Mollie
MIT License
21 stars 15 forks source link

No support WHMCS 8.1 #81

Closed EricExtremeHash closed 3 years ago

EricExtremeHash commented 3 years ago

Installed this module on WHMCS 8.1, While trying to checkout it's giving the following error:

Oops! Something went wrong and we couldn't process your request. Please go back to the previous page and try again.

ideiainternet commented 3 years ago

Whoops\Exception\ErrorException: require_once(): Failed opening required '/root/html/mijn/modules/gateways/mollie/vendor/autoload.php' (include_path='.:/opt/alt/php74/usr/share/pear') in /root/html/mijn/modules/gateways/mollie/mollie.php:3 Stack trace:

0 /root/html/mijn/vendor/whmcs/whmcs-foundation/lib/Utility/Error/Run.php(0): WHMCS\Utility\Error\Run->handleError(64, 'require_once():...', '/root/html...', 3)

1 [internal function]: WHMCS\Utility\Error\Run->handleShutdown()

2 {main}

ideiainternet commented 3 years ago

Installed this module on WHMCS 8.1, While trying to checkout it's giving the following error:

Oops! Something went wrong and we couldn't process your request. Please go back to the previous page and try again.

Yes updated myself also it is a vendor issue i think

Wouter0100 commented 3 years ago

@lutjebroeker your issue is a duplicate of #44.

@EricExtremeHash please enable error logging, try again and open a new issue with more info (or re-open this one).

EricExtremeHash commented 3 years ago

@Wouter0100 Error: Undefined class constant 'MAJOR_VERSION' in /home/jellebz436/domains/hosting.pcbyte.be/public_html/modules/gateways/mollie/vendor/guzzlehttp/guzzle/src/Utils.php:121 Stack trace:

0 /home/jellebz436/domains/hosting.pcbyte.be/public_html/vendor/guzzlehttp/guzzle/src/functions.php(61): GuzzleHttp\Utils::defaultUserAgent()

1 /home/jellebz436/domains/hosting.pcbyte.be/public_html/modules/gateways/mollie/vendor/guzzlehttp/guzzle/src/Client.php(194): GuzzleHttp\default_user_agent()

2 /home/jellebz436/domains/hosting.pcbyte.be/public_html/modules/gateways/mollie/vendor/guzzlehttp/guzzle/src/Client.php(75): GuzzleHttp\Client->configureDefaults(Array)

3 /home/jellebz436/domains/hosting.pcbyte.be/public_html/modules/gateways/mollie/vendor/mollie/mollie-api-php/src/MollieApiClient.php(269): GuzzleHttp\Client->__construct(Array)

4 /home/jellebz436/domains/hosting.pcbyte.be/public_html/modules/gateways/mollie/mollie.php(47): Mollie\Api\MollieApiClient->__construct()

5 /home/jellebz436/domains/hosting.pcbyte.be/public_html/modules/gateways/molliekbc_devapp.php(21): mollie_link(Array, 'kbc')

6 /home/jellebz436/domains/hosting.pcbyte.be/public_html/vendor/whmcs/whmcs-foundation/lib/Module/AbstractModule.php(0): molliekbc_devapp_link(Array)

7 /home/jellebz436/domains/hosting.pcbyte.be/public_html/vendor/whmcs/whmcs-foundation/lib/Module/Gateway.php(0): WHMCS\Module\AbstractModule->call('link', Array)

8 /home/jellebz436/domains/hosting.pcbyte.be/public_html/vendor/whmcs/whmcs-foundation/lib/Invoice.php(0): WHMCS\Module\Gateway->call('link', Array)

9 /home/jellebz436/domains/hosting.pcbyte.be/public_html/vendor/whmcs/whmcs-foundation/lib/Mail/Entity/Invoice.php(0): WHMCS\Invoice->getPaymentLink()

10 /home/jellebz436/domains/hosting.pcbyte.be/public_html/vendor/whmcs/whmcs-foundation/lib/Mail/Emailer.php(0): WHMCS\Mail\Entity\Invoice->getEntitySpecificMergeData(53, '')

11 /home/jellebz436/domains/hosting.pcbyte.be/public_html/vendor/whmcs/whmcs-foundation/lib/Mail/Emailer.php(0): WHMCS\Mail\Emailer->prepare()

12 /home/jellebz436/domains/hosting.pcbyte.be/public_html/includes/functions.php(0): WHMCS\Mail\Emailer->send()

13 /home/jellebz436/domains/hosting.pcbyte.be/public_html/includes/orderfunctions.php(0): sendMessage('Invoice Created', 53)

14 /home/jellebz436/domains/hosting.pcbyte.be/public_html/cart.php(0): calcCartTotals(Object(WHMCS\User\Client), true, false)

15 {main}

Wouter0100 commented 3 years ago

@EricExtremeHash zie #71.