Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

TRANSFERED HOST & NOW PHP ERROR


Logik

Recommended Posts

I just change host & now I get this ...

Warning: Cannot modify header information - headers already sent by (output started at /home/parafina/public_html/includes/filenames.php:122) in /home/parafina/public_html/includes/functions/general.php on line 1175

parafinart.com

the line in question is...

setcookie($name, $value, $expire, $path, (tep_not_null($domain) ? $domain : ''), $secure);

thx in advance

Link to comment
Share on other sites

<HTML><HEAD><TITLE>What's New Here? : ParafinART</TITLE></HEAD>
<BODY bottomMargin=0 bgColor=#efefef leftMargin=0 topMargin=0 rightMargin=0><BR><B>Warning</B>: Cannot modify header information - headers already sent by (output started at /home/parafina/public_html/includes/filenames.php:122) in <B>/home/parafina/public_html/includes/functions/general.php</B> on line <B>1175</B><BR><BASE href=http://parafinart.com/>

 

Look at

 

  /public_html/includes/filenames.php Line 122

 

It is giving you an error before the session/cookie is started.

 

It could be as simple as a blank space after the last ?> in that file ... remove it. Also remove any spaces at the bottom of /general.php file

ibandyop

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...