FullThrottle83
The backend of afrux/asirem has had some minor bugs since version 1.7
My approach is to disable it and use the backend of flarum instead.
To do this, locate the following files and comment out the following two sections of code.
/flarum/vendor/afrux/asirem/extend.php
/*
new \Afrux\ThemeBase\Extend\ExposeLaravelVersionToDashboard,
(new \Afrux\ThemeBase\Extend\DashboardLayout)
->splitToNavAndContent()
->normalizeStatusWidgetStructure()
->normalizeAdminHeaderStructure()
->normalizeExtensionPageStructure()
->normalizeUserTable(),
->addExtensionsPage(),
*/
/*
(new Extend\Frontend('admin'))
->js(__DIR__.'/js/dist/admin.js')
->css(__DIR__.'/less/admin.less')
->content(function (Document $document) {
$document->layoutView = "afrux-asirem::frontend.admin";
}),
*/
I just upgraded to 1.8, and the world is still beautiful.