Contao-Camp 2024
Seite 2 von 2 ErsteErste 12
Ergebnis 41 bis 46 von 46

Thema: Contao 4.6.0 verfügbar

  1. #41
    Contao-Urgestein Avatar von Kahmoon
    Registriert seit
    22.06.2009.
    Ort
    München
    Beiträge
    5.273

    Standard

    Danke. Läuft auch alles soweit schon

  2. #42
    Contao-Fan
    Registriert seit
    05.05.2011.
    Beiträge
    860

    Standard

    Update auf 4.6.0 mit dem Cantao-Manager bei all-inkl.com, eingeloggt, getestet und bin begeistert; vielen Dank an alle die hier mit Ihrem Engagement ein so wunderbares CMS entwickeln und supporten. Wem es ähnlich geht: Partner werden und der Contao Association beitreten.
    Geändert von 3dr (27.08.2018 um 18:10 Uhr)

  3. #43
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    33.897
    Partner-ID
    10107

    Standard

    Zitat Zitat von Spooky Beitrag anzeigen
    Das mit symfony/dependency-injection:^3.0 funktioniert (aktuell) leider noch nicht.
    Nun funktioniert es https://www.facebook.com/37093068137...5823482736375/

  4. #44
    Contao-Fan
    Registriert seit
    28.11.2009.
    Ort
    Remscheid
    Beiträge
    837

    Standard

    Ich versuche gerade auch auf die 4.6 zu kommen. Erhalte aber im Contao-Manager immer folgende Ausgabe:

    Code:
    Loading composer repositories with package information
    Updating dependencies
    Your requirements could not be resolved to an installable set of packages.
    
      Problem 1
        - Conclusion: don't install contao/listing-bundle 4.5.14
        - contao/manager-bundle 4.6.6 requires contao/core-bundle 4.6.6 -> satisfiable by contao/core-bundle[4.6.6].
        - Conclusion: don't install contao/core-bundle 4.6.6
        - contao/manager-bundle 4.6.5 requires contao/core-bundle 4.6.5 -> satisfiable by contao/core-bundle[4.6.5].
        - Conclusion: don't install contao/core-bundle 4.6.5
        - contao/manager-bundle 4.6.4 requires contao/core-bundle 4.6.4 -> satisfiable by contao/core-bundle[4.6.4].
        - Conclusion: don't install contao/core-bundle 4.6.4
        - contao/manager-bundle 4.6.3 requires contao/core-bundle 4.6.3 -> satisfiable by contao/core-bundle[4.6.3].
        - Conclusion: don't install contao/core-bundle 4.6.3
        - contao/manager-bundle 4.6.2 requires contao/core-bundle 4.6.2 -> satisfiable by contao/core-bundle[4.6.2].
        - Conclusion: don't install contao/core-bundle 4.6.2
        - Installation request for contao/listing-bundle (locked at 4.5.14, required as ^4.5) -> satisfiable by contao/listing-bundle[4.5.14].
        - contao/manager-bundle 4.6.1 requires contao/core-bundle 4.6.1 -> satisfiable by contao/core-bundle[4.6.1].
        - Conclusion: don't install contao/core-bundle 4.6.1
        - contao/listing-bundle 4.5.14 requires contao/core-bundle 4.5.14 -> satisfiable by contao/core-bundle[4.5.14].
        - Can only install one of: contao/core-bundle[4.6.0, 4.5.14].
        - Can only install one of: contao/core-bundle[4.6.0, 4.5.14].
        - contao/manager-bundle 4.6.0 requires contao/core-bundle 4.6.0 -> satisfiable by contao/core-bundle[4.6.0].
        - Installation request for contao/manager-bundle 4.6.* -> satisfiable by contao/manager-bundle[4.6.0, 4.6.1, 4.6.2, 4.6.3, 4.6.4, 4.6.5, 4.6.6].
    
    <warning>Running update with --no-dev does not mean require-dev is ignored, it just means the packages will not be installed. If dev requirements are blocking the update you have to resolve those problems.</warning>
    Finished Composer Cloud resolving.
    Meine composer.json:

    Code:
    {
        "name": "contao/managed-edition",
        "type": "project",
        "description": "Contao Open Source CMS",
        "license": "LGPL-3.0+",
        "authors": [
            {
                "name": "Leo Feyer",
                "homepage": "https://github.com/leofeyer"
            }
        ],
        "require": {
            "php": ">=5.5.0",
            "bugbuster/contao-visitors-bundle": "^0.2.0",
            "codefog/contao-social_images": "^3.3",
            "contao/calendar-bundle": "^4.5",
            "contao/comments-bundle": "^4.5",
            "contao/faq-bundle": "^4.5",
            "contao/listing-bundle": "^4.5",
            "contao/manager-bundle": "4.6.*",
            "contao/news-bundle": "^4.5",
            "contao/newsletter-bundle": "^4.5",
            "friends-of-contao/contao-privacy": "2.0.0-beta5",
            "lionel/newsletter-export": "^4.0",
            "netzmacht/contao-font-awesome": "^4.7"
        },
        "config": {
            "component-dir": "assets"
        },
        "scripts": {
            "post-install-cmd": [
                "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            ],
            "post-update-cmd": [
                "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            ]
        }
    }
    Was stimmt denn da nicht?

    Neelix

  5. #45
    Contao-Urgestein
    Registriert seit
    29.10.2009.
    Ort
    Magdeburg
    Beiträge
    2.020
    Partner-ID
    626
    User beschenken
    Wunschliste

    Standard

    Die Meldung von Compoer ist leider für die Tonne. Problem ist für dich friends-of-contao/contao-privacy, welches nicht für Contao 4.6 freigegeben ist: https://github.com/friends-of-contao...poser.json#L36

    Contao 4.6 integriert ja einige der DSGVO-Themen selbst.

  6. #46
    Contao-Fan
    Registriert seit
    28.11.2009.
    Ort
    Remscheid
    Beiträge
    837

    Standard

    Dann fliegt das jetzt raus, und ich probier weiter.

Aktive Benutzer

Aktive Benutzer

Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)

Lesezeichen

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •