Successfully installed phpopenchat 2.3.0 and the admin forms work very well.
Registered a user, and log in to chatroom, but get returned to the chatroom login screen even though the user is listed as being in the chatroom. Unable to display the chatroom screen.
The database appears to be working - am able to modify admin records.
But no chat display - Why?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i dont think this would be the right solution, cause using session is the default behavior of the chat.
maybe your session-save-path was not right or something like that. doeas other allplication wih session work?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for the ideas. Setting $ENABLE_SESSION FALSE; allowed me to get into the chat. And YES the board tool does not work. I suspect there is a problem with the Apache mod version of php4; no access to php.ini - see link for details:
Successfully installed phpopenchat 2.3.0 and the admin forms work very well.
Registered a user, and log in to chatroom, but get returned to the chatroom login screen even though the user is listed as being in the chatroom. Unable to display the chatroom screen.
The database appears to be working - am able to modify admin records.
But no chat display - Why?
hello dave,
please post the link to your website and the chat.
horseman
I had the same problem.
Switching in defaults_inc.php $ENABLE_SESSION from TRUE to FALSE helped, even my provider is using PHP4.
You should get the chatroom, but likely you wont be able to use additional functions like "Pinnwand" and so on.
scutum
$ENABLE_SESSION = FALSE;//set to FALSE if you use PHP3!
i dont think this would be the right solution, cause using session is the default behavior of the chat.
maybe your session-save-path was not right or something like that. doeas other allplication wih session work?
Thanks for the ideas. Setting $ENABLE_SESSION FALSE; allowed me to get into the chat. And YES the board tool does not work. I suspect there is a problem with the Apache mod version of php4; no access to php.ini - see link for details:
http://www.vpshosting.net/support/virtual/web/mod/mod_php/
Regarding the Problem:
Cannot go to the chatroom.
my php info can be viewed at
http://communityofthebeloveddisciple.org/test.php
Are these parameters set correctely?
Dave Waite