Can you open sockets?

I'm seeing a 500 there, it seems as your server can't connect to Paypal, does your hosting provider allows you to create sockets? Ask them if you can run a line like this to contact other servers from yours:

$fp = fsockopen ($paypal_host, 80, $errno, $errstr, 30);

Are you doing this in Paypal's Sandbox? Did you correctly create an account there?

Alexis Bellido

Reply

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <h1> <h2> <h3> <h4>
  • Lines and paragraphs break automatically.

More information about formatting options