From: James E. F. <jf...@ac...> - 2002-03-28 03:00:21
|
On Thu, 28 Mar 2002, Kon Angelopoulos wrote: > Guys, > > I transfered my files to another box and in addition to the error message > posted before > it also came back with: > Warning: Cannot add header information - headers already sent by (output > started at > /***/***/***/***/phpESP-1.4beta3/admin/include/lib/espauth-default.inc:267) > in /***/***/***/***/phpESP-1.4beta3/admin/include/lib/espauth-default.inc on > line 155 > > Warning: Cannot add header information - headers already sent by (output > started at > /***/***/***/***/phpESP-1.4beta3/admin/include/lib/espauth-default.inc:267) > in /***/***/***/***/phpESP-1.4beta3/admin/include/lib/espauth-default.inc on > line 156 > > Kon There must be trailing whitespace (or DOS linefeeds) at the end of espauth-default.inc. Make sure it has just LFs and doesn't have trailing lines after the closing '?>' on the last line. Perhaps if you downloaded it from the webcvs, your browser decided to change that. -James |