-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incompatible with PHP 8.1 / Array to String Conversion Error #81
Comments
kakduman
changed the title
Incompatible with PHP 8.1
Incompatible with PHP 8.1 / Array to String Conversion Error
Feb 16, 2023
In components/modules/pterodactyl/lib/pterodactyl_rule.php replace parseEggVariable() with the following
|
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When creating a new server, proceeding to the "Review Order" step results in an HTTP Error 500. Logs show the following:
This makes it impossible to order new services on PHP 8.1. Reverting to PHP 7.4 fixes the issue. However, PHP 7.4 seems unable to provision pending services automatically, instead sending this notice to logs. The cron fails to complete and perpetually has a task lock.
I am using the latest Blesta (5.6.1) and the latest Pterodactyl module (1.8.1) running on Ubuntu 20.04.
The text was updated successfully, but these errors were encountered: