Skip to content
Discussion options

You must be logged in to vote

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

sudo rm /etc/alternatives/php; sudo ln -s /usr/bin/php7.4 /etc/alternatives/php;

I then deleted the vendor folder and did the upgrade procedure from the very beginning over again. This resolved the issue.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Telesphoreo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant