Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I install it ? #8

Open
SanderNunes opened this issue May 8, 2020 · 8 comments
Open

How do I install it ? #8

SanderNunes opened this issue May 8, 2020 · 8 comments

Comments

@SanderNunes
Copy link

Hi, greetings i'm having problems on how to install that, i'm reading the readme file but still when i go to login its says "Unkown Connection Error."

@Shikongo-Veijo
Copy link

Was this attend to?

@dolphinotaku
Copy link
Owner

dolphinotaku commented Aug 17, 2020

hey, if you want to get help, why don't you upload the log of HTTP request and response.
or could you try to resolve it?

@Shikongo-Veijo
Copy link

Shikongo-Veijo commented Aug 17, 2020

Thank you for the feedback. I do not know if there is something I am not doing right. It is like not connecting to the DB. I created the DB in MySQL. Import the latest sql file. Here is my DB connection config file

`date_default_timezone_set('Africa/harare')

/**

  • Configuration for: Database Connection
  • DB_HOST: database host, usually it's "127.0.0.1" or "localhost", some servers also need port info
  • DB_NAME: name of the database. please note: database and database table are not the same thing
  • DB_USER: user for your database. the user needs to have rights for SELECT, UPDATE, DELETE and INSERT.
  • DB_PASS: the password of the above user
    */
    define("_DB_HOST", "localhost", true);
    define("_DB_NAME", "evaluation360", true);
    define("_DB_USER", "root", true);
    define("_DB_PASS", "", true);` //no password

and here is the we config.js

`// JavaScript Document
// both are not include '/' at the end

var serverHost = "http://localhost/Evaluation";
var webRoot = "http://localhost/Evaluation";`
//Evaluation the folder where the project files are under the webserver

error i am getting -> "Unkown Connection Error."

@dolphinotaku
Copy link
Owner

try to use your hosting machine IP instead of using localhost

@FishmanNamibia
Copy link

I would like to make use of this. can I have your contact to discuss further?

@stevensalbert
Copy link

@dolphinotaku I am getting the same problem. Getting "Unkown Connection Error." Can you help me please? =/

@Hizbe-Ethiopia
Copy link

@dolphinotaku Here I am also getting the same problem. Getting " Unknown Connection Error." Can you help me please?

@Shikongo-Veijo
Copy link

Shikongo-Veijo commented Jun 1, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants