Logik Posted February 6, 2004 Share Posted February 6, 2004 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 More sharing options...
ibandyop Posted February 6, 2004 Share Posted February 6, 2004 <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 More sharing options...
Logik Posted February 6, 2004 Author Share Posted February 6, 2004 I removed white space in both file but problem is still there Link to comment Share on other sites More sharing options...
ayn Posted February 6, 2004 Share Posted February 6, 2004 maybe your new ISP has "display_errors" turned on in php.ini? --Andrew --AYN Link to comment Share on other sites More sharing options...
Logik Posted February 6, 2004 Author Share Posted February 6, 2004 maybe... but couldn't I fix this error... ??? & btw line 122 doesn't exist... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.