Posted by Lion
2014-04-09

im using the checkout simulater i keep getting this
ERROR:

IPN handler did not return array:

this is the error log that sent to my email result: ERROR : paypal did not return status [CIpnReceiver]

is it because im using php 5.4 or
does this work with the newest paypal api
Posted by Tom
2014-04-10

Hi Lion,

The error message(IPN handler did not return array) is for developers only and have no significance for users, so you can remove it. Open web/sim/include/CCheckoutSimulator.inc.php and comment Line 110 out to suppress the error message.

(example)
//$sim_ret[_ERR_KEY_] = "IPN handler did not return array: " . $ipn_ret;