xasharma edit the extensions_enabled
key in the settings
table, copy the current value somewhere safe. Remove half of the entries and run php flarum cache:clear
from the commandline.
- If this solves the issue, copy the backed up value into the database but remove only a quarter of the extensions
- If this does not solve the issue, remove the other half.
Next step is to keep removing entries until you narrowed the issue down to the one that is causing it.
Make sure the extensions_enabled
value is valid JSON, it always looks like:
["flarum-tags","flarum-mentions"]
etc, it can never end with a comma: ["flarum-tags","flarum-mentions",]
it always needs to have the brackets surrounding it, it needs to use double quotes. You can use an online JSON checker if you want to be sure.
If this process is posing to be a problem, you might want to get someone to look at this directly.