2023-02-21 17:05:10
2023-02-21 17:05:08
2023-02-21 16:37:35
1441040
Filtered word: nsfw
@Hypolite Petovan
Kind of low key I'm reaching out to you for guidance. Hopefully, you can give a link to a how-to for un-doing the mess I made.
Here's a link to the shell records of what I did to screw things up:
https://sites.google.com/view/ubuntuserver16-04/installing-friendica/are-you-kidding-me
The #TLDR is I mindlessly tried updating a server last night and later realized I skipped an update which everybody knows not to do. I think I made it worse when I panicked.
Right now even the login screen doesn't load.
It doesn't seem GIT worthy so I didn't bother to make an issue there, but I'll take any direction I can get from you.
Kind of low key I'm reaching out to you for guidance. Hopefully, you can give a link to a how-to for un-doing the mess I made.
Here's a link to the shell records of what I did to screw things up:
https://sites.google.com/view/ubuntuserver16-04/installing-friendica/are-you-kidding-me
The #TLDR is I mindlessly tried updating a server last night and later realized I skipped an update which everybody knows not to do. I think I made it worse when I panicked.
Right now even the login screen doesn't load.
It doesn't seem GIT worthy so I didn't bother to make an issue there, but I'll take any direction I can get from you.
Hypolite Petovan
•Filtered word: nsfw
bin/composer.phar
. We have to stay on Version 1 until we figure a way of not using thefxp/composer-asset-plugin
dependency.So it looks like your Friendica files are correctly pulled, now you need to clean up your Composer dependencies, you can delete the
vendor/
folder and run the following command from your Friendica root folder:php bin/composer.phar install --no-dev
.