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!
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
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?
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?