Giter Club home page Giter Club logo

Comments (3)

baschny avatar baschny commented on June 19, 2024 1

Same here. It is being installed in typo3conf/ext/typo3_realurl instead of typo3conf/ext/realurl.

Change in 2.6.0 caused this problem. See my comment here:

76cc5e7#commitcomment-41007364

from typo3-realurl.

baschny avatar baschny commented on June 19, 2024

Okey, one additional information after some research.

Starting with typo3/cms-composer-installers 1.4.0 it will also resolve the extension key from extras.typo3/cms.extension-key, which then fixes this issue. Problem is that 1.4.x requires PHP 7.0, so you get 1.3.2 installed on a PHP 5.x installation, which means it fails due to do. A potential solution meanwhile, in your composer.json:

    "dmitryd/typo3-realurl": "^2.0 != 2.6.0 != 2.6.1",

(which does not install 2.6.0 and 2.6.1, in hope it gets "fixed" in 2.6.2 or later). Or upgrade to PHP 7.x to get later cms-composer-installers. Since this is usually the case only on legacy installations, you might wanna restrict realurl updates instead.

from typo3-realurl.

dmitryd avatar dmitryd commented on June 19, 2024

I believe there is nothing to do here because composer installers 1.3.3 has the fix for it. Is this correct?

from typo3-realurl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.