Hello, I'm trying to update my flarum from 1.6.1 to the latest version, here are the extension I use, this is part of my composer.json
"require": {
"clarkwinkelmann/flarum-ext-first-post-approval": "*",
"clarkwinkelmann/flarum-ext-no-email-notifications": "*",
"davwheat/flarum-ext-ads": "*",
"flarum/approval": "*",
"flarum/bbcode": "*",
"flarum/core": "^1.0",
"flarum/emoji": "*",
"flarum/flags": "*",
"flarum/lang-english": "*",
"flarum/likes": "*",
"flarum/lock": "*",
"flarum/markdown": "*",
"flarum/mentions": "*",
"flarum/nicknames": "*",
"flarum/pusher": "*",
"flarum/statistics": "*",
"flarum/sticky": "*",
"flarum/subscriptions": "*",
"flarum/suspend": "*",
"flarum/tags": "*",
"fof/analytics": "*",
"fof/best-answer": "*",
"fof/cookie-consent": "*",
"fof/disposable-emails": "*",
"fof/formatting": "*",
"fof/gamification": "*",
"fof/ignore-users": "*",
"fof/moderator-notes": "*",
"fof/nightmode": "*",
"fof/oauth": "*",
"fof/recaptcha": "*",
"fof/share-social": "*",
"fof/sitemap": "*",
"fof/user-bio": "*",
"ianm/follow-users": "*",
"ianm/html-head": "*",
"justoverclock/christmas-snow-effect": "*",
"justoverclock/custom-html-widget": "*",
"justoverclock/flarum-ext-welcomebox": "*",
"malago/flarum-ads": "*",
"migratetoflarum/canonical": "*",
"sycho/flarum-profile-cover": "*",
"the-turk/flarum-mathren": "*",
"v17development/flarum-seo": "*"
},
after doing the update, migrate and cache clear, I get a HTTP ERROR 500, what I'm doing wrong?