This repository was archived by the owner on Nov 2, 2024. It is now read-only.
Replies: 1 comment
-
Fixed, thanks for your help! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I know the update script says 2.6.0 will break the installation but I decided to try it anyways for fun. Sure enough it broke the installation. The main issue holding up running the service was
For me to fix it I had to install some php tools so I ran
apt install composer
and then I could runcomposer dump-autoload
which was able to fix my installation. Now I'm happily running v2.6.1 on my server.Beta Was this translation helpful? Give feedback.
All reactions