I try to install phpopenchat. I do all the thing in the INSTALL file. I tried both, to copy all files from "includes" directory to "html" directory, and modify the php.ini file. I have also modified the defaults_inc.php. I can run the index.php page but when come to the frame_set.php page, error message as follows:
Not Found
The requested URL /var/www/html/phpopenchat-2.1.2/html/output.php was not found on this server.
Not Found
The requested URL /var/www/html/phpopenchat-2.1.2/html/input.php was not found on this server.
How to fix it?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This one sounds familiar. Make sure that you have the correct paths to your webserver and the installation directory of the chat in the defaults.inc, don't forget the /html !
I try to install phpopenchat. I do all the thing in the INSTALL file. I tried both, to copy all files from "includes" directory to "html" directory, and modify the php.ini file. I have also modified the defaults_inc.php. I can run the index.php page but when come to the frame_set.php page, error message as follows:
Not Found
The requested URL /var/www/html/phpopenchat-2.1.2/html/output.php was not found on this server.
Not Found
The requested URL /var/www/html/phpopenchat-2.1.2/html/input.php was not found on this server.
How to fix it?
This one sounds familiar. Make sure that you have the correct paths to your webserver and the installation directory of the chat in the defaults.inc, don't forget the /html !
$INSTALL_DIR = "/phpopenchat-2.1.2/html";
$CHATSERVERNAME = "http://www.yourserver.com";
Hope that helps...
Andre
I dont see these variables in 2.3.1 default.inc file..will someone tell me if I need to add them or what...
Thank you, I solve the problem now.