Opened 5 years ago
Closed 5 years ago
#629 closed defect (fixed)
Fehlerhafte Weiterleitung zu Paypal mit php7.2
Reported by: | t.goetzrath | Owned by: | d.schmitzer |
---|---|---|---|
Priority: | blocker | Milestone: | 4.1 |
Component: | Core | Version: | 4.0 |
Keywords: | Paypal | Cc: |
Description (last modified by )
php-Version 7.2 ist auf dem Testshop installiert.
Nachdem auf der done.phtml der Paypal-Link angeklickt wird, wird der Kunde nicht weitergeleitet, sondern es erscheint eine HTTP ERROR 500.
siehe auch: https://forum.maennchen1.de/viewtopic.php?f=24&t=9354
Konkrete Fehlermeldung:
PHP Fatal error: Cannot use PayPal\\Api\\object as object because 'object' is a special class name in /var/www/meine_domain.de/wp-content/plugins/wpshopgermany/lib/PayPal/Api/Payment.php on line 8\n
siehe auch: https://forum.maennchen1.de/viewtopic.php?f=13&t=9395
Change History (3)
comment:1 by , 5 years ago
Description: | modified (diff) |
---|
comment:2 by , 5 years ago
Description: | modified (diff) |
---|
comment:3 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
- Konnte ich lokal nach Update nachvollziehen und durch SDK Update beheben (Dieses PSR Log musste noch zusätzlich mit rein)
- Update der PayPal API https://github.com/paypal/PayPal-PHP-SDK 25.4.2018
- Integration von PSR/Log da Abhängigkeit von PayPal API https://github.com/php-fig/log 21.11.2018
Note:
See TracTickets
for help on using tickets.