Artuu I have added this command to index.php in public folder and i get the same error. Am i missing something as per the exact index.php file to apply it?

Edit: nvm. It works now. Thanks

Can someone confirm whether this PHP Warning is a result of using User Directory extension or just Flarum ? If it's from this extension I'll check what can be done. Otherwise oh god did that discussion became fragmented 😬

    I'm curious whether we can reproduce this.

    16 days later

    Guys - I've got an error displaying www.example.com/users - any idea?

    latest version...

    Warning: explode() expects parameter 2 to be string, array given in /var/www/html/vendor/tobscure/json-api/src/Parameters.php on line 124

    Warning: Invalid argument supplied for foreach() in /var/www/html/vendor/tobscure/json-api/src/Parameters.php on line 126

    Fatal error: Uncaught Zend\HttpHandlerRunner\Exception\EmitterException: Output has been emitted previously; cannot emit response in /var/www/html/vendor/zendframework/zend-httphandlerrunner/src/Exception/EmitterException.php:23 Stack trace: #0 /var/www/html/vendor/zendframework/zend-httphandlerrunner/src/Emitter/SapiEmitterTrait.php(39): Zend\HttpHandlerRunner\Exception\EmitterException::forOutputSent() #1 /var/www/html/vendor/zendframework/zend-httphandlerrunner/src/Emitter/SapiEmitter.php(26): Zend\HttpHandlerRunner\Emitter\SapiEmitter->assertNoPreviousOutput() #2 /var/www/html/vendor/zendframework/zend-httphandlerrunner/src/RequestHandlerRunner.php(97): Zend\HttpHandlerRunner\Emitter\SapiEmitter->emit(Object(Zend\Diactoros\Response\HtmlResponse)) #3 /var/www/html/vendor/flarum/core/src/Http/Server.php(46): Zend\HttpHandlerRunner\RequestHandlerRunner->run() #4 /var/www/html/public/index.php(22): Flarum\Http\Server->listen() #5 {main} thrown in /var/www/html/vendor/zendframework/zend-httphandlerrunner/src/Exception/EmitterException.php on line 23

      nodge it's the same issue as reported above. We should try to fix it but in the meantime the best is to hide PHP warnings in the page output.

      You should change these settings in php.ini as described in clarkwinkelmann

      Or if you can't edit php.ini you could add those lines to index.php as described in Artuu

      As said in clarkwinkelmann if someone can dig in the code and confirm whether the warning is caused by an actual mistake in this extension or by the json-api library it would be great 😃

        10 days later

        Installed the plugin, works well for me but every other person who has the permission to see the page can't access it because the page don't load in for them. Console:

        Uncaught TypeError: Cannot read property 'type' of undefined
        at t.e.pushObject (Store.js:59)
        at t.e.pushPayload (Store.js:39)
        at e.preloadedApiDocument (Application.js:189)
        at t.r.loadResults (UserDirectoryList.js:156)
        at t.r.refresh (UserDirectoryList.js:137)
        at t.r.init (UserDirectoryList.js:39)
        at t (Component.js:65)
        at new t (UserDirectoryList.js:16)
        at t.r.init (UserDirectoryPage.js:47)
        at t (Component.js:65)


        Any idea why? 😅

          11 days later

          Hey all! Does anyone know why the menu item-userDirectory only appears if you are actually accessing the /users page? Can we get it to be persistent?

            clarkwinkelmann Funny situation, the day before yesterday I also saw that it only displays when you are on /users and I wanted to change it, then I had to send a pull to github and I saw that in dev-master it's already there!

            clarkwinkelmann changed the title to User directory by FriendsOrFlarum .

            Extension update and namespace change

            A new version of this extension including a new feature have been released. As previously written in the Flagrow anouncement, the updated Flagrow extensions are moving to FriendsOfFlarum.

            The Flagrow version of this extension has been marked as abandoned and will no longer receive any update. Switch to the FriendOfFlarum version to get the new features, updates and fixes.

            Updating from Flagrow

            To upgrade from the old extension to the new one:

            composer remove flagrow/user-directory
            composer require fof/user-directory

            Then enable the new extension in the admin panel.

            Features of the new 0.3.0 release

            clarkwinkelmann changed the title to User directory by FriendsOfFlarum .