#503 Service Unavailable
20 messages · Page 1 of 1 (latest)
I have found the following for: https://ptero.co/emofurihoz
@patent citrus; 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.3 https://pterodactyl.io/guides/php_upgrade.html
I have found the following for: https://ptero.co/ecurefenuy
@patent citrus; 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.3 https://pterodactyl.io/guides/php_upgrade.html
composer self-update --2
You are already using the latest available Composer version 2.8.4 (2.x channel).
root@dargotamber:/var/www/pterodactyl# php artisan migrate --seed --force
Illuminate\Database\QueryException
SQLSTATE[HY000] [1045] Access denied for user 'pterodactyl'@'localhost' (using password: NO) (Connection: mysql, SQL: select table_name as name, (data_length + index_length) as size, table_comment as comment, engine as engine, table_collation as collation from information_schema.tables where table_schema = 'panel' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED') order by table_name)
at vendor/laravel/framework/src/Illuminate/Database/Connection.php:829
825▕ $this->getName(), $query, $this->prepareBindings($bindings), $e
826▕ );
827▕ }
828▕
➜ 829▕ throw new QueryException(
830▕ $this->getName(), $query, $this->prepareBindings($bindings), $e
831▕ );
832▕ }
833▕ }
+36 vendor frames
37 artisan:35
Illuminate\Foundation\Console\Kernel::handle()
@patent citrus; You don't appear to be providing a password for your database connection. Make sure to provide one in your .env file or all authentication attempts will fail. Open the file and find DB_PASSWORD variable, do not add a new one. Remember to enclose it in double quotes such as DB_PASSWORD="mypassword"
You can open it directly with nano /var/www/pterodactyl/.env. Refresh config cache with cd /var/www/pterodactyl && php artisan config:clear
Error
An unexpected error was encountered while processing this request, please try again.
@patent citrus; You'll need to grab the error logs from the Panel. The following command uploads the last 150 lines of this day's log to our pastebin and provides a link you can share.
tail -n 150 /var/www/pterodactyl/storage/logs/laravel-$(date +%F).log | nc pteropaste.com 99
I have found the following for: https://ptero.co/ahujutenel
@patent citrus; 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.3 https://pterodactyl.io/guides/php_upgrade.html
Hey @patent citrus! 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://ptero.co/jijakixive
Oh dear, @patent citrus. It looks like you've probably edited the Panel's encryption keys. This is not a good thing... :/
If you have a backup of your Panel, please locate and restore the .env file from that backup. However, if you do not have a backup, your information is — unfortunately — toast, and cannot be recovered.
Please check out the following resource for more information on this: https://pterodactyl.io/panel/1.0/troubleshooting.html#invalid-mac-exception