Hello i am trying to upgrade flarum from beta 12 to beta 13 version but i am unable to upgrade it.

1st i got following error

After that i run this line in Terminal - composer why-not flarum/core v0.1.0-beta.13 and i got following output

What to do next to upgrade my forum to beta 13

Thanks in Advance

luceos

Hey Luceos, As per your instruction i was able to progress however i got following output and on checking the version of forum its still showing version beta 12

![

![

Am i doing something wrong here?

velcis/super-sticky doesn't seem to be compatible with flarum/sticky; choose either of them and uninstall the other
Also uninstall extiverse/bazaar while you're at it.

composer remove extiverse/bazaar

    Run the why-not command again:

    composer why-not flarum/core v0.1.0-beta.13

      luceos

      Yes i run and got this output:

      fof/upload 0.8.5 requires flarum/core (>=0.1.0-beta.11 <0.1.0-beta.13)
      flarum/core v0.1.0-beta.13 requires wikimedia/less.php (3.0)
      flarum/flarum - does not require wikimedia/less.php (but v2.0.0 is installed)

        love_from_india no you only update the listed dependencies that are extensions. Can you post the current output?

        This is the output i am getting:

        jailshell-4.1$ composer update --prefer-dist --no-dev -a --with-all-dependencies
        Loading composer repositories with package information
        Updating dependencies
        Nothing to install or update
        Generating optimized autoload files
        Carbon 1 is deprecated, see how to migrate to Carbon 2.
        https://carbon.nesbot.com/docs/#api-carbon-2
        You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
        jailshell-4.1$

        love_from_india fof/upload

        You need to update upload:

        composer require fof/upload
        composer update --with-all-dependencies

          luceos It seems flarum core has been updated with beta 13. However its not showing on front end of forum. Below is the output of update.

          jailshell-4.1$ composer update --prefer-dist --no-dev -a --with-all-dependencies
          Loading composer repositories with package information
          Updating dependencies
          Package operations: 0 installs, 21 updates, 0 removals

          • Updating wikimedia/less.php (v2.0.0 => v3.0.0): Downloading (100%)
          • Updating flarum/core (v0.1.0-beta.12 => v0.1.0-beta.13): Downloading (100%)
          • Updating flarum/flags (v0.1.0-beta.12 => v0.1.0-beta.13): Downloading (100%)
          • Updating flarum/approval (v0.1.0-beta.12 => v0.1.0-beta.13): Downloading (100%)
          • Updating flarum/auth-facebook (v0.1.0-beta.12 => v0.1.0-beta.13): Downloading (100%)
          • Updating flarum/auth-github (v0.1.0-beta.12 => v0.1.0-beta.13): Downloading (100%)
          • Updating flarum/auth-twitter (v0.1.0-beta.12 => v0.1.0-beta.13): Downloading (100%)
          • Updating flarum/emoji (v0.1.0-beta.12 => v0.1.0-beta.13): Downloading (100%)
          • Updating flarum/lang-english (v0.1.0-beta.12 => v0.1.0-beta.13): Downloading (100%)
          • Updating flarum/likes (v0.1.0-beta.12 => v0.1.0-beta.13): Downloading (100%)
          • Updating flarum/lock (v0.1.0-beta.12 => v0.1.0-beta.13): Downloading (100%)
          • Updating flarum/markdown (v0.1.0-beta.12 => v0.1.0-beta.13): Downloading (100%)
          • Updating flarum/mentions (v0.1.0-beta.12 => v0.1.0-beta.13): Downloading (100%)
          • Updating flarum/pusher (v0.1.0-beta.12 => v0.1.0-beta.13): Downloading (100%)
          • Updating flarum/statistics (v0.1.0-beta.12 => v0.1.0-beta.13): Downloading (100%)
          • Updating flarum/sticky (v0.1.0-beta.12 => v0.1.0-beta.13): Downloading (100%)
          • Updating flarum/subscriptions (v0.1.0-beta.12 => v0.1.0-beta.13): Downloading (100%)
          • Updating flarum/suspend (v0.1.0-beta.12 => v0.1.0-beta.13): Downloading (100%)
          • Updating flarum/tags (v0.1.0-beta.12 => v0.1.0-beta.13): Downloading (100%)
          • Updating fof/best-answer (0.1.8 => 0.1.11): Downloading (100%)
          • Updating fof/drafts (0.1.10 => 0.1.12): Downloading (100%)
            Writing lock file
            Generating optimized autoload files
            Carbon 1 is deprecated, see how to migrate to Carbon 2.
            https://carbon.nesbot.com/docs/#api-carbon-2
            You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
            jailshell-4.1$ php flarum migrate
            jailshell-4.1$ php flarum cache:clear

            luceos I am getting following output on running this command

            There is no no installed package depending on "flarum/core" in version not matching v0.1.0-beta.13

            Please help

            8 days later