Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Cannot modify headers...HELP!!


Recommended Posts

Posted

hi

i get this msg when i open my site:

 

Warning: Cannot modify header information - headers already sent by (output started at /home2/jacksdig/public_html/index.php:3) in /home2/jacksdig/public_html/includes/functions/general.php on line 1174

 

what does this mean????

 

here are lines 1,2 and 3 of my file /home2/jacksdig/public_html/index.php:3

 

<?php

/*

$Id: index.php,v 1.1 2003/06/11 17:37:59 hpdl Exp $

 

what is wrong with it??

what do i do now?????

 

 

jack

Posted

On Your index.php line 3 there is some text or a call to a function that is responsible for generating some text.

 

Once a text is generated an html header too comes in place so later You can not have a <html> so analyse line 3 and fix.

 

else paste index.php plus any function that will result from line 3.

 

if

<?php

/*

 

this /* is not there that too might.

 

 

Satish

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
On Your index.php line 3 there is some text or a call to a function that is responsible for generating some text.

 

Once a text is generated an html header too comes in place so later You can not have a <html> so analyse line 3 and fix.

 

else paste index.php plus any function that will result from line 3.

 

if

<?php

/*

 

this /* is not there that too might.

Satish

 

 

hi satish

 

thanx 4 ur help

 

will u look at my first 3 lines of my index.php?

how should i change it?

 

 

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>">

 

 

regards

jack

Posted

These are definitely not the lines from index.php unless there had been some modification done.

 

Paste around first 50 lines.

 

As we can easily see that <html> had been already executed resulting in html header being created this will no further allow a redirect or another html header to be created.

 

Satish

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.

Archived

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

×
×
  • Create New...