I have installed the latest version of chat and the admin and user registration sides work fine. However when anyone tries to login to a chatroom it gives loads of error messages, (shown below) although shows the user actually logged into the chatroom when they are taken back to the index screen.
I have been looking at this problem for ages now - can someone please help
PS I have replaced the name of the domain with "domain" in the path as the site is not yet ready
Thanks
Warning: Cannot add header information - headers already sent by (output started at /usr/local/psa/home/vhosts/domain/httpdocs/member/phpOpenChat/english_inc.php:517) in /usr/local/psa/home/vhosts/domain/httpdocs/member/phpOpenChat/login_inc.php on line 290
Warning: Cannot send session cookie - headers already sent by (output started at /usr/local/psa/home/vhosts/domain/httpdocs/member/phpOpenChat/english_inc.php:517) in /usr/local/psa/home/vhosts/domain/httpdocs/member/phpOpenChat/index.php on line 62
Warning: Cannot send session cache limiter - headers already sent (output started at /usr/local/psa/home/vhosts/domain/httpdocs/member/phpOpenChat/english_inc.php:517) in /usr/local/psa/home/vhosts/domain/httpdocs/member/phpOpenChat/index.php on line 62
Warning: Cannot add header information - headers already sent by (output started at /usr/local/psa/home/vhosts/domain/httpdocs/member/phpOpenChat/english_inc.php:517) in /usr/local/psa/home/vhosts/domain/httpdocs/member/phpOpenChat/index.php on line 76
Warning: Cannot add header information - headers already sent by (output started at /usr/local/psa/home/vhosts/domain/httpdocs/member/phpOpenChat/english_inc.php:517) in /usr/local/psa/home/vhosts/domain/httpdocs/member/phpOpenChat/index.php on line 77
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
your error message is right: somewhere outside the <? and ?> in file english_inc.php is at least one whitespace. look at line 517 and edit this and all will work fine
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
I have installed the latest version of chat and the admin and user registration sides work fine. However when anyone tries to login to a chatroom it gives loads of error messages, (shown below) although shows the user actually logged into the chatroom when they are taken back to the index screen.
I have been looking at this problem for ages now - can someone please help
PS I have replaced the name of the domain with "domain" in the path as the site is not yet ready
Thanks
Warning: Cannot add header information - headers already sent by (output started at /usr/local/psa/home/vhosts/domain/httpdocs/member/phpOpenChat/english_inc.php:517) in /usr/local/psa/home/vhosts/domain/httpdocs/member/phpOpenChat/login_inc.php on line 290
Warning: Cannot send session cookie - headers already sent by (output started at /usr/local/psa/home/vhosts/domain/httpdocs/member/phpOpenChat/english_inc.php:517) in /usr/local/psa/home/vhosts/domain/httpdocs/member/phpOpenChat/index.php on line 62
Warning: Cannot send session cache limiter - headers already sent (output started at /usr/local/psa/home/vhosts/domain/httpdocs/member/phpOpenChat/english_inc.php:517) in /usr/local/psa/home/vhosts/domain/httpdocs/member/phpOpenChat/index.php on line 62
Warning: Cannot add header information - headers already sent by (output started at /usr/local/psa/home/vhosts/domain/httpdocs/member/phpOpenChat/english_inc.php:517) in /usr/local/psa/home/vhosts/domain/httpdocs/member/phpOpenChat/index.php on line 76
Warning: Cannot add header information - headers already sent by (output started at /usr/local/psa/home/vhosts/domain/httpdocs/member/phpOpenChat/english_inc.php:517) in /usr/local/psa/home/vhosts/domain/httpdocs/member/phpOpenChat/index.php on line 77
your error message is right: somewhere outside the <? and ?> in file english_inc.php is at least one whitespace. look at line 517 and edit this and all will work fine