Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Warning


trevb54

Recommended Posts

Posted

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

Posted
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

 

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)

Posted
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

 

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.

Posted
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

 

 

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.

Posted
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...

 

Thanks everyone. I followed Alan's advise and it's fixed

Cheers

 

Trev

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...