Jump to content
MakeWebGames

Recommended Posts

Posted

I am running my site on AlmaLinux NGINX. I feel like my server is not allowing any information to come from PayPal. Could this be I need to whitelist PayPal? If it is how do I do it

I get the error 

Fatal error: Uncaught Exception: Missing POST Data

#0 /var/www/public_html/ipn/notify.php(46): PaypalIPN->verifyIPN()

#1 {main}

  thrown in /var/www/public_html/ipn/ipn_listener.php on line 64" while reading response header from upstream, client: 86.150.54.9, server: samuraiconflict.co.uk, request: "GET /ipn/notify.php HTTP/1.1", upstream: "fastcgi://unix:/run/php-fpm/www.sock:", host: "samuraiconflict.com"

Posted

It's one of the IPNs I wrote - attempting to load the file directly will result in this error as there's no POSTDATA being sent on a standard GET request for loading a page in browser.
Use PayPal's Dev Sandbox to simulate real-world payments

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...