Smiling Buddha Posted March 5, 2003 Share 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 Link to comment Share on other sites More sharing options...
Ajeh Posted March 5, 2003 Share 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 Link to comment Share on other sites More sharing options...
Smiling Buddha Posted March 5, 2003 Author Share 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 Link to comment Share on other sites More sharing options...
Ajeh Posted March 6, 2003 Share 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 Link to comment Share on other sites More sharing options...
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.