#500 server error

6 messages · Page 1 of 1 (latest)

rugged otterBOT
#

Hey @digital moss! Post your Panel logs to find out more information about the cause of your 500 server errors tail -n 150 /var/www/pterodactyl/storage/logs/laravel-$(date +%F).log | nc pteropaste.com 99
I have found the following for: https://pteropaste.com/ba6pxd3351d1/
@digital moss; 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.1 https://pterodactyl.io/guides/php_upgrade.html

digital moss
#

root@minecraft-server:/var/www/pterodactyl# apt -y install php8.1 php8.1-{cli,gd,mysql,pdo,mbstring,tokenizer,bcmath,xml,fpm,curl,zip}
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'php8.1-common' instead of 'php8.1-pdo'
Note, selecting 'php8.1-common' instead of 'php8.1-tokenizer'
php8.1 is already the newest version (8.1.22-1+ubuntu22.04.1+deb.sury.org+1).
php8.1-bcmath is already the newest version (8.1.22-1+ubuntu22.04.1+deb.sury.org+1).
php8.1-cli is already the newest version (8.1.22-1+ubuntu22.04.1+deb.sury.org+1).
php8.1-common is already the newest version (8.1.22-1+ubuntu22.04.1+deb.sury.org+1).
php8.1-curl is already the newest version (8.1.22-1+ubuntu22.04.1+deb.sury.org+1).
php8.1-fpm is already the newest version (8.1.22-1+ubuntu22.04.1+deb.sury.org+1).
php8.1-gd is already the newest version (8.1.22-1+ubuntu22.04.1+deb.sury.org+1).
php8.1-mbstring is already the newest version (8.1.22-1+ubuntu22.04.1+deb.sury.org+1).
php8.1-mysql is already the newest version (8.1.22-1+ubuntu22.04.1+deb.sury.org+1).
php8.1-xml is already the newest version (8.1.22-1+ubuntu22.04.1+deb.sury.org+1).
php8.1-zip is already the newest version (8.1.22-1+ubuntu22.04.1+deb.sury.org+1).
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.

rugged otterBOT
#

There were too many logs to read @digital moss. Please post 5 or less. Alternatively, please share larger logs using paste sites, such as pteropaste or hastebin.

digital moss
rugged otterBOT
digital moss
#

still got the same error