luceos Still this gıide is not working. Not is happening when I use these commands. 🙁

I use require some extensions manuel finally I get this error after upgrade to beta14

Edit: I have upgraded by use composer require for each extension. But still I cant upgrade symfony/config yaml and transliterate

Hi guys, been out of the loop for a while.

Considering installing Beta 14 (after making sure extensions are compatible). Are there any major known bugs in Beta 14? Also, did anyone notice a performance improvement?

    danielunited Also, did anyone notice a performance improvement?

    I feel like flarum is so fast, It would be near impossible to notice a performance improvement for me lol

    I upgraded to Flarum beta 14.1 yesterday, but now some users are unable to login. Any idea why? They can login but they just see "no discussions". Permissions are correctly configured as far as I can tell...

      samus14 You should probably start a new discussion for this so the pros here see it and can try to help. I’ve seen this type of issue happen either due to caching or due to the site not redirecting to the right url. Such as, the site going to www.flarum.org versus just flarum.org.

      For support please create a new discussion under the Support tag, thank you.

      There seems to be something wrong,Please give me some suggests, Thank you!

      run composer update --no-install --with-all-dependencies
      return Updating dependencies
      Nothing to modify in lock file
      38 packages you are using are looking for funding.
      Use the composer fund command to find out more!

      _20201129102852.png
      _20201129103015.png
      _20201129094640.png

        8 days later

        userb I'm using debian and installed composer version 1.10.17 2020-10-30 and it still shows as

        [Symfony\Component\Console\Exception\RuntimeException]
        The "--no-install" option does not exist.

        I'm getting this also (on centos). Did you find a workaround/fix for this?

          MartinJD Looks like you are on an older version of composer. update composer.

          composer self-update

            JoshuaPack Thanks for the heads up.

            Hmm, I can't seem to get that to work though:
            [Symfony\Component\Console\Exception\CommandNotFoundException]
            Command "self-update" is not defined.


              luceos Thanks Luceos - still no dice 🙁.

              Composer version 1.10.17 2020-10-30 22:31:58

              Usage:
              command [options] [arguments]

              Options:
              -h, --help Display this help message
              -q, --quiet Do not output any message
              -V, --version Display this application version
              --ansi Force ANSI output
              --no-ansi Disable ANSI output
              -n, --no-interaction Do not ask any interactive question
              --profile Display timing and memory usage information
              --no-plugins Whether to disable plugins.
              -d, --working-dir=WORKING-DIR If specified, use the given directory as working directory.
              --no-cache Prevent use of the cache
              -v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug

              Available commands:
              about Shows the short information about Composer.
              archive Creates an archive of this composer package.
              browse Opens the package's repository URL or homepage in your browser.
              cc Clears composer's internal package cache.
              check-platform-reqs Check that platform requirements are satisfied.
              clear-cache Clears composer's internal package cache.
              clearcache Clears composer's internal package cache.
              config Sets config options.
              create-project Creates new project from a package into given directory.
              depends Shows which packages cause the given package to be installed.
              diagnose Diagnoses the system to identify common errors.
              dump-autoload Dumps the autoloader.
              dumpautoload Dumps the autoloader.
              exec Executes a vendored binary/script.
              fund Discover how to help fund the maintenance of your dependencies.
              global Allows running commands in the global composer dir ($COMPOSER_HOME).
              help Displays help for a command
              home Opens the package's repository URL or homepage in your browser.
              i Installs the project dependencies from the composer.lock file if present, or falls back on the composer.json.
              info Shows information about packages.
              init Creates a basic composer.json file in current directory.
              install Installs the project dependencies from the composer.lock file if present, or falls back on the composer.json.
              licenses Shows information about licenses of dependencies.
              list Lists commands
              outdated Shows a list of installed packages that have updates available, including their latest version.
              prohibits Shows which packages prevent the given package from being installed.
              remove Removes a package from the require or require-dev.
              require Adds required packages to your composer.json and installs them.
              run Runs the scripts defined in composer.json.
              run-script Runs the scripts defined in composer.json.
              search Searches for packages.
              show Shows information about packages.
              status Shows a list of locally modified packages.
              suggests Shows package suggestions.
              u Upgrades your dependencies to the latest version according to composer.json, and updates the composer.lock file.
              update Upgrades your dependencies to the latest version according to composer.json, and updates the composer.lock file.
              upgrade Upgrades your dependencies to the latest version according to composer.json, and updates the composer.lock file.
              validate Validates a composer.json and composer.lock.
              why Shows which packages cause the given package to be installed.
              why-not Shows which packages prevent the given package from being installed.


                MartinJD you probably need to upgrade your composer by downloading it from scratch. If this is a shared version you can also just download the latest phar for your own use inside the flarum root path.

                  luceos So this version was installed by yum from epel - should I uninstall this version? Also I'm not sure what you mean by phar? is it just a binary I download and stick in the flarum dir?

                    MartinJD oh wow, yeah, that's an old one. doesn't even have self update yet 😄 just follow @luceos and download the binary.

                    @luceos hmm, i've just downloaded the latest version of composer and it's still complaining about the command?

                    [root@my-forum flarum]# ./composer.phar --no-install --with-all-dependencies
                    Do not run Composer as root/super user! See https://getcomposer.org/root for details

                    [Symfony\Component\Console\Exception\RuntimeException]
                    The "--no-install" option does not exist.