Hey there, so I just ran the command composer update --prefer-dist --no-dev -a --with-all-dependencies
inside of my flarum directory. That command worked fine but then, when I went to run php flarum migrate
this error occurred:
PHP Fatal error: Uncaught ReflectionException: Class Reflar\LevelRanks\Listeners\LoadSettingsFromDatabase does not exist in /var/www/titanlabs-flarum/vendor/illuminate/container/Container.php:779
Stack trace:
#0 /var/www/titanlabs-flarum/vendor/illuminate/container/Container.php(779): ReflectionClass->__construct('Reflar\\LevelRan...')
#1 /var/www/titanlabs-flarum/vendor/illuminate/container/Container.php(658): Illuminate\Container\Container->build('Reflar\\LevelRan...')
#2 /var/www/titanlabs-flarum/vendor/illuminate/container/Container.php(609): Illuminate\Container\Container->resolve('Reflar\\LevelRan...', Array)
#3 /var/www/titanlabs-flarum/vendor/flarum/core/src/Foundation/Application.php(521): Illuminate\Container\Container->make('Reflar\\LevelRan...', Array)
#4 /var/www/titanlabs-flarum/vendor/illuminate/events/Dispatcher.php(154): Flarum\Foundation\Application->make('Reflar\\LevelRan...')
#5 /var/www/titanlabs-flarum/vendor/illuminate/events/Dispatcher.php(140): Illuminate\Events\Dispatcher->resolveSubscriber('Reflar\\ in /var/www/titanlabs-flarum/vendor/illuminate/container/Container.php on line 779
I'm not that experienced, so any kind of small error could have happened. I apologise in advance if this is just from misreading something.