Re: [PHP] session_start(): Cannot send session cache limiter...

2007-08-05 Thread Nisse Engström
On Fri, 20 Jul 2007 16:39:51 -0500 (CDT), "Richard Lynch" wrote: > Did you save it as UTF-8 with that byte-order-mark (BOM) thingie? > > Does UTF-8 even HAVE a BOM? : "byte order markFEFF" U+FEFF is in UTF-8. /Nisse -- PHP Genera

Re: [PHP] session_start(): Cannot send session cache limiter...

2007-07-21 Thread Wesley Acheson
From: "Richard Lynch" <[EMAIL PROTECTED]> To: "Vanessa Vega" <[EMAIL PROTECTED]> Date: Fri, 20 Jul 2007 16:39:51 -0500 (CDT) Subject: Re: [PHP] session_start(): Cannot send session cache limiter... On Fri, July 20, 2007 3:17 am, Paul Scott wrote: > > On F

Re: [PHP] session_start(): Cannot send session cache limiter...

2007-07-20 Thread Richard Lynch
On Fri, July 20, 2007 3:17 am, Paul Scott wrote: > > On Fri, 2007-07-20 at 16:01 +0800, Vanessa Vega wrote: >> I already put session_start() on topmost part of the file..but i >> saved the >> file as utf-8..and that seems to be the problem..can anyone share >> their >> knowledge on this? >> > Set

Re: [PHP] session_start(): Cannot send session cache limiter...

2007-07-20 Thread Paul Scott
On Fri, 2007-07-20 at 16:01 +0800, Vanessa Vega wrote: > I already put session_start() on topmost part of the file..but i saved the > file as utf-8..and that seems to be the problem..can anyone share their > knowledge on this? > Set your error_reporting to at least E_ALL and check that there ar

[PHP] session_start(): Cannot send session cache limiter...

2007-07-20 Thread Vanessa Vega
Hello to all! I encountered this error when the site is uploaded on the server: session_start(): Cannot send session cache limiter - headers already sent I already put session_start() on topmost part of the file..but i saved the file as utf-8..and that seems to be the problem..can anyone s