#500 Server Error when changing FQDN
1 messages · Page 1 of 1 (latest)
I have found the following for: https://pteropaste.com/4i6ol2dsqmx8
@low plume; 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
(i installed the extensions, updated the system, restarted it, and also restarted nginx and pteroq/wings, no idea why its sitll saying that)
The logs dont show the error when changing the node settings because the queue worker errors and spams the log. You probably have php 8.2 installed
Run php -v to confirm and/ or check the pteroq.service file
apt purge php8.2*
I have found the following for: https://pteropaste.com/n8o2vjgdium3/
@low plume; 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
Is php -v now saying 8.1?
yeah 8.1.26
Did you restart pteroq?
Easy!
systemctl restart pteroq
Which is a problem with wrong file permissions
where are the log files stored? can try checking that
/var/www/pterodactyl/storage/logs
yep that fixed it