jordanjay29 Oldemar please post the output of php flarum info (run this via terminal/SSH in your Flarum root folder).
datitisev Do you have my Dashboard extension installed & enabled? That replaces the Extensions tab and has the extensions in the Dashboard tab.
Oldemar I dont know about Dashboard extension. But here: And also warning: Don't forget to turn off the debug mode! It should never be turned on production system.
datitisev Oldemar You can see that my dashboard extension is enabled - see datitisev-dashboard. The extension list is in the main Admin page (Dashboard page).
therealsujitk Oldemar And also warning: Don't forget to turn off the debug mode! It should never be turned on production system. Go to config.php in your root directory. There should be a line that looks something like: debug => true Change it to: debug => false
Oldemar Yes I see now. Datitisev Admin Dashboard is under Dashbord Exensions is now hidden. fa-upload -> 1 Update Available EXTENSION - VERSION INSTALLED - NEW VERSION fof/follow-tags - 0.3.6 - 0.4.3 I can see new version, but I can not update it. So therefore I manually update it: sudo -u www-data composer require for/follow-tags Is this correct?
datitisev Oldemar If that's how you install/update extensions, yes. My dashboard extension only lets you check for updates, it doesn't let you install or update extensions like Bazaar.