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 😦
#Database Error
7 messages · Page 1 of 1 (latest)
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
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
I have found the following for: https://pteropaste.com/kxcz74
@minor fox; You appear to be missing PHP extensions that are listed in the documentation dependencies list. They should have been installed if you followed the documentation.
Worry not, follow the PHP upgrade guide to install the required extensions for PHP 8 https://pterodactyl.io/guides/php_upgrade.html
Thanks Danny