Jump to content

[SOLVED] Bug: Paypal v3.8.3 : 500 Internal Server Error


stephane.964

Recommended Posts

Bonjour, Suite à la mise à jour du module Paypal sur un site  PrestaShop™ 1.6.0.6

je rencontre maintenant l'erreur : 500 Internal Server Error

dès que l'on clique sur le mode de paiement Paypal....

 

(problème apparement sur la V3.8.2 aussi...)

 

Je ne sais malheuresement plus quelle version du module paypal j'utilisais avant... quel fichier du module  indique la version ?

 

JY a t'il une source (ftp/url) ou l'on peut récupérer les anciennes version afin de faire une reinstallation, il est sité dans un post que la v.3.8.1 n'aurait pas ce problème.

 

 

 

Edited by stephane.964 (see edit history)
Link to comment
Share on other sites

I am having problems with the Paypal Europe module, It stops working without warning.  This has happened twice now  Something to do with the IPN.  But it was working  ok.  How can I stop the problems from occurring?

Link to comment
Share on other sites

I am having problems with the Paypal Europe module, It stops working without warning.  This has happened twice now  Something to do with the IPN.  But it was working  ok.  How can I stop the problems from occurring?

Paypal Europe module does not use IPNs, it has not for about 3 years

Link to comment
Share on other sites

  • 2 months later...

Paypal Europe module does not use IPNs, it has not for about 3 years

 

Je ne comprends pas votre remarque. Il y a bien un paramètre 'notify_url' défini dans /modules/paypal/paypal.php et qui pointe vers le script modules/paypal/ipn.php

 

qui définit la classe PaypalIPN :

/*
 * Instant payment notification class.
 * (wait for PayPal payment confirmation, then validate order)
 */
class PayPalIPN extends PayPal
{
	public function getIPNTransactionDetails($result)
	{
	if (is_array($result) || (strcmp(trim($result), "VERIFIED") === false))
	{
		$transaction_id = pSQL($result['txn_id']);
		return array(
        [...]

:unsure:

Laurent

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...