Jump to content

Fatal Error (page blanche) après Paiement via PayPal


Recommended Posts

Bonsoir,

J'ai un problème depuis ce soir.

Après avoir effectué le paiement via PayPal, il n'y a pas de redirection, mais une page blanche avec "Fatal Error".

https://www.mondomaine.com/modules/paypal/express_checkout/payment.php?token=EC-6TL41918RE938571V&PayerID=G7A69EMTXWRJ6

Aucune commande validée en back office mais le paiement arrive bien sur le compte PayPal.

Qui peut m'aider ?

 

Et avec le virement bancaire quand je clique sur "valider la commande" ---Page blanche Fatal Error, également.

Edited by Leguman (see edit history)
Link to comment
Share on other sites

Si je passe

le fichier config/defines.inc.php sur le ftp de la boutique ;

de

define('_PS_MODE_DEV_', false);

à

define('_PS_MODE_DEV_', true);

 

j'ai ça (l'intégralité ne passe pas sur le forum) : 

Array
(
    [0] => Array
        (
            [file] => /home/www/classes/PaymentModule.php
            [line] => 100
            [function] => displayError
            [class] => ToolsCore
            [type] => ::
            [args] => Array
                (
                )

        )

    [1] => Array
        (
            [file] => /home/www/modules/paypal/paypal.php
            [line] => 1508
            [function] => validateOrder
            [class] => PaymentModuleCore
            [type] => ->
            [object] => PaypalExpressCheckout Object
                (
                    [logs] => Array
                        (
                            [0] => PayPal response:
                            [1] => TIMESTAMP -> 2018-03-01T00:34:02Z
                            [2] => INSURANCEOPTIONSELECTED -> false
                            [3] => SHIPPINGOPTIONISDEFAULT -> false
                            [4] => PAYMENTINFO_0_TRANSACTIONID -> 4N2862489R8212325
                            [5] => PAYMENTINFO_0_TRANSACTIONTYPE -> cart
                            [6] => PAYMENTINFO_0_PAYMENTTYPE -> instant
                            [7] => PAYMENTINFO_0_ORDERTIME -> 2018-03-01T00:34:01Z
                            [8] => PAYMENTINFO_0_AMT -> 5.39
                            [9] => PAYMENTINFO_0_FEEAMT -> 0.36
                            [10] => PAYMENTINFO_0_TAXAMT -> 0.00
                            [11] => PAYMENTINFO_0_CURRENCYCODE -> EUR
                            [12] => PAYMENTINFO_0_PAYMENTSTATUS -> Completed
                            [13] => PAYMENTINFO_0_PENDINGREASON -> None
                            [14] => PAYMENTINFO_0_REASONCODE -> None
                            [15] => PAYMENTINFO_0_PROTECTIONELIGIBILITY -> Eligible
                            [16] => PAYMENTINFO_0_PROTECTIONELIGIBILITYTYPE -> ItemNotReceivedEligible,UnauthorizedPaymentEligible
Link to comment
Share on other sites

Je suis en version 1.4.2.5

Je ne trouve pas de logs dans Outils>log

 

Pour activer le mode debug en 1.4, est ce bien ça  ?

fichier "config.inc.php"  dans le répertoire "/config" sur FTP.
Cherchez la ligne : define('_PS_MODE_DEV_', false); 
Et remplacez là par : define('_PS_MODE_DEV_', true);

 

et comment enlever la compression js ?

 

Merci pour votre aide. C'est surement des questions de béotien, mais je ne veux plus faire d'erreurs. Merci de votre compréhension.

Edited by Leguman (see edit history)
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...