opcache

PayPal-PHP-SDK et opcache

Si vous utilisez le SDK de paypal avec PHP, il faut écrire ceci :

nano /etc/php/7.3/fpm/php.ini

; If disabled, all PHPDoc comments are dropped from the code to reduce the
; size of the optimized code.
opcache.save_comments=1
opcache.load_comments=1

puis :


/etc/init.d/php7.3-fpm restart
service apache2 restart

sinon vous aurez l'erreur suivante :

Uncaught PayPal\\Exception\\PayPalConfigurationException: Getter function for 'payer' in 'PayPal\\Api\\Payment' class should have a proper return type.

Vos commentaires

Laisser un commentaire

Votre commentaire sera en attente de modération, validation NON automatique

Votre nom (obligatoire) :


Email ou site internet (facultatif) (nécessaire si vous souhaitez être prévenu d'une réponse):


Image/photo (facultatif) (JPG, JPEG, PNG ou GIF) (image de partition concernant le question par exemple):

Javascript doit être activé