I've gotten this error a few times, "An error occurred while trying to load this page."
Before I was able to run "php flarum cache:clear" and clear the cache from my browser to fix it. This time around I'm stuck. I also tried removing my rev-manifest.json file in the assets folder.
Here is the error after turning debug mode on:
TypeError
Argument 1 passed to Flarum\Formatter\Event\Rendering::__construct() must be an instance of s9e\TextFormatter\Renderer, instance of __PHP_Incomplete_Class given, called in /var/www/html/vendor/flarum/core/src/Formatter/Formatter.php on line 78
Any suggestions on how to resolve this issue and perhaps stop it from happening in the future? It might have been caused by an extension I installed via composer. I installed Flarum reCAPTCHA Extension but I'm not sure its updated for beta 8, which is what i have. I removed the extension via composer.
Suggestions?