I'm installing phpESP in a hosting with a farm of servers. I'm getting
those warnigns.
Warning: session_start(): Cannot send session cookie -
headers already sent by (output started at
/home/masmulti/public_html/encuesta.php:11) in
/home/masmulti/public_html/phpESP/public/handler-prefix.php on line 59
Warning: session_start(): Cannot send session cache limiter - headers
already sent (output started at /home/masmulti/public_html/encuesta.php:
11) in /home/masmulti/public_html/phpESP/public/handler-prefix.php on
line 59
In the installation guide section 4.b it talks about problems
with sessions in this kind of installation and mention the
session_save_path(). I found these message http://sourceforge.
net/mailarchive/message.php?msg_id=1240649 in the mailing list. I have
inserted:
session_save_path("home/masmulti/public_html/phpESP/tmp");
above de session_start() in the manage.php and the handler-prefix.php
but I continue with the same error when I test my survey in the
standalone mode or when I put it into another web page.
Best Regards.
|