Page 1 of 1

PHP Reupload throws error

Posted: Sun Oct 31, 2010 7:24 pm
by brmcdani44
Every time I upload any of my PHP files to my server I get this error: "Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent 3"

At first I thought it was "White Space." Then I uploaded the original made the error disappear from the original directory. And then saved the backup in my project directory, uploaded it back to the server and the same error again! This makes no sense at all. I am using PHP Designer 2007, is this IDE inserting characters on its own? If anyone can help me out on this I would appreciate it greatly.

Thanks

Re: PHP Reupload throws error

Posted: Sun Nov 07, 2010 2:52 pm
by greyhoundcode
brmcdani44 wrote:I am using PHP Designer 2007, is this IDE inserting characters on its own?
Why not take a look at the files in a different application like Notepad++ or whatever takes your fancy, then you'll be able to see if something extra is being added in at the start of the scripts.

Failing that, why not post your code for folks to take a look at?