trevb54 Posted August 12, 2005 Posted August 12, 2005 Can some one tell me what this means please? Warning: Cannot modify header information - headers already sent by (output started at /home/trevor54/public_html/catalog/includes/languages/english.php:337) in /home/trevor54/public_html/catalog/includes/functions/general.php on line 29 I get this message when I click on members section or checkout. Thanks in advance. Trevor
AlanR Posted August 12, 2005 Posted August 12, 2005 Can some one tell me what this means please? Warning: Cannot modify header information - headers already sent by (output started at /home/trevor54/public_html/catalog/includes/languages/english.php:337) in /home/trevor54/public_html/catalog/includes/functions/general.php on line 29 I get this message when I click on members section or checkout. Thanks in advance. Trevor <{POST_SNAPBACK}> The first place to look is in the Knowledge base: http://www.oscommerce.info/ The link is on the top of this page under Network. One search on headers turned this up. It's a very common problem and it's covered in the second paragraph. http://www.oscommerce.info/kb/osCommerce/G...mon_Problems/15 Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)
trevb54 Posted August 12, 2005 Author Posted August 12, 2005 The first place to look is in the Knowledge base: http://www.oscommerce.info/ The link is on the top of this page under Network. One search on headers turned this up. It's a very common problem and it's covered in the second paragraph. http://www.oscommerce.info/kb/osCommerce/G...mon_Problems/15 <{POST_SNAPBACK}> Thanks alot Alan. I did put in a search with above message and it came back with nothing. But thanks anyway I'll tend to the problem and see how I go.
satish Posted August 12, 2005 Posted August 12, 2005 Can some one tell me what this means please? Warning: Cannot modify header information - headers already sent by (output started at /home/trevor54/public_html/catalog/includes/languages/english.php:337) in /home/trevor54/public_html/catalog/includes/functions/general.php on line 29 I get this message when I click on members section or checkout. Thanks in advance. Trevor <{POST_SNAPBACK}> Hello, for debugging purpose or for some other purpose an echo or print function has been already executed. Once this has been done then you cannot redirect to another page. Just block function that has generated the echo/print as this results in an html header generated. GHope this helps... Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does.
trevb54 Posted August 12, 2005 Author Posted August 12, 2005 Hello,for debugging purpose or for some other purpose an echo or print function has been already executed. Once this has been done then you cannot redirect to another page. Just block function that has generated the echo/print as this results in an html header generated. GHope this helps... <{POST_SNAPBACK}> Thanks everyone. I followed Alan's advise and it's fixed Cheers Trev
Recommended Posts
Archived
This topic is now archived and is closed to further replies.