Menu

installation problem

Hilfe/Help
Anonymous
2001-05-05
2002-10-27
  • Anonymous

    Anonymous - 2001-05-05

    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?

     
    • Andre Leitenberger

      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

       
      • Anonymous

        Anonymous - 2002-10-27

        I dont see these variables in 2.3.1 default.inc file..will someone tell me if I need to add them or what...

         
    • Anonymous

      Anonymous - 2001-05-06

      Thank you, I solve the problem now.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.