Extension installation error with php 8.4
Someone who wants to install my Extension does run into troubles when installing it.
Pterodactyl:
1.11.10
Blueprint: beta-2024-12
PHP: 8.4.7
Here is the error message that pops up when installing the extension:
When looking at old messages inside this discord, I saw that one user had the same error message when running the command php artisan view:clear
.
Another user pointed out that this happens if php 8.4
is installed on the system.
The message I found with the same error message: https://discord.com/channels/1063548024825057451/1155504581762089052/1376265527499948203
Solution of another user: https://discord.com/channels/1063548024825057451/1155504581762089052/1376267872023609476
Just to be sure, are this the right steps to proceed in this situation?
1. Backup .env
inside /var/www/pterodactyl
2. Run apt remove --purge php8.4 php8.4-* -y
to remove php 8.4
3. Run apt -y install php8.3 php8.3-{common,cli,gd,mysql,mbstring,bcmath,xml,fpm,curl,zip} mariadb-server nginx tar unzip git redis-server
to install all ptero dependecies1 Reply
other than that, i dont really see much of an issue giving it a quick glance