Ergebnis 1 bis 4 von 4

Thema: Frische install composer error

  1. #1
    Alter Contao-Hase Avatar von xkoy
    Registriert seit
    23.07.2010.
    Ort
    Mount Maunganui, New Zealand
    Beiträge
    1.035

    Standard Frische install composer error

    Hey, frische installation, bin jetzt im safe mode.

    Composer dependencies are not installed. <---- Hier bleib ich haengen. Sobald ich installiere spuckt er mir error aus. Evtl sieht jemand was los ist:

    Danke!

    Code:
    > Resolving dependencies using Composer Cloud v3.5.1
    
    [3.1MiB/0.15s] Loading composer repositories with package information
    [48.1MiB/4.19s] Updating dependencies
    [84.7MiB/4.48s] Your requirements could not be resolved to an installable set of packages.
    [84.7MiB/4.48s] 
      Problem 1
        - contao/newsletter-bundle 5.0.4 requires contao/core-bundle 5.0.4 -> satisfiable by contao/core-bundle[5.0.4].
        - contao/newsletter-bundle 5.0.3 requires contao/core-bundle 5.0.3 -> satisfiable by contao/core-bundle[5.0.3].
        - contao/newsletter-bundle 5.0.2 requires contao/core-bundle 5.0.2 -> satisfiable by contao/core-bundle[5.0.2].
        - contao/newsletter-bundle 5.0.1 requires contao/core-bundle 5.0.1 -> satisfiable by contao/core-bundle[5.0.1].
        - contao/newsletter-bundle 5.0.0 requires contao/core-bundle 5.0.0 -> satisfiable by contao/core-bundle[5.0.0].
        - contao/core-bundle[5.0.0, ..., 5.0.4] require league/flysystem ^3.0 -> satisfiable by league/flysystem[3.0.0, ..., 3.10.2].
        - league/flysystem[3.0.0, ..., 3.10.2] require league/mime-type-detection ^1.0.0 -> satisfiable by league/mime-type-detection[1.0.0, ..., 1.11.0].
        - league/mime-type-detection[1.0.0, ..., 1.3.0] require php ^7.2 -> your php version (8.1.11.0) does not satisfy that requirement.
        - league/mime-type-detection[1.4.0, ..., 1.11.0] require ext-fileinfo * -> the ext-fileinfo package is disabled by your platform config. Enable it again with "composer config platform.ext-fileinfo --unset".
        - Root composer.json requires contao/newsletter-bundle 5.0.* -> satisfiable by contao/newsletter-bundle[5.0.0, ..., 5.0.4].
    
    To enable extensions, verify that they are enabled in your .ini files:
        - /etc/php/8.1/cli/php.ini
        - /etc/php/8.1/cli/conf.d/10-mysqlnd.ini
        - /etc/php/8.1/cli/conf.d/10-opcache.ini
        - /etc/php/8.1/cli/conf.d/10-pdo.ini
        - /etc/php/8.1/cli/conf.d/15-xml.ini
        - /etc/php/8.1/cli/conf.d/20-bcmath.ini
        - /etc/php/8.1/cli/conf.d/20-bz2.ini
        - /etc/php/8.1/cli/conf.d/20-calendar.ini
        - /etc/php/8.1/cli/conf.d/20-ctype.ini
        - /etc/php/8.1/cli/conf.d/20-curl.ini
        - /etc/php/8.1/cli/conf.d/20-dba.ini
        - /etc/php/8.1/cli/conf.d/20-dom.ini
        - /etc/php/8.1/cli/conf.d/20-exif.ini
        - /etc/php/8.1/cli/conf.d/20-ffi.ini
        - /etc/php/8.1/cli/conf.d/20-fileinfo.ini
        - /etc/php/8.1/cli/conf.d/20-ftp.ini
        - /etc/php/8.1/cli/conf.d/20-gd.ini
        - /etc/php/8.1/cli/conf.d/20-gettext.ini
        - /etc/php/8.1/cli/conf.d/20-gmagick.ini
        - /etc/php/8.1/cli/conf.d/20-gmp.ini
        - /etc/php/8.1/cli/conf.d/20-iconv.ini
        - /etc/php/8.1/cli/conf.d/20-igbinary.ini
        - /etc/php/8.1/cli/conf.d/20-imap.ini
        - /etc/php/8.1/cli/conf.d/20-intl.ini
        - /etc/php/8.1/cli/conf.d/20-ldap.ini
        - /etc/php/8.1/cli/conf.d/20-mbstring.ini
        - /etc/php/8.1/cli/conf.d/20-mysqli.ini
        - /etc/php/8.1/cli/conf.d/20-pdo_mysql.ini
        - /etc/php/8.1/cli/conf.d/20-pdo_sqlite.ini
        - /etc/php/8.1/cli/conf.d/20-phar.ini
        - /etc/php/8.1/cli/conf.d/20-posix.ini
        - /etc/php/8.1/cli/conf.d/20-readline.ini
        - /etc/php/8.1/cli/conf.d/20-redis.ini
        - /etc/php/8.1/cli/conf.d/20-shmop.ini
        - /etc/php/8.1/cli/conf.d/20-simplexml.ini
        - /etc/php/8.1/cli/conf.d/20-soap.ini
        - /etc/php/8.1/cli/conf.d/20-sockets.ini
        - /etc/php/8.1/cli/conf.d/20-sqlite3.ini
        - /etc/php/8.1/cli/conf.d/20-sysvmsg.ini
        - /etc/php/8.1/cli/conf.d/20-sysvsem.ini
        - /etc/php/8.1/cli/conf.d/20-sysvshm.ini
        - /etc/php/8.1/cli/conf.d/20-tokenizer.ini
        - /etc/php/8.1/cli/conf.d/20-xmlreader.ini
        - /etc/php/8.1/cli/conf.d/20-xmlwriter.ini
        - /etc/php/8.1/cli/conf.d/20-xsl.ini
        - /etc/php/8.1/cli/conf.d/20-zip.ini
        - /etc/php/8.1/cli/conf.d/50-serverctl.ini
    You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode.
    Alternatively, you can run Composer with `--ignore-platform-req=ext-fileinfo` to temporarily ignore these required extensions.
    [84.7MiB/4.48s] 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.
    [29.6MiB/4.51s] Memory usage: 29.64MB (peak: 124.69MB), time: 4.52s.
    [29.6MiB/4.51s] Finished Composer Cloud resolving.

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

    Standard

    In deiner Hosting Umgebung dürfte ext-fileinfo fehlen.
    » sponsor me via GitHub or PayPal or Revolut

  3. #3
    Alter Contao-Hase Avatar von xkoy
    Registriert seit
    23.07.2010.
    Ort
    Mount Maunganui, New Zealand
    Beiträge
    1.035

    Standard

    Hey,

    ok kann man das aktivieren? Sry kenn mich da nicht aus ????

    Danke

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

    Standard

    Das musst du deinen Hoster fragen.
    » sponsor me via GitHub or PayPal or Revolut

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
  •