Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Header Errors after installation


Guest

Recommended Posts

The following error is occurring when a user clicks to update in most sections of the site (EG. Update the checkout, submit customer details, Product notification, etc)

 

"Cannot modify header information - headers already sent by (output started at /home/hogesweb/public_html/includes/languages/english.php:339) in /home/hogesweb/public_html/includes/functions/general.php on line 29"

 

Any help or suggestions would be greatly appreciated.

 

Jean Littman

Link to comment
Share on other sites

The following error is occurring when a user clicks to update in most sections of the site (EG. Update the checkout, submit customer details, Product notification, etc)

 

"Cannot modify header information - headers already sent by (output started at /home/hogesweb/public_html/includes/languages/english.php:339) in /home/hogesweb/public_html/includes/functions/general.php on line 29"

 

Any help or suggestions would be greatly appreciated.

 

Jean Littman

check here if it applies

Link to comment
Share on other sites

The following error is occurring when a user clicks to update in most sections of the site (EG. Update the checkout, submit customer details, Product notification, etc)

 

"Cannot modify header information - headers already sent by (output started at /home/hogesweb/public_html/includes/languages/english.php:339) in /home/hogesweb/public_html/includes/functions/general.php on line 29"

 

Any help or suggestions would be greatly appreciated.

 

Jean Littman

I had the same problem here. Problem was solved, when i put

ob_start(); to the begining of the script wich call the general.php (in your case english.php)

Link to comment
Share on other sites

check here if it applies

 

Many thanks for your help - problem now solved!

 

I opened the two files in question and discovered that both had one space (whitespace) after the final ?> tag . I followed the instructions from the knowledgebase, placed the mouse cursor after the tag, pressed the 'delete' key, then reloaded the file to the web server.

 

Thanks again.

 

Jean Littman

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...