Jump to content

Paypal 500 (Internal Server Error) al caricamento della pagina


pauldomy

Recommended Posts

Ciao Ragazzi, ho un problema con il mio sito, quando apro la pagina di un prodotto la console di google crome mi restituisce questo errore, non capisco cosa sia.

 

http://www.fazzolarilampadari.com//modules/paypal/express_checkout/ajax.php?get_qty=1&id_product=1&id_product_attribute=1&_=1398988394989 500 (Internal Server Error)

Buongiorno, presumo tu sia gia' registrato come utente business su paypal, dunque non rimane che sapere se hai gia fatto il setting del modulo di paypal presente nella sezione moduli di Prestashop.

Link to comment
Share on other sites

Non so se può essere di aiuto, ma nella versione 1.5.2 avevo risolto così:

 

 Open the file /modules/paypal/api/paypal_connect.php (inside the Prestashop installation)
   In line 50, you should see the following content:
       @curl_setopt($ch, CURLOPT_VERBOSE, true); 
   Comment that line out and enter the following one below:
       @curl_setopt($ch, CURLOPT_VERBOSE, false); 
   

The end result should look like the following:

       // @curl_setopt($ch, CURLOPT_VERBOSE, true); 
       @curl_setopt($ch, CURLOPT_VERBOSE, false); 

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...