Re: Page not found with PayPal IPN plugin

2012-09-15 Thread Daniel
I found the problem was that I had put the routing commands in the wrong part of the routes file. -- You received this message because you are subscribed to the Google Groups CakePHP group. To post to this group, send email to cake-php@googlegroups.com. To unsubscribe from this group, send

Re: Page not found with PayPal IPN plugin

2012-09-12 Thread lowpass
Set debug to 2 and try again. Cake fires a 404 on errors when debug = 0. On Tue, Sep 11, 2012 at 5:36 PM, Daniel danwgr...@gmail.com wrote: I followed the instructions to install PayPal IPN: 1) Copy plugin into your /app/plugins/paypal_ipn directory 2) Run the

Re: Page not found with PayPal IPN plugin

2012-09-12 Thread Daniel
Debug is already set to 2. No error is displayed. The page is coming from default.ctp and missing_controller.ctp. On Wednesday, 12 September 2012 21:21:42 UTC+1, cricket wrote: Set debug to 2 and try again. Cake fires a 404 on errors when debug = 0. -- You received this message because

Re: Page not found with PayPal IPN plugin

2012-09-12 Thread lowpass
Note that the route expects the URL to be /paypal_ipn/process not just /paypal_ipn And I just noticed the testapp part of the URL. Do other controllers work ok? I can't remember what needs to be done for Cake to things this way. I always create a virtual host and an entry in the hosts file. eg.

Page not found with PayPal IPN plugin

2012-09-11 Thread Daniel
I followed the instructions to install PayPal IPN: 1) Copy plugin into your /app/plugins/paypal_ipn directory 2) Run the /plugins/paypal_ipn/paypal_ipn.sql in your database. 3) Add the following into your /app/config/routes.php file (optional): Controller Class: ?php /* Paypal IPN plugin */