Warning: openlog() expects parameter 3 to be long, string given in C:\Program Files\xampp\htdocs\openchat\include\class.Logger.inc on line 68
Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\xampp\htdocs\openchat\include\class.Logger.inc:68) in C:\Program Files\xampp\htdocs\openchat\index.php on line 350
Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\xampp\htdocs\openchat\include\class.Logger.inc:68) in C:\Program Files\xampp\htdocs\openchat\index.php on line 351
how can we fix this issue. really appreciate early replay.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
ON my current CHAT SERVICE, there is a way to view and save everything that was written in a chat session.
I use my chat room as an educational platform for Professional Photographers.
ONCE a month I have a guest speaker come in and give us a virtual seminar....
I like saving these chat sessions for resale as transcripts.
IS there any way to save a chat session using phpopenchat?????
THANK YOU FOR THIS FORUM!!!!
Yours,
Kirk Voclain
Hello,
I have the same need, of saving chat sessions.
How can we do this?
Cheers,
Renato
Look at your config.inc.php file. There is a line of code there which you can change, which logs your conversations.
-----------------------------
define('NO_LOGGING', true);
-----------------------------
Set this to false.
Hi Richard,
I also have the same need, I changed the
define('NO_LOGGING', false);
then it will generate a warning.
Warning: openlog() expects parameter 3 to be long, string given in C:\Program Files\xampp\htdocs\openchat\include\class.Logger.inc on line 68
Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\xampp\htdocs\openchat\include\class.Logger.inc:68) in C:\Program Files\xampp\htdocs\openchat\index.php on line 350
Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\xampp\htdocs\openchat\include\class.Logger.inc:68) in C:\Program Files\xampp\htdocs\openchat\index.php on line 351
how can we fix this issue. really appreciate early replay.
Is it possible to change log files directory?