Yey! Good to know that my smashing bashing into Extiverse inspired (remind?) you to make a real tool 😃

Deebug For those using Putty

They should think about moving to one of modern equivalent 😉

    Three is options which I really wish to get:

    • Option to disable all extensions at once
    • Option to remove all incompatible extensions
    • Option to activate all installed extensions once again (I know - it's better to do it one by one, but if you doing it on dev envoronment or you you already tested it on dev - then some automation will be appreciated)

      Wadera the first and last one are probably fairly easy. The middle one .. too. Would you also want it to tackle updating your dependencies and do/proxy the upgrade?

      Sure - that would be great (and probably good base for feature Extiverse extension)

      For some reason it don't want to cooperate 🙁

      $ composer config -l | tail
      [gitlab-domains] [gitlab.com]
      [store-auths] prompt
      [archive-format] tar
      [archive-dir] .
      [htaccess-protect] true
      [use-github-api] true
      [lock] true
      [platform-check] true
      [home] /home/dev/.config/composer
      [bearer.extiverse.com] eyJ0eXAiOiJKV1QiLCJh(<<secret :) >>qtYxQXaigrUwEL4IZPp0KoKuE2jE8dN0KE
      
      $ php extiverse check
      
      In Extiverse.php line 43:
      
        A token from extiverse is required, authenticate first using the auth command.

      I'm trying to run it on Beta-13 and extiverse binary 0.1-dev.4

      How I setup token?

      • Login to my account and go to: https://extiverse.com/user/manage
      • On last Tokens section (just above "Danger are") klick on "Request bearer token" button, then copy it into console with command:
        composer config --global --auth bearer.extiverse.com eyJ0eXAiOiJKV1QiLCJh(<<secret :) >>qtYxQXaigrUwEL4IZPp0KoKuE2jE8dN0KE

      What I've notice?

      I've revoked all my composer tokens on page https://extiverse.com/user/manage
      After requesting new one - they don't appear on the list.


      https://imgur.com/HL6l7R3

        Wadera How I setup token?

        Run the auth command; php extiverse auth

        It's stuck on that output:

        $ php extiverse auth
        Please authenticate using the following url:
        https://extiverse.com/auth/console?redirect_uri=http%3A%2F%2F127.0.0.1%3A42361

        I can interrupt it, but it doesn't solve the issue.

        $ php extiverse auth
        Please authenticate using the following url:
        https://extiverse.com/auth/console?redirect_uri=http%3A%2F%2F127.0.0.1%3A42361
        ^C
        $ php extiverse check
        
        In Extiverse.php line 43:
        
          A token from extiverse is required, authenticate first using the auth command.
        
        
        $

          It's redirect to localhost 😉

          On my browser (I'm not sure if it make sense):

          Status Code	URL	IP	Page Type	Redirect Type	Redirect URL	
          302	https://extiverse.com/auth/console?redirect_uri=http%3A%2F%2F127.0.0.1%3A39991	104.27.136.157	server_redirect	temporary	http://127.0.0.1:39991/?token=eyJ0eXAiOiJK<<secret>>OTGsFIukhrzoPXpYWw

          And from server - I'm ended on login webpage 😉

          $ curl -I https://extiverse.com/auth/console?redirect_uri=http%3A%2F%2F127.0.0.1%3A39991
          HTTP/1.1 302 Found
          Date: Thu, 29 Oct 2020 12:53:36 GMT
          Content-Type: text/html; charset=UTF-8
          Connection: keep-alive
          Set-Cookie: __cfduid=d3c0f6<<secret>>6016; expires=Sat, 28-Nov-20 12:53:36 GMT; path=/; domain=.extiverse.com; HttpOnly; SameSite=Lax
          Cache-Control: no-cache, private
          Location: https://extiverse.com/login
          Set-Cookie: extiverse_session=eyJpdiI6IlBrb2<<secret>>jMWU1In0%3D; expires=Thu, 29-Oct-2020 14:53:36 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax
          X-Frame-Options: SAMEORIGIN
          X-XSS-Protection: 1; mode=block
          X-Content-Type-Options: nosniff
          CF-Cache-Status: DYNAMIC
          cf-request-id: 061604c98a0<<secret>>05b000000001
          Expect-CT: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
          Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report?s=uultnvQhNNroGjr<<secret>>2F8zB%2B%2BYTd5OOOu9767g"}],"group":"cf-nel","max_age":604800}
          NEL: {"report_to":"cf-nel","max_age":604800}
          Server: cloudflare
          CF-RAY: 5e9d0a55aec0ce63-LHR
          
          $ curl -s -I https://extiverse.com/auth/console?redirect_uri=http%3A%2F%2F127.0.0.1%3A39991 | grep Location
          Location: https://extiverse.com/login

            Wadera after it redirects it is supposed to show you a page that the token is stored and a token is saved in ~/.extiverse/token. In case redirection to localhost fails (could be on cloudlinux installs for instance), save the token in the url after ?token= and copy that into the mentioned file.

            Hurray! It's working! 😉

            I've grabbed token from URL and it's inside:

            $ vim ~/.extiverse/token
            $ cat ~/.extiverse/token
            eyJ0eXAiOiJKV<<secret>>UM9nmgFGLu-c
            
            $ php extiverse check
            +------------------------------------------+------------------+-----------------+---------------------------------+
            | Extension                                | Installed        | Highest         | Flarum 0.1.0-beta.14 compatible |
            +------------------------------------------+------------------+-----------------+---------------------------------+
            | askvortsov/flarum-categories             | v1.0.4           | 1.1.0           |                                |
            | clarkwinkelmann/flarum-ext-author-change | 0.2.0            | 0.2.1           |                                |
            | clarkwinkelmann/flarum-ext-emojionearea  | 0.2.2            | 0.2.2           |                                |
            | flarum/approval                          | v0.1.0-beta.13   | 0.1.0-beta.14   |                                |
            | flarum/bbcode                            | v0.1.0-beta.12   | 0.1.0-beta.12   |                                |
            | flarum                                   | v0.1.0-beta.13   | 0.1.0-beta.14   |                                |
            | flarum/emoji                             | v0.1.0-beta.13   | 0.1.0-beta.14   |                                |
            | flarum/flags                             | v0.1.0-beta.13   | 0.1.0-beta.14.1 |                                |
            | flarum/lang-english                      | v0.1.0-beta.13   | 0.1.0-beta.14.1 |                                |
            | flarum/likes                             | v0.1.0-beta.13   | 0.1.0-beta.14   |                                |
            | flarum/lock                              | v0.1.0-beta.13   | 0.1.0-beta.14   |                                |
            | flarum/markdown                          | v0.1.0-beta.13   | 0.1.0-beta.14   |                                |
            | flarum/mentions                          | v0.1.0-beta.13   | 0.1.0-beta.14   |                                |
            | flarum/statistics                        | v0.1.0-beta.13   | 0.1.0-beta.14   |                                |
            | flarum/sticky                            | v0.1.0-beta.13   | 0.1.0-beta.14   |                                |
            | flarum/subscriptions                     | v0.1.0-beta.13   | 0.1.0-beta.14   |                                |
            | flarum/suspend                           | v0.1.0-beta.13   | 0.1.0-beta.14   |                                |
            | flarum/tags                              | v0.1.0-beta.13.2 | 0.1.0-beta.14   |                                |
            | fof/best-answer                          | 0.1.11           | 0.1.11          |                                |
            | fof/byobu                                | 0.5.6            | 0.5.6           |                                |
            | fof/follow-tags                          | 0.4.4            | 0.4.4           |                                |
            | fof/linguist                             | 0.4.3            | 0.4.3           |                                |
            | fof/links                                | 0.3.0            | 0.3.0           |                                |
            | fof/merge-discussions                    | 0.3.3            | 0.3.3           |                                |
            | fof/nightmode                            | 0.5.2            | 0.5.2           |                                |
            | fof/polls                                | 0.1.2            | 0.1.2           |                                |
            | fof/profile-image-crop                   | 0.1.2            | 0.1.2           |                                |
            | fof/reactions                            | 0.3.4            | 0.3.4           |                                |
            | fof/realtimedate                         | 0.1.3            | 0.1.3           |                                |
            | fof/recaptcha                            | 0.1.2            | 0.1.2           |                                |
            | fof/spamblock                            | 0.2.2            | 0.2.2           |                                |
            | fof/split                                | 0.4.4            | 0.5.0           |                                |
            | fof/upload                               | 0.10.0           | 0.10.0          |                                |
            | fof/user-bio                             | 0.2.0            | 0.3.0           |                                |
            | fof/user-directory                       | 0.3.4            | 0.3.4           |                                |
            | kilowhat/flarum-ext-audit-free           | 1.2.1            | 1.3.0           |                                |
            | kvothe/online-users                      | 0.4.0            | 0.4.0           |                                |
            | kyrne/shout                              | 0.1.19           | 0.2.4-beta.1    |                                |
            | kyrne/websocket                          | 1.0.7            | 1.0.7           |                                |
            | michaelbelgium/flarum-discussion-views   | v4.0.1           | 5.0.0           |                                |
            +------------------------------------------+------------------+-----------------+---------------------------------+
            7 days later

            luceos This console binary (executable) can be downloaded on your machine or server to check compatibility of your extensions with the latest Flarum release:

            This is probably something basic I should know, but can you point me in the right direction for getting this installed on a server?

              UaMV go to the releases page on GitHub (https://github.com/extiverse/helper/releases) click on the Assets underneath the latest release and the first entry extiverse, it will download to your machine.

              Run the machine in your cli/terminal with php extiverse auth so that you can get a token (saved to your home directory inside the .extiverse/token file). Now copy the binary to your server and copy the token file to the server to the same directory (on linux ~/.extiverse/token). You're now able to run the binary.

              Authenticating on a server currently won't work, so this is an easy workaround.

                luceos Thanks. I was able to successfully secure a token and copy it to my server. However, I think I don't have the binary copied/installed properly on the server. Getting Could not open input file: extiverse. Where should that go? I've not done a whole lot with custom executables like that on a remote server.

                  • [deleted]

                  luceos I get the below when I attempt to run

                  In CheckCommand.php line 44:                                                     
                  Trying to access array offset on value of type null  

                    [deleted] I probably will need to see your composer.json. Most likely you have an extension that is either not know or doesn't have any versions tagged.

                    UaMV Where should that go? I've not done a whole lot with custom executables like that on a remote server.

                    It's not an executable. Copy it inside the current directory and use php to execute it: php extiverse. You can also simply move it to your home directory if you want, it will use the current working directory to run commands on, so: php ~/extiverse check

                    • UaMV replied to this.

                      luceos Gotcha. Running now, but I'm encountering this…

                      In User.php line 34:          
                        mkdir(): File exists

                        UaMV sounds like you create a file called .extiverse inside your home directory and not a file token inside the directory .extiverse.

                        • UaMV replied to this.