View Issue Details

IDProjectCategoryView StatusLast Update
0007800module Amazon Paymainpublic2025-06-12 15:23
ReporterSpritje Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status assignedResolutionopen 
Product Version3.1.5 
Summary0007800: Maintenance mode when PayPalCheckout is activated in combination with AmazonPay
DescriptionMaintenance mode in OXID 7 when PayPalCheckout (v. 3.4.1) is activated in combination with AmazonPay (v. 3.1.5)
Steps To Reproduce1. Install PayPal v.3.4.1 and activate
2. Install AmazonPay v. 3.1.5 and activate


-> Maintenance Mode
Additional Information- es -
oxideshop.log:

[05 Jun 09:13:59.122468 2025] [uncaught error] [type E_COMPILE_ERROR] [file /var/www/oxideshop/vendor/oxid-esales/amazon-pay-module/src/Core/ViewConfig.php] [line 28] [code ] [message Type of OxidSolutionCatalysts\AmazonPay\Core\ViewConfig::$isFlowCompatibleTheme must be ?bool (as in class OxidSolutionCatalysts\PayPal\Core\ViewConfig)]
TagsNo tags attached.

Activities

QA

2025-06-12 15:23

administrator   ~0017976

in v3.1.5 compatility issue
public function isFlowCompatibleTheme()

in v3.1.6 fixed
public function isFlowCompatibleTheme(): bool
https://github.com/OXID-eSales/amazon-pay-module/blob/b-7.0.x/src/Core/ViewConfig.php#L183