yes merci ! no more error but really strange with composer interface i am on version v1.8.3 and not on v1.8.6 nd when i made a composer update -w Loading composer repositories with package information
Updating dependencies
Nothing to modify in lock file
Installing dependencies from lock file (including require-dev)
Nothing to install, update or remove
on the admin pannel of flarum when I click on Essentiels link i've got nothing and still an js error on console
TypeError: Cannot read properties of undefined (reading 'view')
may be a conflct with an extension ?
here is my composer.json file :
{
"name": "flarum/flarum",
"description": "Delightfully simple forum software.",
"type": "project",
"keywords": [
"forum",
"discussion"
],
"homepage": "https://flarum.org/",
"license": "MIT",
"authors": [
{
"name": "Flarum",
"email": "info@flarum.org",
"homepage": "https://flarum.org/team"
}
],
"support": {
"issues": "https://github.com/flarum/core/issues",
"source": "https://github.com/flarum/flarum",
"docs": "https://docs.flarum.org/"
},
"require": {
"flarum/core": "^1.8",
"flarum/approval": "*",
"flarum/bbcode": "*",
"flarum/emoji": "*",
"flarum/lang-english": "*",
"flarum/flags": "*",
"flarum/likes": "*",
"flarum/lock": "*",
"flarum/markdown": "*",
"flarum/mentions": "*",
"flarum/nicknames": "*",
"flarum/pusher": "*",
"flarum/statistics": "*",
"flarum/sticky": "*",
"flarum/subscriptions": "*",
"flarum/suspend": "*",
"flarum/tags": "*",
"flarum-lang/french":"*",
"fof/upload":"*",
"fof/links":"*",
"fof/oauth":"*",
"fof/recaptcha":"*",
"fof/custom-footer":"*",
"fof/mason":"*",
"justoverclock/og-meta-tag":"*",
"ianm/html-head":"*",
"fof/linguist":"*",
"fof/terms":"*"
},
"config": {
"preferred-install": "dist",
"sort-packages": true
}
}