php-Gentoo linux

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!

Moderator: General Moderators

Post Reply
User avatar
devork
Forum Contributor
Posts: 213
Joined: Fri Aug 08, 2003 6:44 am
Location: p(h) developer's network

php-Gentoo linux

Post 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
User avatar
Stoker
Forum Regular
Posts: 782
Joined: Thu Jan 23, 2003 9:45 pm
Location: SWNY
Contact:

Post 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?
User avatar
devork
Forum Contributor
Posts: 213
Joined: Fri Aug 08, 2003 6:44 am
Location: p(h) developer's network

Post 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 ...
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post 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?
Post Reply