msaad1999 / KLiK-SocialMediaWebsite

Complete PHP-based Login/Registration system, Profile system, Chat room, Forum system and Blog/Polls/Event Management System.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unknown database 'klik_database'

BrexeGT opened this issue · comments

commented

this is the only issue i cannot connect with localhost

there are two IPs you can use to connect to localhost:

  • 0.0.0.0 ()
  • 127.0.0.1 (this is more used on Windows)

Use these as your domain name. It also depends if your database is active. Any information would be appreciated, like what database you are using etc.

Just in case, do ensure you have created a new database with the provided SQL dump (see README) and use either the database name being used by the configuration or edit the code scripts to connect with a different database name

Closing due to inactivity.