FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

Critical problem with my phpopenchat engine

 


satheesh
Hi,

I am getting the following error in my chat engine. I have given the proper access rights to all the folders and files. Please have a look and advice me quickly as my chat engine cant be accessed now...

at /home/satheesh/domains/adarsh.frih.net/public_html/phpopenchat/index.php:63
[2] session_start(): Cannot send session cookie - headers already sent by (output started at /home/satheesh/domains/adarsh.frih.net/public_html/phpopenchat/Version.php:1Cool

Your webserver has no write permissions in "/home/satheesh/domains/adarsh.frih.net/public_html/phpopenchat/tmp"!
Use the Installer to install your chat! Or in your favorite shell, do the following:
chmod 777 /home/satheesh/domains/adarsh.frih.net/public_html/phpopenchat/tmp
and press ENTER.

Thanks in advance,
Satheesh

P.S: I am getting a similar error in my forum too with the header..
AftershockVibe
For some reason the script is trying to start a session after data has already been sent to the browser. PHP really doesn't like that.

Make sure that session_start() comes before anything else at the top of your pages.
BlackSkad
Read this: Defaced websites. It explains everything...
wumingsden
BlackSkad wrote:
Read this: Defaced websites. It explains everything...


I don't believe that it is causing this problem. satheesh, I have PM'ed you about the two problems
Reply to topic    Frihost Forum Index -> Scripting -> Php and MySQL

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.