bhawmik Posted June 16, 2003 Posted June 16, 2003 I get the following warning message when I click the checkout button from the shopping cart panel. Warning: Cannot modify header information - headers already sent by (output started at /home/cdmelody/public_html/oscommerce/includes/application_top.php:463) in /home/cdmelody/public_html/oscommerce/includes/functions/general.php on line 23 This particular message came while trying to execute checkout_payment.php. I have paypal module set. Thanks Bhawmik
artbyvicky Posted June 16, 2003 Posted June 16, 2003 Hi bhawmik; Whenever I've gotten a message that says, "headers already sent by " this always means that the file that it refers to has blank spaces after the ending ?> at the bottom of the file. Sometimes, when you edit a file, the editor you used will add these to the bottom of the file (?) It appears as if there are blank spaces at the end of your file: /home/cdmelody/public_html/oscommerce/includes/application_top.php Just remove all the blank spaces/returns at the bottom of the file and it should work. Hope this helps. Good luck! Vicky ----------------- www.roundtablewebdesign.com www.artbyvicky.com
risonav Posted June 16, 2003 Posted June 16, 2003 Do you have any blank spaces at the end of general.php? Jen
Recommended Posts
Archived
This topic is now archived and is closed to further replies.