I have the PayPal Direct Payment API Component setup and am able to make calls to Paypal with success. I have been getting header and session errors though (See below). These issues haven't been an issue until I have tried to to a $this->redirect(), and I get the error about not being able to modify headers again. Does anyone know why I am getting these warning with the Paypal component? I desperately need to get these resovled... The unusual part is that the paypal.php file ends at line 976, and only has one reference to the header function. When I comment that out I still get these errors. That leads me to believe the problem is in the vendor files or in PEAR. Any ideas???
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/ellieber/ public_html/cake/app/controllers/components/paypal.php:976) in /home/ ellieber/public_html/cake/cake/libs/session.php on line 154 Warning: Cannot modify header information - headers already sent by (output started at /home/ellieber/public_html/cake/app/controllers/ components/paypal.php:976) in /home/ellieber/public_html/cake/cake/ libs/session.php on line 155 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
