Hi,
i just got the latest CVS version but on my index page it says that my browser doesnt accept cookies.... I know for a fact that this is not true!
have a look for yourself.
http://blue44.com/roundCubeDev
Any ideas?! Cheers, Jamie.
That's not a problem with cookies, that's either a different bug with your setup (usually having to do with folder permissions) or else, if multiple people are having it, it's a stray carriage return which is causing the error with HTML headers being sent. It looks to me more like the stray carraige return to me.
-Charles
jamie@blue44.com wrote:
Hi,
i just got the latest CVS version but on my index page it says that my browser doesnt accept cookies.... I know for a fact that this is not true!
have a look for yourself.
http://blue44.com/roundCubeDev
Any ideas?! Cheers, Jamie.
What is on line 79 of main.inc? My main.inc is ~160 lines long or
so. Usually the stray carriage return problem is at the end of the file, and not in the middle.
On Wed, 1 Feb 2006, jamie@blue44.com wrote:
i just got the latest CVS version but on my index page it says that my browser doesnt accept cookies.... I know for a fact that this is not true!
Line 79 of main.inc is where the session is started, that's why that line produces the error. It's the first line trying to send out header info. It looks like program/lib/utf8.class.php has an extra line at the end. Jamie, can you try deleting the last line of that file and see if it makes the problem go away?
-Charles
Jon Daley wrote:
What is on line 79 of main.inc? My main.inc is ~160 lines long or
so. Usually the stray carriage return problem is at the end of the file, and not in the middle.
On Wed, 1 Feb 2006, jamie@blue44.com wrote:
i just got the latest CVS version but on my index page it says that my browser doesnt accept cookies.... I know for a fact that this is not true!
Oh sorry, you are right. I read the filenames backwards. It is
strange that it says line 346 though - the file should only have 173 lines, right?
On Wed, 1 Feb 2006, Charles McNulty wrote:
Line 79 of main.inc is where the session is started, that's why that line produces the error. It's the first line trying to send out header info. It looks like program/lib/utf8.class.php has an extra line at the end. Jamie, can you try deleting the last line of that file and see if it makes the problem go away?
Jon Daley wrote:
What is on line 79 of main.inc? My main.inc is ~160 lines long or so.
Usually the stray carriage return problem is at the end of the file, and not in the middle.
On Wed, 1 Feb 2006, jamie@blue44.com wrote:
i just got the latest CVS version but on my index page it says that my browser doesnt accept cookies.... I know for a fact that this is not true!
Yeah, I noticed that too. Don't have an answer for that.
-C
Jon Daley wrote:
Oh sorry, you are right. I read the filenames backwards. It is
strange that it says line 346 though - the file should only have 173 lines, right?
On Wed, 1 Feb 2006, Charles McNulty wrote:
Line 79 of main.inc is where the session is started, that's why that line produces the error. It's the first line trying to send out header info. It looks like program/lib/utf8.class.php has an extra line at the end. Jamie, can you try deleting the last line of that file and see if it makes the problem go away?
Jon Daley wrote:
What is on line 79 of main.inc? My main.inc is ~160 lines long
or so. Usually the stray carriage return problem is at the end of the file, and not in the middle.
On Wed, 1 Feb 2006, jamie@blue44.com wrote:
i just got the latest CVS version but on my index page it says that my browser doesnt accept cookies.... I know for a fact that this is not true!
Hi Charles, yes removing the extra line in the 'utf8.class.php' fixes the problem! Thanks for you help!
Jamie.
On Wed, 01 Feb 2006 14:23:17 -0600, Charles McNulty charles@charlesmcnulty.com wrote:
Yeah, I noticed that too. Don't have an answer for that.
-C
Jon Daley wrote:
Oh sorry, you are right. I read the filenames backwards. It is
strange that it says line 346 though - the file should only have 173 lines, right?
On Wed, 1 Feb 2006, Charles McNulty wrote:
Line 79 of main.inc is where the session is started, that's why that line produces the error. It's the first line trying to send out header info. It looks like program/lib/utf8.class.php has an extra line at the end. Jamie, can you try deleting the last line of that file and see if it makes the problem go away?
Jon Daley wrote:
What is on line 79 of main.inc? My main.inc is ~160 lines long
or so. Usually the stray carriage return problem is at the end of the file, and not in the middle.
On Wed, 1 Feb 2006, jamie@blue44.com wrote:
i just got the latest CVS version but on my index page it says that my browser doesnt accept cookies.... I know for a fact that this is not true!