header output errors on my own module (Solved)
dleaberr1
Joined: 2005-03-17
Posts: 14 |
Posted: Thu, 2005-03-17 22:07 | |||
bharat solved the problem for me on IRC a few minutes after posting. I had some spaces after my ending ?>. Just in case anyone runs across the same problem. __________________________ I've got my module to register, and the admin view works fine. I can set sizes, paper type and paypal info. The problem is in my fulfillcart method. I've tried just about everything but when it hits That part in main.php is the redirect and it issues header: location type redirects. I've tried different views, even known good ones. I'm attaching the CheckoutPlugin.class file along with the module.inc. NOTE: the whole plugin is not included. It's not done yet so don't ask me when it will be.
|
||||
Posts: 7994
dleaberr came by IRC and we talked about this. Turns out that he had an extra blank line on line 66 of CheckoutPlugin.class.