Menu

No Admin Interface

Tobias O.
2002-07-01
2002-07-02
  • Tobias O.

    Tobias O. - 2002-07-01

    The Frameset loads but than comes nothing.
    Das saugt. ;o)
    Btw. there comes NO error or anything else.
    Just the <!-- blabla --> copyrights.

     
    • Tobias O.

      Tobias O. - 2002-07-02

      Just want to say that the v2.0 works fine.
      Only the v2.01 makes this problem.

       
    • Andreas Kansok

      Andreas Kansok - 2002-07-02

      Seems to be a problem, that no config_db.inc.php exists.
      Please visit: http://sourceforge.net/forum/message.php?msg_id=1607842

      Creating this file by hand with a texteditor and upload into phpay/ and phpay/admin directories should fix problem.

      config_db.inc.php contents the following lines:
      <?php
      $db_type = "mysql";
      $db_host = "name or IP of your db-server";
      $db_user = "username to access this server";
      $db_pass = "users password";
      $db_name = "databasename which contents tables of phPay";
      ?>

       

Log in to post a comment.