Cakephp paypal中的通知url失败

Cakephp paypal中的通知url失败,cakephp,paypal,paypal-ipn,Cakephp,Paypal,Paypal Ipn,我在我的沙盒paypal中检查了IPN历史记录,发现它没有成功通知我的notify_url。原因可能是什么?也许我没有正确地指定操作“进程”所在的IPN控制器的位置。请帮忙 'notify_url' => 'http://203.215.93.156/wifidrivescanportal/PaypalIpn/process' //'http://www.yoursite.com/paypal_ipn/process' //Notify_url... set this to the p

我在我的沙盒paypal中检查了IPN历史记录,发现它没有成功通知我的notify_url。原因可能是什么?也许我没有正确地指定操作“进程”所在的IPN控制器的位置。请帮忙

'notify_url' => 'http://203.215.93.156/wifidrivescanportal/PaypalIpn/process' 
//'http://www.yoursite.com/paypal_ipn/process' 
//Notify_url... set this to the process path of your paypal_ipn::instant_payment_notification::process action

您的Web服务器或IP是否可以从外部访问

检查防火墙和NAT(如果使用)是否配置正确

记录process()控制器操作中是否收到任何内容,并检查日志文件