Jump to content

stillpham

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by stillpham

  1. Dear, I can work now. Thanks for your help!! Actually, I think we should input MRBS requirement package for easier! Best regards, Stillpham
  2. Dear, I re-upload phpinfo file to you. Please have a look! Thanks Stillpham phpinfo.zip
  3. Dear, Please have a look attached file. Thanks for your advice. Thanks Still
  4. Dear, I can not attach my phpinfo. It informed error. Do you have another way for getting it? Thanks Stillpham phpinfo.tar.gz
  5. Dear , The error.log does not appear error. Could you guide me the right modules installed and enabled within PHP? I will check it again. Thanks Stillpham
  6. Dear, I tried to put another index.php into server. It can work well. But index.php of mrbs can not work. Thanks Stillpham
  7. Dear, yes, I can ping the server. I believe that no firewall between them because I can access to another website on the same server. Thanks Stillpham
  8. Dear, I am trying to connect by web browser on server. Thanks Stillpham
  9. Dear, I tried change mysqli to mysql and use IP instead of DNS. But The issue does not resolve. Do you have any idea? Thanks Stillpham
  10. Dear all, I trying to install MRBS on LINUX but after installing and configure. I go to URL http://mrbs.company.com. It appear blank white page (no content). Please help me!! Below is config.inc.php parameter. $timezone = "Asia/Bangkok"; /******************* * Database settings ******************/ // Which database system: "pgsql"=PostgreSQL, "mysql"=MySQL, // "mysqli"=MySQL via the mysqli PHP extension $dbsys = "mysqli"; // Hostname of database server. For pgsql, can use "" instead of localhost // to use Unix Domain Sockets instead of TCP/IP. For mysql/mysqli "localhost" // tells the system to use Unix Domain Sockets, and $db_port will be ignored; // if you want to force TCP connection you can use "127.0.0.1". $db_host = "localhost"; // If you need to use a non standard port for the database connection you // can uncomment the following line and specify the port number // $db_port = 1234; // Database name: $db_database = "mrbs"; // Schema name. This only applies to PostgreSQL and is only necessary if you have more // than one schema in your database and also you are using the same MRBS table names in // multiple schemas. //$db_schema = "public"; // Database login user name: $db_login = "root"; // Database login password: $db_password = 'duy123'; // Prefix for table names. This will allow multiple installations where only // one database is available $db_tbl_prefix = "mrbs_"; // Uncomment this to NOT use PHP persistent (pooled) database connections: // $db_nopersist = 1;
×
×
  • Create New...