Startseite
  • » Home
  • » Handbuch & FAQ
  • » Forum
  • » Übersetzungsserver
  • » Suche
Startseite › Forum › Drupalcenter.de › Allgemeines zu Drupal ›

composer Fehler bei Distributionen

Eingetragen von etron777 (79)
am 21.02.2019 - 11:54 Uhr in
  • Allgemeines zu Drupal
  • Drupal 8.x

Wen ich composer install bei einer Neuinstalltion von Drupal 8 nehme, funktioniert alles ohne Fehler.
Wie kann man composer Fehler eingrenzen und beheben.
Bei Installationen für eine bestimmte Distribution oder Themes gibt es folgende Fehler:

z.B commerce kickstart

[Composer\Json\JsonValidationException]
  "./composer.json" does not match the expected JSON schema:
   - repositories.goalgorilla/social_docker_3 : Object value found, but a boolean is required
   - repositories.goalgorilla/social_docker_3 : Does not have a value in the enumeration [false]
   - repositories.goalgorilla/social_docker_3.package : The property package is required
   - repositories.goalgorilla/social_docker_3.type : Does not have a value in the enumeration ["composer"]
   - repositories.goalgorilla/social_docker_3.url : NULL value found, but a string is required
   - repositories.goalgorilla/social_docker_3.type : Does not have a value in the enumeration ["vcs","github","git","gitlab","git-bitbucket","hg","hg-bitbucket","fossil"
  ,"perforce","svn"]
   - repositories.goalgorilla/social_docker_3.type : Does not have a value in the enumeration ["path"]
   - repositories.goalgorilla/social_docker_3.type : Does not have a value in the enumeration ["artifact"]
   - repositories.goalgorilla/social_docker_3.type : Does not have a value in the enumeration ["pear"]
   - repositories.goalgorilla/social_docker_3 : Failed to match exactly one schema

Rhythm Theme von Themforest - dies ist auf debian Stretch und dort ist nur php 7.0 (im Respository) verfügbar
Problem 1
    - Installation request for doctrine/annotations v1.6.0 -> satisfiable by doctrine/annotations[v1.6.0].
    - doctrine/annotations v1.6.0 requires php ^7.1 -> your PHP version (7.0.33) does not satisfy that requirement.
  Problem 2
    - Installation request for doctrine/cache v1.8.0 -> satisfiable by doctrine/cache[v1.8.0].
    - doctrine/cache v1.8.0 requires php ~7.1 -> your PHP version (7.0.33) does not satisfy that requirement.
  Problem 3
    - Installation request for doctrine/collections v1.5.0 -> satisfiable by doctrine/collections[v1.5.0].
    - doctrine/collections v1.5.0 requires php ^7.1 -> your PHP version (7.0.33) does not satisfy that requirement.
  Problem 4
    - Installation request for doctrine/common v2.9.0 -> satisfiable by doctrine/common[v2.9.0].
    - doctrine/common v2.9.0 requires php ^7.1 -> your PHP version (7.0.33) does not satisfy that requirement.
  Problem 5
    - Installation request for doctrine/event-manager v1.0.0 -> satisfiable by doctrine/event-manager[v1.0.0].
    - doctrine/event-manager v1.0.0 requires php ^7.1 -> your PHP version (7.0.33) does not satisfy that requirement.
  Problem 6
    - Installation request for doctrine/inflector v1.3.0 -> satisfiable by doctrine/inflector[v1.3.0].
    - doctrine/inflector v1.3.0 requires php ^7.1 -> your PHP version (7.0.33) does not satisfy that requirement.
  Problem 7
    - Installation request for doctrine/persistence v1.0.1 -> satisfiable by doctrine/persistence[v1.0.1].
    - doctrine/persistence v1.0.1 requires php ^7.1 -> your PHP version (7.0.33) does not satisfy that requirement.
  Problem 8
    - Installation request for doctrine/reflection v1.0.0 -> satisfiable by doctrine/reflection[v1.0.0].
    - doctrine/reflection v1.0.0 requires php ^7.1 -> your PHP version (7.0.33) does not satisfy that requirement.
  Problem 9
    - Installation request for symfony/var-dumper v4.1.5 -> satisfiable by symfony/var-dumper[v4.1.5].
    - symfony/var-dumper v4.1.5 requires php ^7.1.3 -> your PHP version (7.0.33) does not satisfy that requirement.
  Problem 10
    - Installation request for doctrine/instantiator 1.1.0 -> satisfiable by doctrine/instantiator[1.1.0].
    - doctrine/instantiator 1.1.0 requires php ^7.1 -> your PHP version (7.0.33) does not satisfy that requirement.
  Problem 11
    - Installation request for myclabs/deep-copy 1.8.1 -> satisfiable by myclabs/deep-copy[1.8.1].
    - myclabs/deep-copy 1.8.1 requires php ^7.1 -> your PHP version (7.0.33) does not satisfy that requirement.
  Problem 12
    - Installation request for symfony/browser-kit v4.1.5 -> satisfiable by symfony/browser-kit[v4.1.5].
    - symfony/browser-kit v4.1.5 requires php ^7.1.3 -> your PHP version (7.0.33) does not satisfy that requirement.
  Problem 13
    - Installation request for symfony/dom-crawler v4.1.5 -> satisfiable by symfony/dom-crawler[v4.1.5].
    - symfony/dom-crawler v4.1.5 requires php ^7.1.3 -> your PHP version (7.0.33) does not satisfy that requirement.
  Problem 14
    - doctrine/annotations v1.6.0 requires php ^7.1 -> your PHP version (7.0.33) does not satisfy that requirement.
    - drupal/core 8.6.1 requires doctrine/annotations ^1.2 -> satisfiable by doctrine/annotations[v1.6.0].
    - Installation request for drupal/core 8.6.1 -> satisfiable by drupal/core[8.6.1].

