Following from my issue, I am experiencing the same issue with incorrectly compiled assets. As noted in my issue, php flarum info shows that no core extensions are enabled. I'm thinking now that the issue may be due to me manually modifying the database in order to try to disable offending extensions. To that end, could someone tell me if the following is sane output,
mysql> select * from <name>_settings where <name>_settings.key='extensions_enabled'
...
| extensions_enabled | ["flarum-approval","flarum-bbcode","flarum-emoji","flarum-flags","flarum-lang-english","flarum-likes","flarum-lock","flarum-markdown","flarum-mentions","flarum-pusher","flarum-statistics","flarum-sticky","flarum-subscriptions","flarum-suspend","flarum-tags"] |
...
If I set the field to, say, "[]", nothing changes in terms of the output of php flarum info, which indicates to me that that field is malformed and causing the extensions to not be loaded properly.