Contao-Camp 2024
Ergebnis 1 bis 17 von 17

Thema: Update von 4.4.26 auf 4.XXXX nicht möglich

  1. #1
    Contao-Nutzer
    Registriert seit
    06.02.2023.
    Beiträge
    12

    Standard Update von 4.4.26 auf 4.XXXX nicht möglich

    Hallo,

    ich habe hier eine Seite bei Strato laufen und muss entsprechend auf PHP 8.0 wechseln.
    Dazu muss ein Update von der 4.4.26 ausgeführt werden, geplant ist die 4.13

    Jedoch kann ich das Update nicht ausführen

    Folgendes Paket muss entfernt (Warum kann ich nicht erklären)
    Contao_Issue1.JPG

    Egal ob ich nun mit Update oder ohne die Änderungen ausführe kommt folgende Info.

    Das ganze steht dann, und ich komme nur noch mit schließen, task.json löschen wieder rein.

    Unter Systemwartung Composer Update ausführen hab ich auch probiert hier erscheint das gleiche Fenster.

    Hat von euch jemand eine Info was da falsch läuft?



    Danke
    Gruß Thomas



    composer require contao/conflicts=*@dev
    $ /opt/RZphp74/bin/php-cli -q -dmax_execution_time=0 -dmemory_limit=-1 -ddisplay_errors=0 -ddisplay_startup_errors=0 -derror_reporting=0 -dallow_url_fopen=1 -ddisable_functions= -ddate.timezone=MET /mnt/web321/a2/38/59143338/htdocs/contao/web/contao-manager.phar.php composer require contao/conflicts=*@dev --no-update --no-scripts --prefer-stable --sort-packages --no-ansi --no-interaction
    The "contao-components/installer" plugin was skipped because it requires a Plugin API version ("^1.0") that does not match your Composer installation ("2.2.0"). You may need to run composer update with the "--no-plugins" option.
    The "contao-community-alliance/composer-plugin" plugin was skipped because it requires a Plugin API version ("^1.0") that does not match your Composer installation ("2.2.0"). You may need to run composer update with the "--no-plugins" option.
    The "contao/manager-plugin" plugin was skipped because it requires a Plugin API version ("^1.1") that does not match your Composer installation ("2.2.0"). You may need to run composer update with the "--no-plugins" option.
    /mnt/web321/a2/38/59143338/htdocs/contao/composer.json has been updated
    # Process terminated with exit code 0
    # Result: OK
    composer update contao-components/installer contao/conflicts --no-install
    $ /opt/RZphp74/bin/php-cli -q -dmax_execution_time=0 -dmemory_limit=-1 -ddisplay_errors=0 -ddisplay_startup_errors=0 -derror_reporting=0 -dallow_url_fopen=1 -ddisable_functions= -ddate.timezone=MET /mnt/web321/a2/38/59143338/htdocs/contao/web/contao-manager.phar.php composer update contao/manager-bundle contao-components/installer contao/news-bundle contao/calendar-bundle contao/faq-bundle contao/comments-bundle contao/newsletter-bundle contao/listing-bundle contao/conflicts contao/core-bundle contao/installation-bundle --with-dependencies --no-install --no-scripts --no-dev --no-progress --no-ansi --no-interaction --optimize-autoloader
    The "contao-components/installer" plugin was skipped because it requires a Plugin API version ("^1.0") that does not match your Composer installation ("2.2.0"). You may need to run composer update with the "--no-plugins" option.
    The "contao-community-alliance/composer-plugin" plugin was skipped because it requires a Plugin API version ("^1.0") that does not match your Composer installation ("2.2.0"). You may need to run composer update with the "--no-plugins" option.
    The "contao/manager-plugin" plugin was skipped because it requires a Plugin API version ("^1.1") that does not match your Composer installation ("2.2.0"). You may need to run composer update with the "--no-plugins" option.
    Loading composer repositories with package information
    Info from https://repo.packagist.org: #StandWithUkraine

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

    Standard

    Editiere die composer.json manuell für ein Update auf 4.13 und führe dann in der Systemwartung "Composer Update ausführen" aus.
    » sponsor me via GitHub or PayPal or Revolut

  3. #3
    Contao-Nutzer
    Registriert seit
    06.02.2023.
    Beiträge
    12

    Standard

    Zitat Zitat von Spooky Beitrag anzeigen
    Editiere die composer.json manuell für ein Update auf 4.13 und führe dann in der Systemwartung "Composer Update ausführen" aus.
    Hallo,

    Danke für die Antwort.

    Was muss ich hier eingeben, reicht es wenn alle 4.4 auf 4.13 gestellt werden?

    Danke

    Gruß


    {
    "name": "contao/managed-edition",
    "type": "project",
    "description": "Contao Open Source CMS",
    "license": "LGPL-3.0-or-later",
    "authors": [
    {
    "name": "Leo Feyer",
    "homepage": "https://github.com/leofeyer"
    }
    ],
    "require": {
    "php": "^5.6 || ^7.4",
    "contao/calendar-bundle": "^4.4",
    "contao/comments-bundle": "^4.4",
    "contao/faq-bundle": "^4.4",
    "contao/listing-bundle": "^4.4",
    "contao/manager-bundle": "4.4.*",
    "contao/news-bundle": "^4.4",
    "contao/newsletter-bundle": "^4.4",
    "do-while/contao-backupdb-bundle": "^1.2",
    "jrgregory/m17-sticky-backend-footer": "^2.0",
    "terminal42/contao-easy_themes": "^2.2",
    "ausi/contao-slug-backport": "^1.0",
    "codefog/contao-mobile_menu": "^2.7",
    "contao-bootstrap/grid": "^2.0",
    "madeyourday/contao-rocksolid-slider": "^2.0",
    "backboneit/contao-navigation": "^1.8",
    "madeyourday/contao-rocksolid-custom-elements": "^2.2",
    "terminal42/contao-ce-access": "^2.0"
    },
    "conflict": {
    "contao/core-bundle": "<4.4.8",
    "symfony/lock": "<3.4.12"
    },
    "config": {
    "component-dir": "assets"
    },
    "extra": {
    "branch-alias": {
    "dev-4.4": "4.9.x-dev"
    }
    },
    "scripts": {
    "post-install-cmd": [
    "Contao\\ManagerBundle\\Composer\\ScriptHandler::i nitializeApplication"
    ],
    "post-update-cmd": [
    "Contao\\ManagerBundle\\Composer\\ScriptHandler::i nitializeApplication"
    ]
    }
    }

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

    Standard

    Bei den contao/* Paketen, ja.
    » sponsor me via GitHub or PayPal or Revolut

  5. #5
    Contao-Nutzer
    Registriert seit
    10.06.2021.
    Beiträge
    232
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Diese Zeile kannst du auch gleich entfernen:
    Code:
    "php": "^5.6 || ^7.4",

  6. #6
    Contao-Nutzer
    Registriert seit
    06.02.2023.
    Beiträge
    12

    Standard

    Hallo,

    ich habe wie folgt geändert

    {
    "name": "contao/managed-edition",
    "type": "project",
    "description": "Contao Open Source CMS",
    "license": "LGPL-3.0-or-later",
    "authors": [
    {
    "name": "Leo Feyer",
    "homepage": "https://github.com/leofeyer"
    }
    ],
    "require": {
    "contao/calendar-bundle": "^4.13",
    "contao/comments-bundle": "^4.13",
    "contao/faq-bundle": "^4.13",
    "contao/listing-bundle": "^4.13",
    "contao/manager-bundle": "4.13",
    "contao/news-bundle": "^4.13",
    "contao/newsletter-bundle": "^4.13",
    "do-while/contao-backupdb-bundle": "^1.2",
    "jrgregory/m17-sticky-backend-footer": "^2.0",
    "terminal42/contao-easy_themes": "^2.2",
    "ausi/contao-slug-backport": "^1.0",
    "codefog/contao-mobile_menu": "^2.7",
    "contao-bootstrap/grid": "^2.0",
    "madeyourday/contao-rocksolid-slider": "^2.0",
    "backboneit/contao-navigation": "^1.8",
    "madeyourday/contao-rocksolid-custom-elements": "^2.2",
    "terminal42/contao-ce-access": "^2.0"
    },
    "conflict": {
    "contao/core-bundle": "<4.13",
    "symfony/lock": "<3.4.12"
    },
    "config": {
    "component-dir": "assets"
    },
    "extra": {
    "branch-alias": {
    "dev-4.4": "4.4.x-dev"
    }
    },
    "scripts": {
    "post-install-cmd": [
    "Contao\\ManagerBundle\\Composer\\ScriptHandler::i nitializeApplication"
    ],
    "post-update-cmd": [
    "Contao\\ManagerBundle\\Composer\\ScriptHandler::i nitializeApplication"
    ]
    }
    }

    danach Composer Update ausgeführt.

    Es zeigt sich nach wie vor das gleiche Problem

    Unbenannt3.JPG

    Hier bleibt er hängen

    $ /opt/RZphp74/bin/php-cli -q -dmax_execution_time=0 -dmemory_limit=-1 -ddisplay_errors=0 -ddisplay_startup_errors=0 -derror_reporting=0 -dallow_url_fopen=1 -ddisable_functions= -ddate.timezone=MET /mnt/web321/a2/38/59143338/htdocs/contao/web/contao-manager.phar.php composer update contao/manager-bundle contao-components/installer contao/news-bundle contao/calendar-bundle contao/faq-bundle contao/comments-bundle contao/newsletter-bundle contao/listing-bundle contao/conflicts contao/core-bundle contao/installation-bundle --with-dependencies --no-install --no-scripts --no-dev --no-progress --no-ansi --no-interaction --optimize-autoloader
    The "contao-components/installer" plugin was skipped because it requires a Plugin API version ("^1.0") that does not match your Composer installation ("2.2.0"). You may need to run composer update with the "--no-plugins" option.
    The "contao-community-alliance/composer-plugin" plugin was skipped because it requires a Plugin API version ("^1.0") that does not match your Composer installation ("2.2.0"). You may need to run composer update with the "--no-plugins" option.
    The "contao/manager-plugin" plugin was skipped because it requires a Plugin API version ("^1.1") that does not match your Composer installation ("2.2.0"). You may need to run composer update with the "--no-plugins" option.
    Loading composer repositories with package information
    Info from https://repo.packagist.org: #StandWithUkraine

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

    Standard

    In deiner composer.json fehlt im require noch
    Code:
    "contao/conflicts": "*@dev"
    Das musst du auch noch manuell hinzufügen, dann "Composer Update ausführen".
    » sponsor me via GitHub or PayPal or Revolut

  8. #8
    Contao-Nutzer
    Registriert seit
    06.02.2023.
    Beiträge
    12

    Standard

    Danke für die Info, leider ohne ErgebnisUnbenannt4.JPG

    Gleicher Text und er hängt wieder.

    Vielleicht bin ich auch zu ungeduldig, nach ca 20 min hab ich wieder abgebrochen,
    kann es sein das es solange oder länger dauert?

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

    Standard

    Poste deine aktuelle composer.json
    Und poste immer die gesamte Konsolenausgabe, nicht nur einen Screenshot.
    » sponsor me via GitHub or PayPal or Revolut

  10. #10
    Contao-Nutzer
    Registriert seit
    06.02.2023.
    Beiträge
    12

    Standard

    Composer.json

    {
    "name": "contao/managed-edition",
    "type": "project",
    "description": "Contao Open Source CMS",
    "license": "LGPL-3.0-or-later",
    "authors": [
    {
    "name": "Leo Feyer",
    "homepage": "https://github.com/leofeyer"
    }
    ],
    "require": {
    "contao/conflicts": "*@dev",
    "contao/calendar-bundle": "^4.13",
    "contao/comments-bundle": "^4.13",
    "contao/faq-bundle": "^4.13",
    "contao/listing-bundle": "^4.13",
    "contao/manager-bundle": "4.13",
    "contao/news-bundle": "^4.13",
    "contao/newsletter-bundle": "^4.13",
    "do-while/contao-backupdb-bundle": "^1.2",
    "jrgregory/m17-sticky-backend-footer": "^2.0",
    "terminal42/contao-easy_themes": "^2.2",
    "ausi/contao-slug-backport": "^1.0",
    "codefog/contao-mobile_menu": "^2.7",
    "contao-bootstrap/grid": "^2.0",
    "madeyourday/contao-rocksolid-slider": "^2.0",
    "backboneit/contao-navigation": "^1.8",
    "madeyourday/contao-rocksolid-custom-elements": "^2.2",
    "terminal42/contao-ce-access": "^2.0"
    },
    "conflict": {
    "contao/core-bundle": "<4.13",
    "symfony/lock": "<3.4.12"
    },
    "config": {
    "component-dir": "assets"
    },
    "extra": {
    "branch-alias": {
    "dev-4.4": "4.4.x-dev"
    }
    },
    "scripts": {
    "post-install-cmd": [
    "Contao\\ManagerBundle\\Composer\\ScriptHandler::i nitializeApplication"
    ],
    "post-update-cmd": [
    "Contao\\ManagerBundle\\Composer\\ScriptHandler::i nitializeApplication"
    ]
    }
    }

    Vollständige Kosole
    $ /opt/RZphp74/bin/php-cli -q -dmax_execution_time=0 -dmemory_limit=-1 -ddisplay_errors=0 -ddisplay_startup_errors=0 -derror_reporting=0 -dallow_url_fopen=1 -ddisable_functions= -ddate.timezone=MET /mnt/web321/a2/38/59143338/htdocs/contao/web/contao-manager.phar.php composer update contao/manager-bundle contao-components/installer contao/news-bundle contao/calendar-bundle contao/faq-bundle contao/comments-bundle contao/newsletter-bundle contao/listing-bundle contao/conflicts contao/core-bundle contao/installation-bundle --with-dependencies --no-install --no-scripts --no-dev --no-progress --no-ansi --no-interaction --optimize-autoloader

    The "contao-components/installer" plugin was skipped because it requires a Plugin API version ("^1.0") that does not match your Composer installation ("2.2.0"). You may need to run composer update with the "--no-plugins" option.
    The "contao-community-alliance/composer-plugin" plugin was skipped because it requires a Plugin API version ("^1.0") that does not match your Composer installation ("2.2.0"). You may need to run composer update with the "--no-plugins" option.
    The "contao/manager-plugin" plugin was skipped because it requires a Plugin API version ("^1.1") that does not match your Composer installation ("2.2.0"). You may need to run composer update with the "--no-plugins" option.
    Loading composer repositories with package information
    Info from https://repo.packagist.org: #StandWithUkraine

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

    Standard

    Hast du wirklich auf "Composer Update ausführen" geklickt für diese letzte Konsolenausgabe? Hast du die Resolver Cloud aktiviert oder deaktiviert?
    » sponsor me via GitHub or PayPal or Revolut

  12. #12
    Contao-Nutzer
    Registriert seit
    06.02.2023.
    Beiträge
    12

    Standard

    Unbenannt5.jpg

    Unbenannt6.JPG

    - - - Aktualisiert - - -

    Die Cloud ist deaktiviert

  13. #13
    Contao-Nutzer
    Registriert seit
    06.02.2023.
    Beiträge
    12

    Standard

    Ich habe nun die Cloud aktiviert und nun ist das Composer Update sauber durchgelaufen.
    Ich konnte einzelne Pakete updaten, beim Versionswechsel auf 4.13 bekommen ich nun folgende Ausgabe.

    Hat hierzu jemand eine Idee?

    PHP-Code:
     $ /opt/RZphp74/bin/php-cli --dmax_execution_time=-dmemory_limit=--ddisplay_errors=-ddisplay_startup_errors=-derror_reporting=-dallow_url_fopen=-ddisable_functions= -ddate.timezone=MET /mnt/web321/a2/38/59143338/htdocs/contao/web/contao-manager.phar.php composer require contao/manager-bundle=4.13.* contao/news-bundle=4.13.* contao/calendar-bundle=4.13.* contao/faq-bundle=4.13.* contao/comments-bundle=4.13.* contao/newsletter-bundle=4.13.* contao/listing-bundle=4.13.* --no-update --no-scripts --prefer-stable --sort-packages --no-ansi --no-interaction

    Using config
    .component-dir has been deprecatedPlease use extra.contao-component-dir instead.
    /
    mnt/web321/a2/38/59143338/htdocs/contao/composer.json has been updated

    # Process terminated with exit code 0
    # Result: OK


    Resolving dependencies using Composer Cloud v3.5.1

    [5.7MiB/0.16sLoading composer repositories with package information
    [74.4MiB/7.13sUpdating dependencies
    [168.6MiB/7.74sYour requirements could not be resolved to an installable set of packages.
    [
    168.6MiB/7.74s
      
    Problem 1
        
    contao/managed-edition is present at version 1.0.0+no-version-set and cannot be modified by Composer
        
    contao/newsletter-bundle 4.13.2 requires contao/core-bundle 4.13.2 -> satisfiable by contao/core-bundle[4.13.2].
        - 
    Conclusiondon't install contao/core-bundle 4.13.2 (conflict analysis result)
        - contao/newsletter-bundle 4.13.3 requires contao/core-bundle 4.13.3 -> satisfiable by contao/core-bundle[4.13.3].
        - Conclusion: don'
    t install contao/core-bundle 4.13.3 (conflict analysis result)
        - 
    contao/newsletter-bundle 4.13.4 requires contao/core-bundle 4.13.4 -> satisfiable by contao/core-bundle[4.13.4].
        - 
    Conclusiondon't install contao/core-bundle 4.13.4 (conflict analysis result)
        - contao/newsletter-bundle 4.13.5 requires contao/core-bundle 4.13.5 -> satisfiable by contao/core-bundle[4.13.5].
        - Conclusion: don'
    t install contao/core-bundle 4.13.5 (conflict analysis result)
        - 
    contao/newsletter-bundle 4.13.6 requires contao/core-bundle 4.13.6 -> satisfiable by contao/core-bundle[4.13.6].
        - 
    Conclusiondon't install contao/core-bundle 4.13.6 (conflict analysis result)
        - contao/newsletter-bundle 4.13.7 requires contao/core-bundle 4.13.7 -> satisfiable by contao/core-bundle[4.13.7].
        - Conclusion: don'
    t install contao/core-bundle 4.13.7 (conflict analysis result)
        - 
    contao/newsletter-bundle 4.13.8 requires contao/core-bundle 4.13.8 -> satisfiable by contao/core-bundle[4.13.8].
        - 
    Conclusiondon't install contao/core-bundle 4.13.8 (conflict analysis result)
        - contao/newsletter-bundle 4.13.9 requires contao/core-bundle 4.13.9 -> satisfiable by contao/core-bundle[4.13.9].
        - Conclusion: don'
    t install contao/core-bundle 4.13.9 (conflict analysis result)
        - 
    contao/newsletter-bundle 4.13.10 requires contao/core-bundle 4.13.10 -> satisfiable by contao/core-bundle[4.13.10].
        - 
    Conclusiondon't install contao/core-bundle 4.13.10 (conflict analysis result)
        - contao/newsletter-bundle 4.13.11 requires contao/core-bundle 4.13.11 -> satisfiable by contao/core-bundle[4.13.11].
        - Conclusion: don'
    t install contao/core-bundle 4.13.11 (conflict analysis result)
        - 
    contao/newsletter-bundle 4.13.12 requires contao/core-bundle 4.13.12 -> satisfiable by contao/core-bundle[4.13.12].
        - 
    Conclusiondon't install contao/core-bundle 4.13.12 (conflict analysis result)
        - contao/newsletter-bundle 4.13.13 requires contao/core-bundle 4.13.13 -> satisfiable by contao/core-bundle[4.13.13].
        - Conclusion: don'
    t install contao/core-bundle 4.13.13 (conflict analysis result)
        - 
    contao/newsletter-bundle 4.13.14 requires contao/core-bundle 4.13.14 -> satisfiable by contao/core-bundle[4.13.14].
        - 
    Conclusiondon't install contao/core-bundle 4.13.14 (conflict analysis result)
        - contao/newsletter-bundle 4.13.15 requires contao/core-bundle 4.13.15 -> satisfiable by contao/core-bundle[4.13.15].
        - Conclusion: don'
    t install contao/core-bundle 4.13.15 (conflict analysis result)
        - 
    terminal42/contao-ce-access 2.0.2 requires contao/core >=2.11,<-> satisfiable by contao/core[2.11.0, ..., 2.11.173.0.0, ..., 3.5.40].
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.5.40 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.5.39 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.5.38 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.5.37 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.5.36 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.5.35 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.5.34 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.5.33 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.5.32 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.5.31 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.5.30 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.5.29 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.5.28 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.5.27 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.5.26 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.5.25 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.5.24 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.5.23 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.5.22 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.5.21 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.5.20 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.5.19 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.5.18 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.5.17 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.5.16 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.5.15 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.5.14 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.5.13 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.5.12 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.5.11 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.5.10 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.5.9 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.5.8 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.5.7 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.5.6 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.5.5 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.5.4 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.5.3 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.5.2 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.5.1 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.5.0 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.4.5 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.4.4 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.4.3 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.4.2 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.4.1 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.4.0 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.3.7 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.3.6 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.3.5 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.3.4 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.3.3 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.3.2 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.3.1 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.3.0 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.2.21 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.2.20 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.2.19 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.2.18 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.2.17 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.2.16 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.2.15 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.2.14 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.2.13 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.2.12 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.2.11 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.2.10 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.2.9 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.2.8 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.2.7 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.2.6 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.2.5 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.2.4 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.2.3 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.2.2 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.2.1 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.2.0 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.1.5 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.1.4 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.1.3 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.1.2 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.1.1 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.1.0 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.0.6 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.0.5 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.0.4 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.0.3 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.0.2 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.0.1 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 3.0.0 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 2.11.17 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 2.11.16 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 2.11.15 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 2.11.14 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 2.11.13 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 2.11.12 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 2.11.11 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 2.11.10 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 2.11.9 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 2.11.8 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 2.11.7 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 2.11.6 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 2.11.5 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 2.11.4 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 2.11.3 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 2.11.2 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 2.11.1 replaces contao/core-bundle self.version).
        - 
    contao/managed-edition 1.0.0+no-version-set conflicts with contao/core-bundle <4.4.8 (contao/core 2.11.0 replaces contao/core-bundle self.version).
        - 
    contao/newsletter-bundle 4.13.1 requires contao/core-bundle 4.13.1 -> satisfiable by contao/core-bundle[4.13.1].
        - 
    Conclusiondon't install contao/core-bundle 4.13.1 (conflict analysis result)
        - contao/core-bundle[4.13.0, ..., 4.13.1] conflict with terminal42/contao-ce-access <3.0.
        - contao/newsletter-bundle 4.13.0 requires contao/core-bundle 4.13.0 -> satisfiable by contao/core-bundle[4.13.0].
        - Root composer.json requires contao/newsletter-bundle 4.13.* -> satisfiable by contao/newsletter-bundle[4.13.0, ..., 4.13.15].
        - Root composer.json requires terminal42/contao-ce-access ^2.0 -> satisfiable by terminal42/contao-ce-access[2.0.2, ..., 2.0.6].

    [168.6MiB/7.74s] 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.
    [42.9MiB/7.80s] Memory usage: 42.87MB (peak: 196.96MB), time: 7.8s.
    [42.9MiB/7.80s] Finished Composer Cloud resolving.


    # Cloud Job ID rE8SmhBJvcWvvWse08xjdEE2acmSUICqYXZW4YyLUmJY0gyEu5elZYX1VTf9UtLUK7q267jWTXMXV8DJa0af31V5vj9QzeBiircLIl7haW87S6Dk266FEH3NwnkOzv failed 

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

    Standard

    Du musst terminal42/contao-ce-access entfernen, das ist bereits im Core integriert.
    » sponsor me via GitHub or PayPal or Revolut

  15. #15
    Contao-Nutzer
    Registriert seit
    06.02.2023.
    Beiträge
    12

    Standard

    Zitat Zitat von Spooky Beitrag anzeigen
    Du musst terminal42/contao-ce-access entfernen, das ist bereits im Core integriert.
    Hallo, Danke für die Info, genau das wars.

    Installation ist sauber durchgelaufen, Jedoch ist jetzt das Frontend nicht mehr erreichbar.

    Folgender Fehler wir beim Aufruf angezeigt.

    Unbenannt7.JPG

    Backend ist erreichbar.

    PHP war noch auf 7.4 dieses habe ich auf die 8.1 umgestellt und nochmal ein Composer Update gemacht.

    Keine Änderung,

    Was gibt er hier noch für klassische ANwenderfehler?

  16. #16
    Community-Moderatorin & Contao-Urgestein Avatar von mlweb
    Registriert seit
    10.07.2011.
    Beiträge
    6.715
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Fehlerhafte Einstellung von Weiterleitungen in der htaccess zum Beispiel.
    Ich habe Dir mit meinen Hinweisen geholfen und Du möchtest Dich bedanken?
    Unterstütze bitte das Contao-Projekt (Button Links)
    Weitere Spendenmöglichkeiten
    ------------------------------------------------------------------------------------------------------
    Contao-Dokumentation: Contao-Handbuch und Contao-Entwickler-Doku
    Contao-Online-Video-Kurse: Contao Academy
    Funktionalität erweitern: Contao-Erweiterungen

    Für Dinge die man mit html5 und css3 lösen kann, braucht man kein javascript.




  17. #17
    Contao-Nutzer
    Registriert seit
    06.02.2023.
    Beiträge
    12

    Standard

    Hallo,

    Danke für die Antwort.

    Problem war die Einstellung der ersten Seite unter Contao https anstelle http.

    Seite läuft, alles bestens!

    Vielen Dank an alle die mich auf dem Weg nach 4.13 unterstützt haben.
    Geändert von HeuteContao (08.02.2023 um 13:19 Uhr)

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
  •