Contao-Camp 2024
Ergebnis 1 bis 12 von 12

Thema: Installation unter 3.5.30 schlägt fehlt

  1. #1
    Contao-Fan
    Registriert seit
    20.06.2009.
    Ort
    Küps
    Beiträge
    344

    Standard Installation unter 3.5.30 schlägt fehlt

    Diese Meldung bekomme ich beim installieren.

    Loading composer repositories with package information
    Updating dependencies
    Your requirements could not be resolved to an installable set of packages.

    Problem 1
    - Installation request for delahaye/dlh_googlemaps >=2.3.2.0,<2.4-dev -> satisfiable by delahaye/dlh_googlemaps[2.3.2].
    - delahaye/dlh_googlemaps 2.3.2 requires contao-community-alliance/composer-plugin 3.* -> satisfiable by contao-community-alliance/composer-plugin[3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.0.5, 3.0.6, 3.0.7, 3.0.8, 3.1.x-dev, 3.0.x-dev].
    - contao-community-alliance/composer-plugin 3.0.0 conflicts with contao/core[3.5.30].
    - contao-community-alliance/composer-plugin 3.0.1 conflicts with contao/core[3.5.30].
    - contao-community-alliance/composer-plugin 3.0.2 conflicts with contao/core[3.5.30].
    - contao-community-alliance/composer-plugin 3.0.3 conflicts with contao/core[3.5.30].
    - contao-community-alliance/composer-plugin 3.0.4 conflicts with contao/core[3.5.30].
    - contao-community-alliance/composer-plugin 3.0.5 conflicts with contao/core[3.5.30].
    - contao-community-alliance/composer-plugin 3.0.6 conflicts with contao/core[3.5.30].
    - contao-community-alliance/composer-plugin 3.0.7 conflicts with contao/core[3.5.30].
    - contao-community-alliance/composer-plugin 3.0.8 conflicts with contao/core[3.5.30].
    - contao-community-alliance/composer-plugin 3.1.x-dev conflicts with contao/core[3.5.30].
    - contao-community-alliance/composer-plugin 3.0.x-dev conflicts with contao/core[3.5.30].
    - Installation request for contao/core 3.5.30 -> satisfiable by contao/core[3.5.30].

    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.
    Wie bekomme ich es installiert?

  2. #2
    Contao-Urgestein Avatar von Andreas
    Registriert seit
    19.06.2009.
    Ort
    Mönchengladbach
    Beiträge
    7.703
    User beschenken
    Wunschliste
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Ich benutze den Composer auf 3.5 zwar nicht, aber ich vermute dir fehlt die Erweiterung dlh_geocode, welche eigentlich als Abhängigkeit mitinstalliert werden sollte.
    Code:
    ...
        "require": {
            "php": ">=5.3",
    	    "contao/core-bundle": "^3.5.1 || ~4.2",
    	    "contao-community-alliance/composer-plugin": "3.*",
    	    "delahaye/dlh_geocode": ">=1.1.1"
        },
    ...
    Bitte!
    Vor Anfragen im Forum HTML validieren.
    Codesnippets hier im Froum sauber einrücken. Nur Tabs o. nur Leerzeichen verwenden.

    Vielen Dank an alle Wunschlistenerfüller
    Andreas Burg, Web Solutions

  3. #3
    Contao-Fan
    Registriert seit
    20.06.2009.
    Ort
    Küps
    Beiträge
    344

    Standard

    gerade probiert aber es kommt das hier raus:


    Updating dependencies (including require-dev)
    Your requirements could not be resolved to an installable set of packages.

    Problem 1
    - Installation request for delahaye/dlh_googlemaps >=2.3.2.0,<2.4-dev -> satisfiable by delahaye/dlh_googlemaps[2.3.2].
    - delahaye/dlh_googlemaps 2.3.2 requires contao-community-alliance/composer-plugin 3.* -> satisfiable by contao-community-alliance/composer-plugin[3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.0.5, 3.0.6, 3.0.7, 3.0.8, 3.1.x-dev, 3.0.x-dev].
    - contao-community-alliance/composer-plugin 3.0.0 conflicts with contao/core[3.5.30].
    - contao-community-alliance/composer-plugin 3.0.1 conflicts with contao/core[3.5.30].
    - contao-community-alliance/composer-plugin 3.0.2 conflicts with contao/core[3.5.30].
    - contao-community-alliance/composer-plugin 3.0.3 conflicts with contao/core[3.5.30].
    - contao-community-alliance/composer-plugin 3.0.4 conflicts with contao/core[3.5.30].
    - contao-community-alliance/composer-plugin 3.0.5 conflicts with contao/core[3.5.30].
    - contao-community-alliance/composer-plugin 3.0.6 conflicts with contao/core[3.5.30].
    - contao-community-alliance/composer-plugin 3.0.7 conflicts with contao/core[3.5.30].
    - contao-community-alliance/composer-plugin 3.0.8 conflicts with contao/core[3.5.30].
    - contao-community-alliance/composer-plugin 3.1.x-dev conflicts with contao/core[3.5.30].
    - contao-community-alliance/composer-plugin 3.0.x-dev conflicts with contao/core[3.5.30].
    - Installation request for contao/core 3.5.30 -> satisfiable by contao/core[3.5.30].

  4. #4
    Wandelndes Contao-Lexikon Avatar von BugBuster
    Registriert seit
    15.06.2009.
    Ort
    Berlin
    Beiträge
    10.507
    User beschenken
    Wunschliste

    Standard

    Da stimmen die definierten Abhängigkeiten nicht.
    delahaye/dlh_googlemaps 2.3.2 requires contao-community-alliance/composer-plugin 3.* , aber die 3er Versionen von contao-community-alliance/composer-plugin haben als Abhängigkeit u.a. definiert:
    Code:
        "conflict": {
            "contao/core": "*",
            "contao/core-bundle": "<4.1"
    },
    D.h., das kann nicht gehen mit Contao 3!
    Unter Contao 3 muss composer-plugin in 2.x zum Einsatz kommen, bei mir ist die 2.4.3 installiert, logischerweise nicht durch dlh_googlemaps.
    Wenn dlh_googlemaps wirklich für Contao 3.5 so gedacht ist, dann ist das ein Bug in der composer.json.
    Grüße, BugBuster
    "view source" is your guide.
    Danke an alle Amazon Wunschlisten Erfüller

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

    Standard

    Es gibt bereits drei Pull Requests dafür



    Der älteste Pull Request war schon Ende September. Leider wurde bisher noch keiner gemerged (und getagged).
    Geändert von Spooky (01.11.2017 um 12:00 Uhr)

  6. #6
    Contao-Fan Avatar von electricarts
    Registriert seit
    22.07.2010.
    Ort
    Georgsmarienhütte
    Beiträge
    381

    Standard

    Hat sich da irgendwas getan? Habe gerade versucht dlh_googlemaps und dlh_geocode unter Contao 3.5.34 zu aktualisieren und es erscheint:

    Code:
    Problem 1
        - Installation request for delahaye/dlh_googlemaps >=2.3.2.0,<2.4-dev -> satisfiable by delahaye/dlh_googlemaps[2.3.2].
        - delahaye/dlh_geocode dev-master requires contao-community-alliance/composer-plugin 3.* -> satisfiable by contao-community-alliance/composer-plugin[3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.0.5, 3.0.6, 3.0.7, 3.0.8, 3.1.x-dev, 3.0.x-dev].
        - contao-community-alliance/composer-plugin 3.0.0 conflicts with contao/core[3.5.34].
        - contao-community-alliance/composer-plugin 3.0.1 conflicts with contao/core[3.5.34].
        - contao-community-alliance/composer-plugin 3.0.2 conflicts with contao/core[3.5.34].
        - contao-community-alliance/composer-plugin 3.0.3 conflicts with contao/core[3.5.34].
        - contao-community-alliance/composer-plugin 3.0.4 conflicts with contao/core[3.5.34].
        - contao-community-alliance/composer-plugin 3.0.5 conflicts with contao/core[3.5.34].
        - contao-community-alliance/composer-plugin 3.0.6 conflicts with contao/core[3.5.34].
        - contao-community-alliance/composer-plugin 3.0.7 conflicts with contao/core[3.5.34].
        - contao-community-alliance/composer-plugin 3.0.8 conflicts with contao/core[3.5.34].
        - contao-community-alliance/composer-plugin 3.1.x-dev conflicts with contao/core[3.5.34].
        - contao-community-alliance/composer-plugin 3.0.x-dev conflicts with contao/core[3.5.34].
        - delahaye/dlh_googlemaps 2.3.2 requires delahaye/dlh_geocode >=1.1.1 -> satisfiable by delahaye/dlh_geocode[dev-master].
        - Installation request for contao/core 3.5.34 -> satisfiable by contao/core[3.5.34].
    Viele Grüße


    Mario

  7. #7
    Administrator Avatar von xchs
    Registriert seit
    19.06.2009.
    Beiträge
    14.553
    User beschenken
    Wunschliste
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Die Pull Requests wurde leider noch immer nicht gemerged.
    Contao Community Administrator

    [Unterstützungsmöglichkeiten]

  8. #8
    Contao-Fan Avatar von electricarts
    Registriert seit
    22.07.2010.
    Ort
    Georgsmarienhütte
    Beiträge
    381

    Standard

    Ok, danke! Dann brauche ich ja nicht weiter zu probieren.


    Viele Grüße


    Mario

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

    Standard

    Man müsste wohl Christian direkt kontaktieren.

  10. #10
    Contao-Fan Avatar von electricarts
    Registriert seit
    22.07.2010.
    Ort
    Georgsmarienhütte
    Beiträge
    381

    Standard

    Irgendeinen Grund wird das ja haben. Da wird wohl auch ein direktes kontaktieren nichts ändern.

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

    Standard

    Zitat Zitat von electricarts Beitrag anzeigen
    Irgendeinen Grund wird das ja haben. Da wird wohl auch ein direktes kontaktieren nichts ändern.
    Nein, wenn es einen Grund gäbe hätte Christian diesen Grund ja einfach als Kommentar in einem der Pull Requests hinterlassen und den Pull Request geschlossen. Er hat vermutlich keine Zeit die Extension zu pflegen - das war auch schon vor einiger Zeit mal so, als die Sache mit dem API Key aufkam bspw.

    Du musst ihn einfach direkt kontaktieren.

  12. #12
    Contao-Nutzer Avatar von exens
    Registriert seit
    05.02.2011.
    Ort
    Hamburg
    Beiträge
    58

    Standard

    Hab das gleiche Problem mit der 3.5.34 Version gehabt, meine Lösung: aus einem anderen Projekt die aktuellen Module aus dem System Ordner raus kopiert und auf das System mit Composer übertragen, anschließend DB Update durchgeführt. Funktioniert alles einwandfrei.

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
  •