Page 1 of 1
php-Gentoo linux
Posted: Wed Sep 24, 2003 7:20 am
by devork
I made few pages that handles sessions and tested them on redhat linux 9.0 and they worked fine but when I tested them on the gentoo linux it gave me error cache delimater already send .............blala
(have used ob_start() to handle out put buffering )
does any one know how to remove that error
using :php 4.3.2
gentoo linux
apache 2.0
Posted: Wed Sep 24, 2003 9:58 am
by Stoker
The whole error message please (copy/paste)
does it fail on a line number? if so, what line and what do you have on the that line in the script and a few lines before that?
Posted: Mon Sep 29, 2003 8:37 am
by devork
it is all about headers
header already send at line ....
i have remove this error on RH linux with ob_start() ..but how to remove it from gentoo ...
Posted: Mon Sep 29, 2003 12:42 pm
by volka
header already send at line ....
and that's the interesting part. I doubt it to be a gentoo-specific problem, maybe it's related to the default settings of the php-ebuild but than you probably should remove the cause, not the symptom.
Can you provide us a codesnippet around the two locations mentioned in your error message? And the error message itself, please?