- Issue created by @tibezh
- Issue was unassigned.
- Status changed to Needs review
over 1 year ago 6:41am 27 February 2024 - Status changed to RTBC
over 1 year ago 8:06am 27 February 2024 - πΊπ¦Ukraine tibezh
Here the same patch as above, but without changes in the .info file (for patch via .make files).
- π¬π§United Kingdom freelylw
After I install the "Use 7.105.0 version of the Stripe PHP library which supports PHP 8.1." .I got the error during the checkout I got this from the log :
Error: Interface 'Stripe\Util\LoggerInterface' not found in require() (line 9 of /home/artjobsdotcom/public_html/sites/all/libraries/stripe-php/lib/Util/DefaultLogger.php).
- πΊπ¦Ukraine tibezh
Hi @freelylw.
The 7.105.0 version should work here.
Probably, autoloading doesn't work correctly on your side. Could you check the file: /home/artjobsdotcom/public_html/sites/all/libraries/stripe-php/lib/Util/LoggerInterface.php? Do you have it?
If so, then there are issues with autoloading (probably due to a library being installed incorrectly).