Hi all. l have BIG problem with Ajax chat instalation. The problem is next!
l m going step by step instalation instruction, but l have this error:
SQL ERROR [ mysql4 ]
Incorrect string value: '\xE2\x99\xA5 Le...' for column 'username' at row 1 [1366]
SQL
INSERT INTO phpbb_chat_sessions (user_id, username, user_colour, user_login, user_lastupdate) VALUES ('2', 'DeXy ♥ LeNiCu', '00FF33', 1332215564, 1332215564)
BACKTRACE
FILE: [ROOT]/includes/db/mysql.php
LINE: 175
CALL: dbal->sql_error()
FILE: [ROOT]/shout.php
LINE: 90
CALL: dbal_mysql->sql_query()
FILE: [ROOT]/index.php
LINE: 29
CALL: include('[ROOT]/shout.php')
when l add this code in my index.php:
//-- mod : AJAX Chat ----------------------------------------------------
//-- add
include($phpbb_root_path . 'shout.' . $phpEx);
//-- fin mod : AJAX Chat ------------------------------------------------
after: $user->setup('viewforum');
I tried to transfer the shout.php at includes folder in my directory, then the forum works, but throws this error via Header:
[phpBB Debug] PHP Warning: in file [ROOT]/index.php on line 29: include(./shout.php) [function.include]: failed to open stream: No such file or directory
[phpBB Debug] PHP Warning: in file [ROOT]/index.php on line 29: include(./shout.php) [function.include]: failed to open stream: No such file or directory
[phpBB Debug] PHP Warning: in file [ROOT]/index.php on line 29: include() [function.include]: Failed opening './shout.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php')
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4672: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4674: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4675: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4676: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
On my other forum I installed without any problems, but this can not be. Here i print screen!
http://www.dodaj.rs/f/u/LA/KAKKCpQ/ajax.png
Does anyone know how to solve this problem? I tried to replace the files that need to edit, the forum in which to chat, I asked a million people, nobody knows, we tried in all ways, but nothing helps. : (
P.S. When I added up the browser "chat_install.php?mode=install", it said that I have successfully installed the chat and I delete the file from the root folder, and then this was a mistake.
Help! Thank you advance!





Here I will explain in the future if someone happens the same mistake!


