Console not working after Panel 1.2.2 upgrade #3024
-
I just upgraded to Panel 1.2.2 and Wings 1.2.3. Now, the console is not working. It's stuck on "Connecting" and I just see the loading circle spinning. On the main page, I still get the server stats and it says that the server is online. Also, wings is running as it has a green heart on the nodes page
In the console I see error 500. I ran the Wings diagnostics command and got this: https://ptero.co/izenowezum It does give an error but I have no idea what to make of it. If you need any additional info please let me know |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ok, so I figured it out. Basically my system had automatically upgraded to PHP 8 and Composer tried to update the dependencies. It tried to do some other weird command which failed as well. I downgraded PHP 8 to PHP 7.4 with this command
I then deleted the vendor folder and did the upgrade procedure from the very beginning over again. This resolved the issue. |
Beta Was this translation helpful? Give feedback.
Ok, so I figured it out. Basically my system had automatically upgraded to PHP 8 and Composer tried to update the dependencies. It tried to do some other weird command which failed as well. I downgraded PHP 8 to PHP 7.4 with this command
I then deleted the vendor folder and did the upgrade procedure from the very beginning over again. This resolved the issue.