3bgeneral Posted January 19, 2005 Posted January 19, 2005 Now I am getting this warning: Warning: Cannot modify header information - headers already sent by (output started at /home/bgenera/public_html/includes/languages/english.php:335) in /home/bgenera/public_html/includes/functions/general.php on line 29 :'( Can anyone help - I get this when I click on my account and checkout. Thanks, Bev
selectronics4u Posted January 19, 2005 Posted January 19, 2005 Now I am getting this warning: Warning: Cannot modify header information - headers already sent by (output started at /home/bgenera/public_html/includes/languages/english.php:335) in /home/bgenera/public_html/includes/functions/general.php on line 29 :'( Can anyone help - I get this when I click on my account and checkout. Thanks, Bev <{POST_SNAPBACK}> usually this is caused by white space either before or after your beginning or ending tags go to oscommerce .com then click knowlege base site go to common problems your answer is there.this should work.
3bgeneral Posted January 19, 2005 Author Posted January 19, 2005 usually this is caused by white space either before or after your beginning or ending tags go to oscommerce .com then click knowlege base site go to common problems your answer is there.this should work. <{POST_SNAPBACK}> I got the one on line 335 fixed, but I can't seem to find what's wrong with the one in /home/bgenera/public_html/includes/functions/general.php on line 29 Thanks, Bev
Guest Posted January 19, 2005 Posted January 19, 2005 I got the one on line 335 fixed, but I can't seem to find what's wrong with the one in /home/bgenera/public_html/includes/functions/general.php on line 29 Thanks, Bev <{POST_SNAPBACK}> Post the code on that line and a few of the lines above that one.
3bgeneral Posted January 19, 2005 Author Posted January 19, 2005 Post the code on that line and a few of the lines above that one. <{POST_SNAPBACK}> O.k. I think this is it: $url = HTTPS_SERVER . substr($url, strlen(HTTP_SERVER)); // Change it to SSL } } header('Location: ' . $url); Not sure Bev
Recommended Posts
Archived
This topic is now archived and is closed to further replies.