SkakashiS I updated to 1.8.10 myself and didn't encounter this issue. Maybe the extension was updated during the Flarum update?
After major updates, simply disabling and re-enabling the extension usually fixes problems.
Still, try these steps, and if the issue persists, I'll investigate further:
- Clear Cache
php flarum cache:clear
- Disable and Enable Extension
Disable and enable this extension on admin panel.
php flarum extension:disable huseyinfiliz-modern-footer
- Update Flarum dependencies:
composer update --prefer-dist --no-dev -a
- Run Flarum Migrate
php flarum migrate
- Reinstall Modern Footer:
composer remove huseyinfiliz/modern-footer
composer require huseyinfiliz/modern-footer
php flarum cache:clear
Note: Removing and reinstalling the extension won't delete data unless you manually clear it. However, I still recommend taking a backup.
Try these and let me know if it works!