Git Product home page Git Product logo

Comments (8)

Shikongo-Veijo avatar Shikongo-Veijo commented on May 25, 2024

Was this attend to?

from ppsp-360_degree_evaluation_system.

dolphinotaku avatar dolphinotaku commented on May 25, 2024

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?

from ppsp-360_degree_evaluation_system.

Shikongo-Veijo avatar Shikongo-Veijo commented on May 25, 2024

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."

from ppsp-360_degree_evaluation_system.

dolphinotaku avatar dolphinotaku commented on May 25, 2024

try to use your hosting machine IP instead of using localhost

from ppsp-360_degree_evaluation_system.

FishmanNamibia avatar FishmanNamibia commented on May 25, 2024

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

from ppsp-360_degree_evaluation_system.

stevensalbert avatar stevensalbert commented on May 25, 2024

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

from ppsp-360_degree_evaluation_system.

Hizbe-Ethiopia avatar Hizbe-Ethiopia commented on May 25, 2024

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

from ppsp-360_degree_evaluation_system.

Shikongo-Veijo avatar Shikongo-Veijo commented on May 25, 2024

from ppsp-360_degree_evaluation_system.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.