PDA


View Full Version : what is this all about ?


KOM
04-23-2005, 01:45 AM
Unable to add cookies, header already sent.
File: /home/wvgle58/public_html/CNC/cmps_index.php
Line: 1

This is new to me any one have any ideas?

KW802
04-23-2005, 02:12 AM
Check your chdir command to make sure that the path is correct.

KOM
04-23-2005, 02:43 AM
yea it's right as far as I know. It works in firefox just not IE

zenithrs@bigpon
04-23-2005, 05:51 AM
You have whitespace at the start of cmps_index.php. Check that there's no linefeeds or spaces before <?php

Brian
04-24-2005, 12:38 PM
The whitespace is more than likely after the ending ?> tag in your cmps_index.php file.

zenithrs@bigpon
04-24-2005, 10:26 PM
You're probably right...but I did a test with whitespace at the start of the file and it generated that error.

Either or...