help error in script

administer

Compromised account. Please contact Support.
Joined
Nov 19, 2008
Messages
160
Reaction score
26
Hello,
How are you doing?
I'm desperate and need your help !
I have set a script on my site:
http://enmemoirede.com/tests.php
1. But have this error:
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/httpd/vhosts/enmemoirede.com/httpdocs/tests.php:4) in /home/httpd/vhosts/enmemoirede.com/httpdocs/weight.php on line 7
Thank you again for your help.
 
Inside weight.php is a session_start(), this needs to be called BEFORE you output something. Either buffer your output with ob_start() or, if your including script already started a session, comment this line out.
 
Thank you for your help. it works fine!
 
Back
Top