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

Website error. Contact admin to have it fixed

avinkr opened this issue · comments

I am getting login and signup error as Website error. Contact admin to have it fixed

reply to us ASAP

That is a generic error message made for normal users and is not a debug stack trace. Common occurrences of this may be due to database connectivity issues or some errors in the code in case any changes were made.

No changes were made, clean install, same error, php 8.1

login.php?error=sqlerror

Problem fixed, Your DB.sql, doesn't import to existing databease that is admin created, it creates its own klik_database.

$serverName = "localhost";
$dBUsername = "user";
$dBPassword = "pass";
$dBName = "klik_database"; (needs to be this, instead of the admin created database)