‹ Drupal 7 ist tot, es lebe Drupal 9 composer Fehler bei Distributionen ›
  • Anmelden oder Registrieren um Kommentare zu schreiben

Composer dient dazu die

Eingetragen von wla (9464)
am 21.02.2019 - 12:36 Uhr

Composer dient dazu die Abhängigkeiten von Paketen zu berücksichtigen. Wenn Dein Theme also PHP 7.1 als Minimum einfordert, wird Composer es bei niedrigeren PHP-Versionen nicht installieren. Das ist genau so gewollt.

  • Anmelden oder Registrieren um Kommentare zu schreiben

Nicht unbedingt, wenn die

Eingetragen von etron777 (79)
am 21.02.2019 - 13:16 Uhr

Nicht unbedingt, wenn die Entwicklungsumgeung php 7.1 ist und der Entwickler nicht darauf achtet das es auch auf niedrigen Versionen laufen sollte.
https://www.doctrine-project.org/2017/07/25/php-7.1-requirement-and-comp...

Aber die Anleitung wie man das löst verstehe ich nicht.

und was macht man mit der Fehlermeldung bei commerce kickstart?

  • Anmelden oder Registrieren um Kommentare zu schreiben

Wenn bei dir unter Debian nur

Eingetragen von dinmikkith (1583)
am 21.02.2019 - 23:14 Uhr

Wenn bei dir unter Debian nur PHP 7.0 verfügbar ist, dann kannst du entweder Debian aktualisieren oder eine Paketquelle für PHP 7.2 bzw 7.3 hinzufügen, aus der heraus du die notwendigen Aktualisierungen machst.

Die Fehlermeldung zu Commerce Kickstart besagr, sass in der angesprochenen Datei ein Rechtschreibfehler ist, bzw diese an den hervorgehobenen Stellen nicht dem erwarteten Schema entspricht. Zu Deutsch:

Hallo lieber Nutzer, ich kann die Datei nicht lesen. Bitte korrigiere den Fehler, damit ich die Datei wieder lesen kann.

  • Anmelden oder Registrieren um Kommentare zu schreiben

Benutzeranmeldung

  • Registrieren
  • Neues Passwort anfordern

Aktive Forenthemen

  • Drupal CMS installieren
  • [erledigt]MP3 in Drupal 10 einbinden
  • (gelöst)Drupal 11 installieren
  • Titel ausblenden
  • Ich brauche dringen Hilfe zu Updates oder ggf. wwie geht Composer?
  • Dynamische Ansicht von Seiteninhalt (als Tabelle?)
  • Vergabe von Berechtigungen für bestimmte Rollen; mir fehlt der Haken bzw. das „Veröffentlicht“
  • Medien und andere Daten mit Feeds von Drupal 7 auf Drupal 10 migrieren
  • Rolle erstellen nicht zu finden
  • für drupal11 ein Slider Modul
  • [gelöst] W3CSS Paragraphs Views
  • Drupal 11 neu aufsetzen und Bereiche aus 10 importieren
Weiter

Neue Kommentare

  • Verwende doch das Tag dafür,
    vor 4 Tagen 12 Stunden
  • Guckst du hier: step by step
    vor 4 Tagen 2 Stunden
  • Guckst du hier: step by step
    vor 4 Tagen 2 Stunden
  • Ich habe ja keine Angst vor
    vor 1 Woche 6 Tagen
  • Ist grundsätzlichmachbar – aber nichts für „einfach mal schnell“
    vor 2 Wochen 1 Tag
  • Vielen Dank erst einmal, aber
    vor 2 Wochen 3 Tagen
  • Du hast die "Trusted host
    vor 2 Wochen 3 Tagen
  • Bitte genauer den aktuellen Lösungs-Ansatz beschreiben
    vor 4 Wochen 2 Tagen
  • Git und rsync sind die wichtigsten Werkzeuge
    vor 4 Wochen 6 Tagen
  • Arrrrg. Nix Tabelle :-D /*
    vor 9 Wochen 1 Tag

Statistik

Beiträge im Forum: 250284
Registrierte User: 20498

Neue User:

  • Inga GuAph
  • Robertolix
  • DavidBit

» Alle User anzeigen

User nach Punkten sortiert:
wla9464
stBorchert6003
quiptime4972
Tobias Bähr4019
bv3924
ronald3857
md3717
Thoor3678
Alexander Langer3416
Exterior2903
» User nach Punkten
Zur Zeit sind 0 User und 15 Gäste online.

Hauptmenü

  • » Home
  • » Handbuch & FAQ
  • » Forum
  • » Übersetzungsserver
  • » Suche

Quicklinks I

  • Infos
  • Drupal Showcase
  • Installation
  • Update
  • Forum
  • Team
  • Verhaltensregeln

Quicklinks II

  • Drupal Jobs
  • FAQ
  • Drupal-Kochbuch
  • Best Practice - Drupal Sites - Guidelines
  • Drupal How To's

Quicklinks III

  • Tipps & Tricks
  • Drupal Theme System
  • Theme Handbuch
  • Leitfaden zur Entwicklung von Modulen

RSS & Twitter

  • Drupal Planet deutsch
  • RSS Feed News
  • RSS Feed Planet
  • Twitter Drupalcenter
Drupalcenter Team | Impressum & Datenschutz | Kontakt
Angetrieben von Drupal | Drupal is a registered trademark of Dries Buytaert.
Drupal Initiative - Drupal Association