#Database Error

7 messages · Page 1 of 1 (latest)

minor fox
#

I just installed php8.1 on my ubuntu server and i got some errors now:
I can't login with my previous logins created by pterodactyl and of course i reuptaded my database user. While i can login with my admin login with phpmyadmin, i can't lookup anymore on the users of pterodactyl 😦

void ploverBOT
#

You'll need to grab the error logs from the Panel. The following command uploads the last 100 lines of this day's log to our pastebin and provides a link you can share.
tail -n 100 /var/www/pterodactyl/storage/logs/laravel-$(date +%F).log | nc pteropaste.com 99

upper quail
#

That stacktrace is a bit long. Can you try this instead. I fetches more lines
tail -n 200 /var/www/pterodactyl/storage/logs/laravel-$(date +%F).log | nc pteropaste.com 99

void ploverBOT
minor fox
#

oh

#

Fixed ^^