• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Paypal - not receiving points.

Eldora

Banned User
Joined
Oct 19, 2009
Messages
604
Reaction score
26
Any idea how to fix this?
Points does not register to player after paypal payment been completed.
The paypal configuration is correct though, getting (HTTP 200) which means it sends the message to the server i believe.


Getting this in my "php_error" log file:
Code:
[22-Aug-2020 19:49:33 UTC] PHP Notice:  Undefined index: item_name in C:\wamp\www\ipn.php on line 63
[22-Aug-2020 19:49:33 UTC] PHP Stack trace:
[22-Aug-2020 19:49:33 UTC] PHP   1. {main}() C:\wamp\www\ipn.php:0
[22-Aug-2020 19:49:33 UTC] PHP Notice:  Undefined index: item_number in C:\wamp\www\ipn.php on line 64
[22-Aug-2020 19:49:33 UTC] PHP Stack trace:
[22-Aug-2020 19:49:33 UTC] PHP   1. {main}() C:\wamp\www\ipn.php:0
[22-Aug-2020 19:49:33 UTC] PHP Notice:  Undefined index: payment_status in C:\wamp\www\ipn.php on line 65
[22-Aug-2020 19:49:33 UTC] PHP Stack trace:
[22-Aug-2020 19:49:33 UTC] PHP   1. {main}() C:\wamp\www\ipn.php:0
[22-Aug-2020 19:49:33 UTC] PHP Notice:  Undefined index: mc_gross in C:\wamp\www\ipn.php on line 66
[22-Aug-2020 19:49:33 UTC] PHP Stack trace:
[22-Aug-2020 19:49:33 UTC] PHP   1. {main}() C:\wamp\www\ipn.php:0
[22-Aug-2020 19:49:33 UTC] PHP Notice:  Undefined index: mc_currency in C:\wamp\www\ipn.php on line 67
[22-Aug-2020 19:49:33 UTC] PHP Stack trace:
[22-Aug-2020 19:49:33 UTC] PHP   1. {main}() C:\wamp\www\ipn.php:0
[22-Aug-2020 19:49:33 UTC] PHP Notice:  Undefined index: txn_id in C:\wamp\www\ipn.php on line 68
[22-Aug-2020 19:49:33 UTC] PHP Stack trace:
[22-Aug-2020 19:49:33 UTC] PHP   1. {main}() C:\wamp\www\ipn.php:0
[22-Aug-2020 19:49:33 UTC] PHP Notice:  Undefined index: receiver_email in C:\wamp\www\ipn.php on line 69
[22-Aug-2020 19:49:33 UTC] PHP Stack trace:
[22-Aug-2020 19:49:33 UTC] PHP   1. {main}() C:\wamp\www\ipn.php:0
[22-Aug-2020 19:49:33 UTC] PHP Notice:  Undefined index: payer_email in C:\wamp\www\ipn.php on line 70
[22-Aug-2020 19:49:33 UTC] PHP Stack trace:
[22-Aug-2020 19:49:33 UTC] PHP   1. {main}() C:\wamp\www\ipn.php:0
[22-Aug-2020 19:49:33 UTC] PHP Notice:  Undefined index: custom in C:\wamp\www\ipn.php on line 71
[22-Aug-2020 19:49:33 UTC] PHP Stack trace:
[22-Aug-2020 19:49:33 UTC] PHP   1. {main}() C:\wamp\www\ipn.php:0
 
Back
Top