vegandthecity / magento

vegandthecity.ch/shop (Magento 2) source code and issues tracking
https://upwork.com/fl/mage2pro
1 stars 2 forks source link

«We can't initialize Express Checkout» / «Wir konnten die Express-Kaufabwicklung nicht initialisieren» #35

Open dmitrii-fediuk opened 4 years ago

dmitrii-fediuk commented 4 years ago
#1 Magento\Paypal\Controller\Express\AbstractExpress\Review->execute() called at [vendor/magento/framework/Interception/Interceptor.php:58]
#2 Magento\Paypal\Controller\Express\Review\Interceptor->___callParent() called at [vendor/magento/framework/Interception/Interceptor.php:138]
#3 Magento\Paypal\Controller\Express\Review\Interceptor->Magento\Framework\Interception\{closure}() called at [vendor/magento/framework/Interception/Interceptor.php:153]
#4 Magento\Paypal\Controller\Express\Review\Interceptor->___callPlugins() called at [generated/code/Magento/Paypal/Controller/Express/Review/Interceptor.php:26]
#5 Magento\Paypal\Controller\Express\Review\Interceptor->execute() called at [vendor/magento/framework/App/Action/Action.php:108]
#6 Magento\Framework\App\Action\Action->dispatch() called at [vendor/magento/framework/Interception/Interceptor.php:58]
#7 Magento\Paypal\Controller\Express\Review\Interceptor->___callParent() called at [vendor/magento/framework/Interception/Interceptor.php:138]
#8 Magento\Paypal\Controller\Express\Review\Interceptor->Magento\Framework\Interception\{closure}() called at [vendor/magento/framework/Interception/Interceptor.php:153]
#9 Magento\Paypal\Controller\Express\Review\Interceptor->___callPlugins() called at [generated/code/Magento/Paypal/Controller/Express/Review/Interceptor.php:39]
#10 Magento\Paypal\Controller\Express\Review\Interceptor->dispatch() called at [vendor/magento/framework/App/FrontController.php:159]
#11 Magento\Framework\App\FrontController->processRequest() called at [vendor/magento/framework/App/FrontController.php:99]
#12 Magento\Framework\App\FrontController->dispatch() called at [vendor/magento/framework/Interception/Interceptor.php:58]
#13 Magento\Framework\App\FrontController\Interceptor->___callParent() called at [vendor/magento/framework/Interception/Interceptor.php:138]
#14 Magento\Framework\App\FrontController\Interceptor->Magento\Framework\Interception\{closure}() called at [vendor/magento/module-store/App/FrontController/Plugin/RequestPreprocessor.php:99]
#15 Magento\Store\App\FrontController\Plugin\RequestPreprocessor->aroundDispatch() called at [vendor/magento/framework/Interception/Interceptor.php:135]
#16 Magento\Framework\App\FrontController\Interceptor->Magento\Framework\Interception\{closure}() called at [vendor/mirasvit/module-cache-warmer/Plugin/Debug/OnHitPlugin.php:109]
#17 Mirasvit\CacheWarmer\Plugin\Debug\OnHitPlugin->aroundAroundDispatch() called at [vendor/magento/framework/Interception/Interceptor.php:135]
#18 Magento\PageCache\Model\App\FrontController\BuiltinPlugin\Interceptor->Magento\Framework\Interception\{closure}() called at [vendor/magento/framework/Interception/Interceptor.php:153]
#19 Magento\PageCache\Model\App\FrontController\BuiltinPlugin\Interceptor->___callPlugins() called at [generated/code/Magento/PageCache/Model/App/FrontController/BuiltinPlugin/Interceptor.php:26]
#20 Magento\PageCache\Model\App\FrontController\BuiltinPlugin\Interceptor->aroundDispatch() called at [vendor/magento/framework/Interception/Interceptor.php:135]
#21 Magento\Framework\App\FrontController\Interceptor->Magento\Framework\Interception\{closure}() called at [vendor/magento/framework/Interception/Interceptor.php:153]
#22 Magento\Framework\App\FrontController\Interceptor->___callPlugins() called at [generated/code/Magento/Framework/App/FrontController/Interceptor.php:26]
#23 Magento\Framework\App\FrontController\Interceptor->dispatch() called at [vendor/magento/framework/App/Http.php:116]
#24 Magento\Framework\App\Http->launch() called at [vendor/magento/framework/App/Bootstrap.php:261]
#25 Magento\Framework\App\Bootstrap->run() called at [pub/shop/index.php:40]
dmitrii-fediuk commented 4 years ago

I have implemented a logging in vendor/magento/module-paypal/Controller/Express/AbstractExpress/Review.php.

HenKun commented 3 years ago

I know this is not the Magento 2 repo, but I faced the same issue and came to the following assumption:

Did you find any other reasons?