Smiling Buddha Posted March 5, 2003 Posted March 5, 2003 Hi, Intalled both Header Tag Controller and Header Tag Controller Admin on 2.2 ms1 and now get this on checkout_payment page: Warning: Cannot modify header information - headers already sent by (output started at /home/enigmat2/public_html/cacatalog/includes/application_top.php:966) in /home/enigmat2/public_html/cacatalog/includes/functions/general.php on line 29 I've checked everything and searched the forum but still stuck. :( Can anyone please help? Suggestions anyone? Thank you Quote
Ajeh Posted March 5, 2003 Posted March 5, 2003 Check your /includes/functions/general.php for a space or blank line before/after the the first <?php or the last ?> Quote
Smiling Buddha Posted March 5, 2003 Author Posted March 5, 2003 Hi, Checked and there is no problem there. The first looks like this: <?php /* $Id: general.php,v 1.151 2003/02/07 21:46:49 dgw_ Exp $ and the last like this: return mt_rand(); } } ?> Quote
Ajeh Posted March 6, 2003 Posted March 6, 2003 Check your application_top.php file that is on the server. Mine only has 529 lines. Sounds like you have spaces throughout it to have that error on line 966 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.