jordanjay29 Did you follow the upgrade instructions exactly? Disable 3rd party extensions prior to upgrading. Run the following command at the root of your Flarum installation: composer update Navigate to yourforum.com/admin, enter your database password, and sit tight! Run the command php flarum cache:clear (or manually delete .js and .css files in the assets directory). Including disabling extensions and running the cache:clear command?
weazy jordanjay29 yes do cache:clear and go to /assets/ and remove all .js .css (6 files 3 css and 3 js) php flarum cache:clear Clearing the cache...
weazy im not do this step in start (Disable 3rd party extensions prior to upgrading.) mb its problem?
jordanjay29 If a hard refresh (CTRL+F5) doesn't fix the admin panel, then you probably have an extension that's not compatible. You can either physically remove it via vendor folder, or through the database in the settings table, extensions_enabled.
weazy ok i remove some in /vendor/ and all work but now in my Extensions list i have icons but i delete folders how i can update extensions list in admin panel?
weazy ok i find bag composer remove davis/flarum-ext-socialprofile and all work check this package if i install it -> admin panel broke! [solved]