Hi,

I seem to have a problem when installing extensions.

The error is shown as -

Problem 1
- Installation request for fof/realtimedate 0.2.0 -> satisfiable by fof/realtimedate[0.2.0].
- Can only install one of: flarum/core[v0.1.0-beta.14, v0.1.0-beta.13].
- Can only install one of: flarum/core[v0.1.0-beta.14, v0.1.0-beta.13].
- Can only install one of: flarum/core[v0.1.0-beta.14, v0.1.0-beta.13].
it is showing this error when I install every extension, do I need to upgrade in order to install the extension or is there another way around this? because upgrading would be a last resort incase I did something wrong and my forum went down etc.

Many thanks

Jon

  • karaok replied to this.
    • Best Answerset by JAC

    JAC fof/realtimedate 0.2.0 requires flarum beta 14, but this looks like you have beta 13.

    You could try:

    composer require fof/realtimedate:"*"

    That will install the latest version for the flarum core you have installed, in theory..

    JAC fof/realtimedate 0.2.0 requires flarum beta 14, but this looks like you have beta 13.

    You could try:

    composer require fof/realtimedate:"*"

    That will install the latest version for the flarum core you have installed, in theory..

    • JAC replied to this.

      karaok You could try:
      composer require fof/realtimedate:"*"

      Many thanks my friend, that seems to have worked! 😀