PHP Reupload throws error

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
brmcdani44
Forum Commoner
Posts: 26
Joined: Fri Oct 08, 2010 3:52 pm

PHP Reupload throws error

Post 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
User avatar
greyhoundcode
Forum Regular
Posts: 613
Joined: Mon Feb 11, 2008 4:22 am

Re: PHP Reupload throws error

Post 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?
Post Reply