Hey, there!
Got a problem updating to Beta 5 from Beta 4. Server is running on Ubuntu/nginx
I made update manually:
- set the forum's default language to English
- turned off all third party extension in the admin panel
- replaced composer.json with (a file from source - https://github.com/flarum/flarum/releases/tag/v0.1.0-beta.5)
- ran composer update (no errors)
- ran php flarum migrate (no errors)
- ran rm -Rf assets/*.js assets/*.css storage/cache/* storage/formatter/* storage/views/*
- removed 'extension' directory (because it is said it was removed - https://github.com/flarum/flarum/releases/tag/v0.1.0-beta.5)
Now all the forum's text labels are gone:
also tags are gone too (I had 3 tags):
As you can see some extension images are missing too.
Any ideas how to fix this?
P.S. I have strict user permissions on my VPS. nginx runs with user www-data, forum files' owner is a different user. During forum installation I set some directories write permissions for nginx user (cache/, assets/, etc). But during the update I accidentally reset all permissions to the directories and had to set the them again. Maybe the problem is about the directory permissions set wrong, I just can't figure it out myself.