Extension installation error with php 8.4
Someone who wants to install my Extension does run into troubles when installing it.
Pterodactyl:
Blueprint:
PHP:
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
Another user pointed out that this happens if php
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
2. Run
3. Run
Pterodactyl:
1.11.10Blueprint:
beta-2024-12PHP:
8.4.7Here 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/pterodactyl2. Run
apt remove --purge php8.4 php8.4-* -y to remove php 8.43. 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 dependecies