PayPal Express – Weiterleitung und 404 NGINX
-
Hi.
Wir haben Paypal Express in unserer Staging Umgebung (selber Server im Unterordner von der Live Umgebung mit SANDBOX Paypal Daten).
Da funktioniert der Paypal Express Checkout Problemlos.
Aktiviere ich dies in der Produktivumgebung, dann erhalten wir 2 Fehler:
1. Im Backend wird in den Einstellungen beim Speichern folgendes angezeigt.
<html> <head><title>403 Forbidden</title></head> <body> <center><h1>403 Forbidden</h1></center> <hr><center>nginx</center> </body> </html>
Aus dem Error log:
? Error Level: E_ERROR ? Message: Interface 'WCPayPalPlus\Setting\Storable' not found ? File: /var/www/vhosts/domain/wp-content/plugins/woo-paypalplus/src/Setting/SharedRepository.php ? Line: 14 ? Request: /wp-admin/admin-ajax.php ? Referrer: https%3A%2F%2Fwww.domain.eu%2Fwp-admin%2Fpost.php%3Fpost%3D6541%26action%3Dedit ? User ID: 1
und
? Error Level: E_ERROR ? Message: Uncaught Error: Class 'WCPayPalPlus\Ipn\Ipn' not found in /var/www/vhosts/s1.domain.de/domain.de/wp-content/plugins/woo-paypalplus/src/Ipn/ServiceProvider.php:53 Stack trace: #0 /var/www/vhosts/s1.domain.de/domain.de/wp-content/plugins/woo-paypalplus/src/Service/ServiceProvidersCollection.php(68): WCPayPalPlus\Ipn\ServiceProvider->bootstrap(Object(WCPayPalPlus\Service\Container)) #1 /var/www/vhosts/s1.domain.de/domain.de/wp-content/plugins/woo-paypalplus/src/PayPalPlus.php(75): WCPayPalPlus\Service\ServiceProvidersCollection->applyMethod('bootstrap', Object(WCPayPalPlus\Service\Container)) #2 /var/www/vhosts/s1.domain.de/domain.de/wp-content/plugins/woo-paypalplus/src/Bootstrapper.php(79): WCPayPalPlus\PayPalPlus->bootstrap() #3 /var/www/vhosts/s1.domain.de/domain.de/wp-includes/class-wp-hook.php(303): WCPayPalPlus\Bootstrapper->bootstrap('') #4 /var/www/vhosts/s1.domain.de/domain.de/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filt ? File: /var/www/vhosts/s1.domain.de/domain.de/wp-content/plugins/woo-paypalplus/src/Ipn/ServiceProvider.php ? Line: 53 ? Request: /?wc-ajax=get_refreshed_fragments ? Referrer: https%3A%2F%2Fwww.domain.de%2Fshop%2F
2. Nach Eingabe im Frontend der Paypal Daten wird auf die Abschlusseite weitergeleitet (Das ist ja auch korrekt) und es werden weiterhin alle Zahlunsgm?glichkeiten angezeigt.
So als wenn keine Paypal Authorisierung stattgefunden hat. Ich gehe davon aus, dass es sich um einen Folgefehler aus dem 1. hier beschriebenen Fehler handelt.Gru?
- The topic ‘PayPal Express – Weiterleitung und 404 NGINX’ is closed to new replies.