Solved Still cant log in

Status
Not open for further replies.
Sep 26, 2021
6
3
3
#1
Here is the error message

Fatal error: Uncaught Error: Wrong parameters for Klein\Exceptions\UnhandledException([string $message [, long $code [, Throwable $previous = NULL]]]) in /var/www/html/vendor/klein/klein/src/Klein/Klein.php:954 Stack trace: #0 /var/www/html/vendor/klein/klein/src/Klein/Klein.php(954): Exception->__construct() #1 /var/www/html/vendor/klein/klein/src/Klein/Klein.php(645): Klein\Klein->error() #2 /var/www/html/routes.php(1264): Klein\Klein->dispatch() #3 /var/www/html/index.php(35): require_once('/var/www/html/r...') #4 {main} thrown in /var/www/html/vendor/klein/klein/src/Klein/Klein.php on line 954

Why is this appearing
 
Likes: qwerty1234
Sep 26, 2021
6
3
3
#8
New error message

Notice: A non well formed numeric value encountered in /var/www/html/vendor/klein/klein/src/Klein/Klein.php on line 954

Fatal error: Uncaught PDOException: SQLSTATE[58P01]: Undefined file: 7 ERROR: could not access status of transaction 3224633387 DETAIL: Could not open file "pg_xact/0C03": No such file or directory. in /var/www/html/classes/database.php:48 Stack trace: #0 /var/www/html/classes/database.php(48): PDOStatement->execute() #1 /var/www/html/classes/account.php(176): Database::query() #2 /var/www/html/classes/account.php(162): Account::addIp() #3 /var/www/html/routes.php(540): Account::Login() #4 [internal function]: {closure}() #5 /var/www/html/vendor/klein/klein/src/Klein/Klein.php(879): call_user_func() #6 /var/www/html/vendor/klein/klein/src/Klein/Klein.php(588): Klein\Klein->handleRouteCallback() #7 /var/www/html/routes.php(1264): Klein\Klein->dispatch() #8 /var/www/html/index.php(35): require_once('/var/www/html/r...') #9 {main} Next Klein\Exceptions\UnhandledException: SQLSTATE[58P01]: Undefined file: 7 ERROR: could not access status of transaction 3224633387 DETAIL: Could not open file "pg_xact/0C03": No such file o in /var/www/html/vendor/klein/klein/src/Klein/Klein.php on line 954
 
Status
Not open for further replies.
Top Bottom