Ergebnis 1 bis 6 von 6

Thema: Console task terminated! The background task has stopped unexpectedly.

  1. #1
    Contao-Fan
    Registriert seit
    15.12.2011.
    Beiträge
    812

    Standard Console task terminated! The background task has stopped unexpectedly.

    Hallo zusammen,

    ich versuche gerade ein Update von 4.6.x auf 4.7 durchzuführen. Leider erhalte ich immer diesen Fehler:
    PHP-Code:
    Resolving dependencies using Composer Cloud v2.0.8

    [425.9MiB/6.76sLoading composer repositories with package information
    [426.3MiB/6.85sUpdating dependencies
    [2045.1MiB/53.74sYour requirements could not be resolved to an installable set of packages.
    [
    2045.1MiB/53.75s
      
    Problem 1
        
    The requested package contao/calendar-bundle (locked at 4.6.14required as ^4.7is satisfiable by contao/calendar-bundle[4.6.14but these conflict with your requirements or minimum-stability.
      
    Problem 2
        
    The requested package contao/comments-bundle (locked at 4.6.14required as ^4.7is satisfiable by contao/comments-bundle[4.6.14but these conflict with your requirements or minimum-stability.
      
    Problem 3
        
    The requested package contao/faq-bundle (locked at 4.6.14required as ^4.7is satisfiable by contao/faq-bundle[4.6.14but these conflict with your requirements or minimum-stability.
      
    Problem 4
        
    The requested package contao/listing-bundle (locked at 4.6.14required as ^4.7is satisfiable by contao/listing-bundle[4.6.14but these conflict with your requirements or minimum-stability.
      
    Problem 5
        
    The requested package contao/news-bundle (locked at 4.6.14required as ^4.7is satisfiable by contao/news-bundle[4.6.14but these conflict with your requirements or minimum-stability.
      
    Problem 6
        
    The requested package contao/newsletter-bundle (locked at 4.6.14required as ^4.7is satisfiable by contao/newsletter-bundle[4.6.14but these conflict with your requirements or minimum-stability.

    [
    2045.1MiB/53.75s] <warning>Running update with --no-dev does not mean require-dev is ignoredit just means the packages will not be installed. If dev requirements are blocking the update you have to resolve those problems.</warning>
    [
    719.8MiB/61.83sMemory usage719.79MB (peak2773.15MB), time61.83s.
    [
    719.8MiB/61.83sFinished Composer Cloud resolving.


    # Cloud Job ID LVkSL0SMXggyTOvaS8ncxFMLfzWNEngwZONmIpmiI6PZcaR6C17eYdCt7PAYzYWaREEeCGoL3kZboUr5EYW0kIwBB failed

    ---

    ### The background task has stopped unexpectedly ### 
    Jemand einen Tipp für mich?

    Vielen Dank,
    Preetz

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

    Support Contao

    Standard

    Poste mal Deine composer.json.
    Contao Community Administrator

    [Unterstützungsmöglichkeiten]

  3. #3
    Contao-Fan
    Registriert seit
    15.12.2011.
    Beiträge
    812

    Standard

    gerne:

    PHP-Code:
    {
        
    "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""^7.1",
            
    "contao-themes-net/mate-theme-bundle""^1.5.8",
            
    "contao/calendar-bundle""^4.7",
            
    "contao/comments-bundle""^4.7",
            
    "contao/conflicts""*@dev",
            
    "contao/faq-bundle""^4.7",
            
    "contao/listing-bundle""^4.7",
            
    "contao/manager-bundle""4.7.*",
            
    "contao/news-bundle""^4.7",
            
    "contao/newsletter-bundle""^4.7"
        
    },
        
    "config": {
            
    "component-dir""assets"
        
    },
        
    "extra": {
            
    "branch-alias": {
                
    "dev-4.6""4.6.x-dev"
            
    }
        },
        
    "scripts": {
            
    "post-install-cmd": [
                
    "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            
    ],
            
    "post-update-cmd": [
                
    "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            
    ]
        }


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

    Support Contao

    Standard

    Hast Du alle Pakete zum Update ausgewählt und anschließend das Update ausgeführt?
    Contao Community Administrator

    [Unterstützungsmöglichkeiten]

  5. #5
    Contao-Fan
    Registriert seit
    15.12.2011.
    Beiträge
    812

    Standard

    Im ersten Schritt hatte ich nur Core auf 4.7 geändert und aktualisiert. Dann im 2. Schritt - als ein Fehler kam - auch die Module.

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

    Support Contao

    Standard

    Du musst wie schon gesagt alle gleichzeitig auswählen und dann den Updatejob starten.

    Du könntest auch Deine aktuelle composer.lock z. B. in composer.lock.bak umbenennen und den Vorgang wiederholen.
    Contao Community Administrator

    [Unterstützungsmöglichkeiten]

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
  •