pterodactyl / panel

Pterodactyl® is a free, open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.
https://pterodactyl.io
Other
6.81k stars 1.74k forks source link

Error 500 while trying to save settings on the panel #1834

Closed alsoGAMER closed 4 years ago

alsoGAMER commented 4 years ago

Background (please complete the following information):

Describe the bug If i go to the panel settings and try to save any change, a 500 error will be returned Panel: PHP 7.2.28-1+0~20200220.36+debian10~1.gbpcf4a75

To Reproduce Steps to reproduce the behavior:

  1. Go to 'panel settings'
  2. Edit anything
  3. Click on 'Save'
  4. Error 500

Expected behavior The panel should work fine

Additional logs http://bin.ptdl.co/gv6mh

notAreYouScared commented 4 years ago

Are you using a custom theme? Are any other versions of PHP installed?

alsoGAMER commented 4 years ago

Are you using a custom theme? Are any other versions of PHP installed?

No custom theme, yes I've other versions of PHP, but I've configured the system to use php 7.2 by default

notAreYouScared commented 4 years ago

Hmm, are one of those other versions PHP 7.4?

alsoGAMER commented 4 years ago

Hmm, are one of those other versions PHP 7.4?

Yes

notAreYouScared commented 4 years ago

Hmm, would it be possible to remove that version, 7.4, and see if you still get the same error? as we know the panel isn't compatible with that version.

alsoGAMER commented 4 years ago

Hmm, would it be possible to remove that version, 7.4, and see if you still get the same error? as we know the panel isn't compatible with that version.

Sadly nope..

But i can try on another server

notAreYouScared commented 4 years ago

If you could, that'd be great.

alsoGAMER commented 4 years ago

Ok, now it is working, great!

But, when the compatibility with PHP 7.4 will be added?

notAreYouScared commented 4 years ago

According to Dane, its a priority to have 7.4 compatibility soon

https://github.com/pterodactyl/panel/issues/1777#issuecomment-589190915

alsoGAMER commented 4 years ago

Noice, thanks for the information!