AWS sucks badly [SOLVED]
Posted: Sat Sep 17, 2022 7:55 pm
For me, running the payment method extension bumped into Vendor AWS errors.
In the file vendor/aws/aws-sdk-php/src/functions.php, apparently all functions stop the program with an error:
PHP Fatal error: Cannot redeclare .....
I got my own payment method extension working at this point when I disabled AWS in the vendor/compare directory.
In the file vendor/aws/aws-sdk-php/src/functions.php, apparently all functions stop the program with an error:
PHP Fatal error: Cannot redeclare .....
I got my own payment method extension working at this point when I disabled AWS in the vendor/compare directory.