Frug / AJAX-Chat

A fully customizable web chat implemented in JavaScript, PHP and MySQL which integrates nicely with common forum systems like phpBB, MyBB, FluxBB, SMF and vBulletin. A Flash and Ruby based socket connection can be used to boost performance.
http://frug.github.io/AJAX-Chat/
546 stars 300 forks source link

Problem with phbpp3 #221

Closed jesuskaoz closed 8 years ago

jesuskaoz commented 8 years ago

i have this structure for the chat: http://example.org/chat http://example.org/forum

and I edit the lib/custom.php but this warning show when I acces the chat:

[phpBB Debug] PHP Warning: in file /hermes/bosnaweb06a/b2451/ipg.myweb/chat/lib/class/AJAXChat.php on line 2479: session_start(): open(/var/php_sessions/sess_84ecef150d4db19169aeac863c7c3b18, O_RDWR) failed: No such file or directory (2) [phpBB Debug] PHP Warning: in file /hermes/bosnaweb06a/b2451/ipg.myweb/chat/lib/class/AJAXChat.php on line 2479: session_start(): Cannot send session cookie - headers already sent by (output started at /hermes/bosnaweb06a/b2451/ipg.myweb/chat/index.php:1) [phpBB Debug] PHP Warning: in file /hermes/bosnaweb06a/b2451/ipg.myweb/chat/lib/class/AJAXChat.php on line 2479: session_start(): Cannot send session cache limiter - headers already sent (output started at /hermes/bosnaweb06a/b2451/ipg.myweb/chat/index.php:1) [phpBB Debug] PHP Warning: in file /hermes/bosnaweb06a/b2451/ipg.myweb/chat/lib/class/AJAXChatHTTPHeader.php on line 36: Cannot modify header information - headers already sent by (output started at /hermes/bosnaweb06a/b2451/ipg.myweb/chat/index.php:1) [phpBB Debug] PHP Warning: in file /hermes/bosnaweb06a/b2451/ipg.myweb/chat/lib/class/AJAXChatHTTPHeader.php on line 37: Cannot modify header information - headers already sent by (output started at /hermes/bosnaweb06a/b2451/ipg.myweb/chat/index.php:1) [phpBB Debug] PHP Warning: in file /hermes/bosnaweb06a/b2451/ipg.myweb/chat/lib/class/AJAXChatHTTPHeader.php on line 41: Cannot modify header information - headers already sent by (output started at /hermes/bosnaweb06a/b2451/ipg.myweb/chat/index.php:1) [phpBB Debug] PHP Warning: in file /hermes/bosnaweb06a/b2451/ipg.myweb/chat/lib/class/AJAXChatHTTPHeader.php on line 45: Cannot modify header information - headers already sent by (output started at /hermes/bosnaweb06a/b2451/ipg.myweb/chat/index.php:1)

what i do wrong? what should i do?

fjwilson commented 8 years ago

I think the structure of the chat is off should be http://example.org/forum/chat. Unless http://example.org is your forum link then it would be http://example.org/chat. These maybe related to the version of php you are using. You can turn off warnings in index.php.

On Tue, Jan 19, 2016 at 11:38 PM, jesuskaoz notifications@github.com wrote:

i have this structure for the chat: http://exampleorg/chat http://exampleorg/forum

and I edit the lib/customphp but this warning show when I acces the chat:

[phpBB Debug] PHP Warning: in file /hermes/bosnaweb06a/b2451/ipgmyweb/chat/lib/class/AJAXChatphp on line 2479: session_start(): open(/var/php_sessions/sess_84ecef150d4db19169aeac863c7c3b18, O_RDWR) failed: No such file or directory (2) [phpBB Debug] PHP Warning: in file /hermes/bosnaweb06a/b2451/ipgmyweb/chat/lib/class/AJAXChatphp on line 2479: session_start(): Cannot send session cookie - headers already sent by (output started at /hermes/bosnaweb06a/b2451/ipgmyweb/chat/indexphp:1) [phpBB Debug] PHP Warning: in file /hermes/bosnaweb06a/b2451/ipgmyweb/chat/lib/class/AJAXChatphp on line 2479: session_start(): Cannot send session cache limiter - headers already sent (output started at /hermes/bosnaweb06a/b2451/ipgmyweb/chat/indexphp:1) [phpBB Debug] PHP Warning: in file /hermes/bosnaweb06a/b2451/ipgmyweb/chat/lib/class/AJAXChatHTTPHeaderphp on line 36: Cannot modify header information - headers already sent by (output started at /hermes/bosnaweb06a/b2451/ipgmyweb/chat/indexphp:1) [phpBB Debug] PHP Warning: in file /hermes/bosnaweb06a/b2451/ipgmyweb/chat/lib/class/AJAXChatHTTPHeaderphp on line 37: Cannot modify header information - headers already sent by (output started at /hermes/bosnaweb06a/b2451/ipgmyweb/chat/indexphp:1) [phpBB Debug] PHP Warning: in file /hermes/bosnaweb06a/b2451/ipgmyweb/chat/lib/class/AJAXChatHTTPHeaderphp on line 41: Cannot modify header information - headers already sent by (output started at /hermes/bosnaweb06a/b2451/ipgmyweb/chat/indexphp:1) [phpBB Debug] PHP Warning: in file /hermes/bosnaweb06a/b2451/ipgmyweb/chat/lib/class/AJAXChatHTTPHeaderphp on line 45: Cannot modify header information - headers already sent by (output started at /hermes/bosnaweb06a/b2451/ipgmyweb/chat/indexphp:1)

what i do wrong? what should i do?

— Reply to this email directly or view it on GitHub https://github.com/Frug/AJAX-Chat/issues/221.

Frug commented 8 years ago

Please use groups for help and keep issues for bugs.