This is a discussion on Cannot send session cache limiter - headers already sent within the alt.comp.lang.php forums, part of the PHP Programming Forums category; nie wiem czemy ale session start nie dziala. mialem sobie servis na starym serwerze slackware i dzialala super teraz przenioslem ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
nie wiem czemy ale session start nie dziala.
mialem sobie servis na starym serwerze slackware i dzialala super teraz przenioslem ja na gentoo i mam taki problem juz na samym poczatku czyki sessiion start wyskakuje taki error Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/maugustyniak/workspace/mysmallgallery/index.php:1) in /home/maugustyniak/workspace/mysmallgallery/index.php on line 1 nie wiem w czym dzielo usunalem wszystko z tego pliku index co moze byc zwiazane z header, pozostawilem tylko to <?php session_start(); ?> <HTML> <HEAD> <LINK REL="stylesheet" HREF="style.css" TYPE="text/css"> </HEAD> <BODY> </BODY> </HTML> i dalej to samo, czy ktos spotkal sie z takim czyms linux gentoo net-www/apache-2.0.54-r31 dev-php/php-4.4.0-r4 linux slackware apache-1.3.31-i436 php-4.3.8-i486-1 kumpel ma podobna sytuacje kiedy wykupil gdzies hosting, wczesniej tez mial strone na slacku, powiedziano mu ze ma bledny kod. No ale co ja moge miec blednego skoro jest sobie index.php a w nim tylko zaczynam sesje ..hmm pomzcie prosze |
|
|||
|
ok now in english session start does not work I got this message Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/maugustyniak/workspace/mysmallgallery/index.php:1) in /home/maugustyniak/workspace/mysmallgallery/index.php on line 1 I got index.php and there only ... <?php session_start(); ?> > <HTML> > <HEAD> > > <LINK REL="stylesheet" HREF="style.css" TYPE="text/css"> > > > > </HEAD> > > <BODY> > > </BODY> > </HTML> I use gentoo system linux gentoo net-www/apache-2.0.54-r31 dev-php/php-4.4.0-r4 before I moved to gentoo it was working good on slackware apache-1.3.31-i436 php-4.3.8-i486-1 |
|
|||
|
On 2006-02-08, misiek <michaelaugustyniak@gazeta.pl> wrote:
> Warning: session_start(): Cannot send session cache limiter - headers > already sent (output started at || \||/ \/ > <?php session_start(); ?> ><HTML> ><HEAD> <?php session_start(); ?> <HTML> <HEAD> Bye. Jasen |