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
PHP Reupload throws error
Moderator: General Moderators
- greyhoundcode
- Forum Regular
- Posts: 613
- Joined: Mon Feb 11, 2008 4:22 am
Re: PHP Reupload throws error
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.brmcdani44 wrote:I am using PHP Designer 2007, is this IDE inserting characters on its own?
Failing that, why not post your code for folks to take a look at?