Contao-Camp 2024
Ergebnis 1 bis 21 von 21

Thema: Contao Manager 1.1.4 Fehlermeldung beim Update von 4.4.x auf 4.7.x

  1. #1
    Contao-Nutzer
    Registriert seit
    20.06.2009.
    Ort
    Winterberg, Sauerland
    Beiträge
    72

    Standard Contao Manager 1.1.4 Fehlermeldung beim Update von 4.4.x auf 4.7.x

    Hallo Leute,

    ich wollte meine Contao 4.4.36 er Version auf 4.7.x mit dem Manager updaten.
    Habe soweit von 4.4 auf 4.7 entsprechend geändert.

    Wenn ich das jetzt starte kommt
    The background task has stopped unexpectedly. Please check the console protocol.

    Code:
    $ /opt/plesk/php/7.2/bin/php '-q' '/var/www/vhosts/hochsauerlandhalle.de/httpdocs/web/web/contao-manager.phar.php' 'composer' 'require' 'contao/calendar-bundle=^4.7' 'contao/comments-bundle=^4.7' 'contao/faq-bundle=^4.7' 'contao/listing-bundle=^4.7' 'contao/news-bundle=^4.7' 'contao/newsletter-bundle=^4.7' '--no-suggest' '--no-update' '--no-scripts' '--prefer-stable' '--sort-packages' '--no-ansi' '--no-interaction' 2>&1
    
    Using config.component-dir has been deprecated. Please use extra.contao-component-dir instead.
    /var/www/vhosts/hochsauerlandhalle.de/httpdocs/web/composer.json has been updated
    
    # Process terminated with exit code 0
    # Result: OK
    
    
    > Resolving dependencies using Composer Cloud v2.0.6
    
    [354.7MiB/9.63s] Loading composer repositories with package information
    [355.0MiB/9.74s] Updating dependencies
    [1618.8MiB/49.90s] Your requirements could not be resolved to an installable set of packages.
    [1618.8MiB/49.91s] 
      Problem 1
        - The requested package contao/manager-bundle (locked at 4.4.36, required as 4.7.*) is satisfiable by contao/manager-bundle[4.4.36] but these conflict with your requirements or minimum-stability.
      Problem 2
        - contao/manager-bundle 4.7.2 requires contao/core-bundle 4.7.2 -> satisfiable by contao/core-bundle[4.7.2].
        - Conclusion: don't install contao/core-bundle 4.7.2
        - contao/manager-bundle 4.7.1 requires contao/core-bundle 4.7.1 -> satisfiable by contao/core-bundle[4.7.1].
        - Conclusion: don't install contao/core-bundle 4.7.1
        - Can only install one of: contao/installation-bundle[4.7.0, 4.4.36].
        - Can only install one of: contao/installation-bundle[4.7.0, 4.4.36].
        - contao/manager-bundle 4.7.0 requires contao/installation-bundle 4.7.0 -> satisfiable by contao/installation-bundle[4.7.0].
        - Installation request for contao/manager-bundle 4.7.* -> satisfiable by contao/manager-bundle[4.7.0, 4.7.1, 4.7.2].
        - Installation request for contao/installation-bundle (locked at 4.4.36) -> satisfiable by contao/installation-bundle[4.4.36].
    
    [1618.8MiB/49.91s] <warning>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.</warning>
    [633.6MiB/59.37s] Memory usage: 633.62MB (peak: 2597.91MB), time: 59.37s.
    [633.6MiB/59.37s] Finished Composer Cloud resolving.
    
    
    # Cloud Job ID Lxfpu5FhIf8L7qaD1mJ8wFbm0QaOdgqOOATsiIrG2T4GNPAu6mLbPpHGMYr3UUpz1J6QOU0m3RwCjuJbIAovpk failed
    
    ---
    
    ### The background task has stopped unexpectedly ###
    Sorry aber ich habe keine Ahnung was ich machen soll.

    Der Manager sagt alles OK

    Danke für Eure Hilfe.

    Gruß

    Markus

    HTML-Code:
    Contao Logo
    Systemprüfung
    
    Bitte warten, Ihr Server wird überprüft …
    PHP-Webprozess
    
    PHP Version 7.2.16, keine bekannten Probleme gefunden.
    Serverkonfiguration
    
    Konfiguriert als STRATO AG, PHP-Binary in /opt/plesk/php/7.2/bin/php.
    PHP Kommandozeilen-Programm
    
    PHP Version 7.2.16, keine bekannten Probleme gefunden.
    Updates für den Contao Manager
    
    Sie verwenden die aktuelle Version 1.1.4.
    Composer-Umgebung
    
    Keine bekannten Probleme gefunden.
    Contao-Installation
    
    Contao 4.4.36 (API-Version 0) gefunden.
    Contao Manager 1.1.4
    
        HilfeProbleme melden

  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

    Offenbar hast Du die Version festgepinnt. Poste mal Deine composer.json.
    Contao Community Administrator

    [Unterstützungsmöglichkeiten]

  3. #3
    Contao-Nutzer
    Registriert seit
    20.06.2009.
    Ort
    Winterberg, Sauerland
    Beiträge
    72

    Standard

    Inhalt der Composer.json

    es gibt aber auch eine Composer.lock

    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""^5.6|^7.0",
            
    "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"
        
    },
        
    "conflict": {
            
    "contao/core-bundle""<4.4.8"
        
    },
        
    "config": {
            
    "component-dir""assets"
        
    },
        
    "extra": {
            
    "branch-alias": {
                
    "dev-4.4""4.4.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

    Versuche es mal mit dieser composer.json:

    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",
            "ext-dom": "*",
            "ext-gd": "*",
            "ext-intl": "*",
            "ext-json": "*",
            "ext-pcre": "*",
            "ext-pdo": "*",
            "ext-zlib": "*",
            "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"
        },
        "conflict": {
            "contao-components/installer": "<1.3"
        },
        "require-dev": {
            "sensiolabs/security-checker": "^5.0"
        },
        "extra": {
            "contao-component-dir": "assets"
        },
        "autoload": {
            "psr-4": {
                "App\\": "src/"
            }
        },
        "scripts": {
            "post-install-cmd": [
                "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            ],
            "post-update-cmd": [
                "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            ]
        }
    }
    Markiere anschließend im Contao Manager alle Pakete zum Update und führe erneut eine vollständige Paketaktualisierung aus.
    Contao Community Administrator

    [Unterstützungsmöglichkeiten]

  5. #5
    Contao-Nutzer
    Registriert seit
    20.06.2009.
    Ort
    Winterberg, Sauerland
    Beiträge
    72

    Standard

    Vielen Dank

    jetzt klappt es wieder.

    Aber wie wurde die Datei verändert?

    habe ich bisher nicht angepackt.

    Gruß

    Markus

  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

    Mit Deiner composer.json war grundsätzlich alles in Ordnung. Wie hast Du denn beim ersten Versuch das Update genau ausgeführt?
    Contao Community Administrator

    [Unterstützungsmöglichkeiten]

  7. #7
    Contao-Nutzer
    Registriert seit
    20.06.2009.
    Ort
    Winterberg, Sauerland
    Beiträge
    72

    Standard

    geöffnet und auf Pakete aktualisieren geklickt. Wie schon vorher auch immer.

    Das klappte bisher immer. Auch unter der 4.4.x hakte er seid ca. 2 Wochen.

  8. #8
    Contao-Nutzer
    Registriert seit
    20.06.2009.
    Ort
    Winterberg, Sauerland
    Beiträge
    72

    Standard

    Habe hier noch mal eine Installation.
    Da passiert leider das gleiche.
    Es ist eine 4.4.x
    Ich habe da Deine composr.json eingegeben und die 4.7 gegen 4.4 ausgetauscht.

    Da klappt es leider nicht

    PHP-Code:
    $ /opt/plesk/php/7.2/bin/php '-q' '/var/www/vhosts/hildfeld.de/httpsdocs/web/web/contao-manager.phar.php' 'composer' 'require' 'contao/conflicts=*@dev' '--no-suggest' '--no-update' '--no-scripts' '--prefer-stable' '--sort-packages' '--no-ansi' '--no-interaction' 2>&1

    Using config
    .component-dir has been deprecatedPlease use extra.contao-component-dir instead.
    /var/
    www/vhosts/hildfeld.de/httpsdocs/web/composer.json has been updated

    # Process terminated with exit code 0
    # Result: OK


    Resolving dependencies using Composer Cloud v2.0.6

    # Job ID 8XTBqaJ15y0Gd5S4NscwX94b85NKjk9lWAZlrvFpWbPkpdxCb9nuer9nGiRI5VzF1nVmCZmscc4650KUKLR5eLmBnIQ7u8moEeiNjR8fNEZ completed in 94 seconds
    # Memory usage: 633.55MB (peak: 2542MB), time: 92.95s.

    $ /opt/plesk/php/7.2/bin/php '-q' '/var/www/vhosts/hildfeld.de/httpdocs/web/web/contao-manager.phar.php' 'composer' 'install' '--prefer-dist' '--no-dev' '--no-progress' '--no-suggest' '--no-ansi' '--no-interaction' '--optimize-autoloader' 2>&1

    Using config
    .component-dir has been deprecatedPlease use extra.contao-component-dir instead.
    Loading composer repositories with package information
    Installing dependencies from lock file
    Nothing to install 
    or update
    Generating optimized autoload files
    InvalidArgumentException
    Config file "/var/www/vhosts/hildfeld.de/httpdocs/web/contao-manager/composer-install.set.json" does not existin phar:///var/www/vhosts/hildfeld.de/httpdocs/web/web/contao-manager.phar.php/vendor/terminal42/background-process/src/AbstractProcess.php:52
    Stack trace:
    #0 phar:///var/www/vhosts/hildfeld.de/httpdocs/web/web/contao-manager.phar.php/vendor/terminal42/background-process/src/ProcessRunner.php(175): Terminal42\BackgroundProcess\AbstractProcess::readConfig('/var/www/vhosts...')
    #1 phar:///var/www/vhosts/hildfeld.de/httpdocs/web/web/contao-manager.phar.php/vendor/terminal42/background-process/src/ProcessRunner.php(106): Terminal42\BackgroundProcess\ProcessRunner->loadConfig()
    #2 phar:///var/www/vhosts/hildfeld.de/httpdocs/web/web/contao-manager.phar.php/vendor/terminal42/background-process/src/ProcessRunner.php(53): Terminal42\BackgroundProcess\ProcessRunner->wait(1)
    #3 phar:///var/www/vhosts/hildfeld.de/httpdocs/web/web/contao-manager.phar.php/vendor/terminal42/background-process/src/Command/ProcessRunnerCommand.php(36): Terminal42\BackgroundProcess\ProcessRunner->run()
    #4 phar:///var/www/vhosts/hildfeld.de/httpdocs/web/web/contao-manager.phar.php/vendor/symfony/console/Command/Command.php(255): Terminal42\BackgroundProcess\Command\ProcessRunnerCommand->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #5 phar:///var/www/vhosts/hildfeld.de/httpdocs/web/web/contao-manager.phar.php/vendor/symfony/console/Application.php(978): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #6 phar:///var/www/vhosts/hildfeld.de/httpdocs/web/web/contao-manager.phar.php/vendor/symfony/console/Application.php(255): Symfony\Component\Console\Application->doRunCommand(Object(Terminal42\BackgroundProcess\Command\ProcessRunnerCommand), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #7 phar:///var/www/vhosts/hildfeld.de/httpdocs/web/web/contao-manager.phar.php/api/ApiApplication.php(76): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #8 phar:///var/www/vhosts/hildfeld.de/httpdocs/web/web/contao-manager.phar.php/vendor/symfony/console/Application.php(148): Contao\ManagerApi\ApiApplication->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #9 phar:///var/www/vhosts/hildfeld.de/httpdocs/web/web/contao-manager.phar.php/api/console(84): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput))
    #10 /var/www/vhosts/hildfeld.de/httpdocs/web/web/contao-manager.phar.php(54): require('phar:///var/www...')
    #11 {main}
    # Process terminated with exit code 143
    # Result: Termination (request to terminate) [signal 15]


    ---

    ### The background task has stopped unexpectedly ## 

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

    Support Contao

    Standard

    Zitat Zitat von Sauerwald Beitrag anzeigen
    Ich habe da Deine composr.json eingegeben und die 4.7 gegen 4.4 ausgetauscht.
    Nein, das solltest Du nicht machen.

    Die composer.json von Contao 4.4 sieht folgendermaßen aus:

    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": "^5.6 || ^7.0",
            "contao/calendar-bundle": "^4.4",
            "contao/comments-bundle": "^4.4",
            "contao/conflicts": "@dev",
            "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"
        },
        "conflict": {
            "contao-components/installer": "<1.3",
            "contao/core-bundle": "<4.4.8"
        },
        "extra": {
            "contao-component-dir": "assets"
        },
        "scripts": {
            "post-install-cmd": [
                "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            ],
            "post-update-cmd": [
                "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            ]
        }
    }
    Falls Du Drittanbieterpakete installiert hast, müssen diese natürlich ebenfalls ergänzt werden.
    Contao Community Administrator

    [Unterstützungsmöglichkeiten]

  10. #10
    Contao-Nutzer
    Registriert seit
    20.06.2009.
    Ort
    Winterberg, Sauerland
    Beiträge
    72

    Standard

    Gut habe die neue genommen, aber es klappt leider nicht.

    Da kommt wieder die Fehler Meldung.

    Code:
    > Resolving dependencies using Composer Cloud v2.0.6
    
    # Job ID smXKC2uHE3oDoregqLnO00wBgB5qHAvxEIk8f6NXuTozYagBmpeDojStbhhZrb6S completed in 141 seconds
    # Memory usage: 697.11MB (peak: 2676.6MB), time: 139.82s.
    
    $ /opt/plesk/php/7.2/bin/php '-q' '/var/www/vhosts/hildfeld.de/httpdocs/web/web/contao-manager.phar.php' 'composer' 'install' '--prefer-dist' '--no-dev' '--no-progress' '--no-suggest' '--no-ansi' '--no-interaction' '--optimize-autoloader' 2>&1
    
    Loading composer repositories with package information
    Installing dependencies from lock file
    Nothing to install or update
    Generating optimized autoload files
    contao/manager-plugin: Generating plugin class...
    contao/manager-plugin: ...done generating plugin class
    > Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication
    17:48:11 ERROR     [console] Error thrown while running command "contao:install-web-dir --env=prod". Message: "The directory "/tmp/1e444edbdf6e97fd307daf645e4a88dc" is not writable." ["exception" => Symfony\Component\Filesystem\Exception\IOException { …},"command" => "contao:install-web-dir --env=prod","message" => "The directory "/tmp/1e444edbdf6e97fd307daf645e4a88dc" is not writable."]
    
    In LockHandler.php line 56:
                                                                              
      The directory "/tmp/1e444edbdf6e97fd307daf645e4a88dc" is not writable.  
                                                                              
    
    contao:install-web-dir [--no-dev] [-u|--user USER] [-p|--password [PASSWORD]] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-e|--env ENV] [--no-debug] [--] <command> [<target>]
    
    Script Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication handling the post-install-cmd event terminated with an exception
    
    In ScriptHandler.php line 113:
                                                                                   
      An error occurred while executing the "contao:install-web-dir" command: 17:  
      48:11 ERROR     [console] Error thrown while running command "contao:instal  
      l-web-dir --env=prod". Message: "The directory "/tmp/1e444edbdf6e97fd307daf  
      645e4a88dc" is not writable." ["exception" => Symfony\Component\Filesystem\  
      Exception\IOException { …},"command" => "contao:install-web-dir --env=prod"  
      ,"message" => "The directory "/tmp/1e444edbdf6e97fd307daf645e4a88dc" is not  
       writable."]                                                                 
                                                                                   
      In LockHandler.php line 56:                                                  
                                                                                   
        The directory "/tmp/1e444edbdf6e97fd307daf645e4a88dc" is not writable.     
                                                                                   
                                                                                   
      contao:install-web-dir [--no-dev] [-u|--user USER] [-p|--password [PASSWORD  
      ]] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [  
      --no-ansi] [-n|--no-interaction] [-e|--env ENV] [--no-debug] [--] <command>  
       [<target>]                                                                  
                                                                                   
    
    install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--no-suggest] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--ignore-platform-reqs] [--] [<packages>]...
    
    
    # Process terminated with exit code 1
    # Result: General error
    
    
    ---
    
    ### The background task has stopped unexpectedly ###

    Gruß

    Markus

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

    Support Contao

    Standard

    Das temporäre Verzeichnis ist aus irgendeinem Grund nicht beschreibbar:
    Code:
    The directory "/tmp/1e444edbdf6e97fd307daf645e4a88dc" is not writable.
    Contao Community Administrator

    [Unterstützungsmöglichkeiten]

  12. #12
    Contao-Nutzer
    Registriert seit
    20.06.2009.
    Ort
    Winterberg, Sauerland
    Beiträge
    72

    Standard

    hat aber
    rwx r-x r-x

    wie alle anderen Ordner auch

    Habe gerade bei der Hochsauerlandhalle von eben geschaut, genau die gleichen Berechtigungen.
    Nur da sind Dateien drinnen in der anderen nicht.

    Lasse noch mal alles unter der Systemwartung durchlaufen.

    Installing Composer Dependencies

    Code:
    $ /opt/plesk/php/7.2/bin/php '-q' '/var/www/vhosts/hildfeld.de/httpdocs/web/web/contao-manager.phar.php' 'composer' 'install' '--prefer-dist' '--no-dev' '--no-progress' '--no-suggest' '--no-ansi' '--no-interaction' '--optimize-autoloader' 2>&1
    
    Loading composer repositories with package information
    Installing dependencies from lock file
    Nothing to install or update
    Generating optimized autoload files
    InvalidArgumentException: Config file "/var/www/vhosts/hildfeld.de/httpdocs/web/contao-manager/composer-install.set.json" does not exist. in phar:///var/www/vhosts/hildfeld.de/httpdocs/web/web/contao-manager.phar.php/vendor/terminal42/background-process/src/AbstractProcess.php:52
    Stack trace:
    #0 phar:///var/www/vhosts/hildfeld.de/httpdocs/web/web/contao-manager.phar.php/vendor/terminal42/background-process/src/ProcessRunner.php(175): Terminal42\BackgroundProcess\AbstractProcess::readConfig('/var/www/vhosts...')
    #1 phar:///var/www/vhosts/hildfeld.de/httpdocs/web/web/contao-manager.phar.php/vendor/terminal42/background-process/src/ProcessRunner.php(106): Terminal42\BackgroundProcess\ProcessRunner->loadConfig()
    #2 phar:///var/www/vhosts/hildfeld.de/httpdocs/web/web/contao-manager.phar.php/vendor/terminal42/background-process/src/ProcessRunner.php(53): Terminal42\BackgroundProcess\ProcessRunner->wait(1)
    #3 phar:///var/www/vhosts/hildfeld.de/httpdocs/web/web/contao-manager.phar.php/vendor/terminal42/background-process/src/Command/ProcessRunnerCommand.php(36): Terminal42\BackgroundProcess\ProcessRunner->run()
    #4 phar:///var/www/vhosts/hildfeld.de/httpdocs/web/web/contao-manager.phar.php/vendor/symfony/console/Command/Command.php(255): Terminal42\BackgroundProcess\Command\ProcessRunnerCommand->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #5 phar:///var/www/vhosts/hildfeld.de/httpdocs/web/web/contao-manager.phar.php/vendor/symfony/console/Application.php(978): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #6 phar:///var/www/vhosts/hildfeld.de/httpdocs/web/web/contao-manager.phar.php/vendor/symfony/console/Application.php(255): Symfony\Component\Console\Application->doRunCommand(Object(Terminal42\BackgroundProcess\Command\ProcessRunnerCommand), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #7 phar:///var/www/vhosts/hildfeld.de/httpdocs/web/web/contao-manager.phar.php/api/ApiApplication.php(76): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #8 phar:///var/www/vhosts/hildfeld.de/httpdocs/web/web/contao-manager.phar.php/vendor/symfony/console/Application.php(148): Contao\ManagerApi\ApiApplication->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #9 phar:///var/www/vhosts/hildfeld.de/httpdocs/web/web/contao-manager.phar.php/api/console(84): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput))
    #10 /var/www/vhosts/hildfeld.de/httpdocs/web/web/contao-manager.phar.php(54): require('phar:///var/www...')
    #11 {main}
    # Process terminated with exit code 143
    # Result: Termination (request to terminate) [signal 15]
    
    
    ---
    
    ### The background task has stopped unexpectedly ##
    Geändert von Sauerwald (04.04.2019 um 19:02 Uhr)

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

    Support Contao

    Standard

    Zitat Zitat von Sauerwald Beitrag anzeigen
    hat aber
    rwx r-x r-x

    wie alle anderen Ordner auch
    Ja, aber der Ordner wird einem anderen User gehören. Siehe auch: https://github.com/contao/contao/issues/267

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

    [Unterstützungsmöglichkeiten]

  14. #14
    Contao-Nutzer
    Registriert seit
    20.06.2009.
    Ort
    Winterberg, Sauerland
    Beiträge
    72

    Standard

    Ne ist alles der gleiche Benutzer.

    für hildfeld.de. admin-hild
    für Hochsauerlandhalle.de admin-hochalle

    alles soweit in Ordnung.

    Ja ich habe alle Pakete ausgewählt

    interessant sind auch die verschiedenen Daten der einzelnen Pakete

    Code:
    Contao Open Source CMS
    
    Contao is an Open Source PHP Content Management System.
    
    LGPL-3.0-or-later
    Version 4.4.36
    (19.2.2019, 18:43:21)
    Calendar for Contaocontao/calendar-bundle
    
    This bundle adds calendar functionality to Contao. You can use it to manage upcoming and past events. It provides front end modules to display calendars in different formats and also supports recurring events.
    
    LGPL-3.0-or-later136409 Downloads
    Version 4.4.36
    (25.3.2019, 14:44:36)
    Comments for Contaocontao/comments-bundle
    
    This bundle adds comments functionality to Contao. You can use it to enhance Contao with general comments functionality. Any other third party bundle can again rely on this bundle to add comment functionality to its own features. You'll be able to comment on news, calendar entries and more in no time!
    
    LGPL-3.0-or-later129656 Downloads
    Version 4.4.36
    (25.3.2019, 14:44:36)
    FAQ for Contaocontao/faq-bundle
    
    This bundle adds FAQ functionality to Contao. With it the management of frequently asked questions becomes a piece of cake! Your editors can easily manage the questions and respective answers in a new section in the back end and for the front end you will have the appropriate front end modules to display them all.
    
    LGPL-3.0-or-later132851 Downloads
    Version 4.4.36
    (19.2.2019, 18:43:21)
    Listing module for Contaocontao/listing-bundle
    
    This bundle adds listing functionality to Contao. The front end module can list entries of an arbitrary database table by rendering them with a customizable template and also provides basic filter functionality. You can list e.g. team members in a blink of an eye!
    
    LGPL-3.0-or-later134278 Downloads
    Version 4.4.36
    (19.2.2019, 18:43:21)
    News for Contaocontao/news-bundle
    
    This bundle adds news functionality to Contao. You'll be able to manage news entries in the back end and display them using different front end modules. A news entry can be structured the way you like using content elements. Moreover, there's news archiving and comment functionality.
    
    LGPL-3.0-or-later145067 Downloads
    Version 4.4.36
    (19.2.2019, 18:43:21)
    Newsletter for Contaocontao/newsletter-bundle
    
    This bundle adds newsletter functionality to Contao. It allows to manage different newsletters and recipient lists. Sending newsletters is done directly from the back end as well and styling them is very easy thanks to the Contao templating system. Subscribe and unsubscribe modules for the front end are of course shipped as well and double opt-in is supported.
    
    LGPL-3.0-or-later131824 Downloads
    Version 4.4.36
    (25.3.2019, 14:44:36

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

    Support Contao

    Standard

    Zitat Zitat von Sauerwald Beitrag anzeigen
    Ne ist alles der gleiche Benutzer.

    für hildfeld.de. admin-hild
    für Hochsauerlandhalle.de admin-hochalle
    Das sieht mir aber nicht so aus, als ob der Benutzer derselbe ist, oder?
    Contao Community Administrator

    [Unterstützungsmöglichkeiten]

  16. #16
    Contao-Nutzer
    Registriert seit
    20.06.2009.
    Ort
    Winterberg, Sauerland
    Beiträge
    72

    Standard

    Ja für jedes web bzw. jede Domain ein Benutzer im Plesk

  17. #17
    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 per FTP oder SSH schauen, wem der temporäre Ordner gehört. Wie auch im oben verlinkten Ticket erwähnt, wird der temporäre Ordner vermutlich einen anderen Owner haben, sodass Du mit Deinem Benutzer nicht mehr in diesen Ordner schreiben darfst.
    Contao Community Administrator

    [Unterstützungsmöglichkeiten]

  18. #18
    Contao-Nutzer
    Registriert seit
    20.06.2009.
    Ort
    Winterberg, Sauerland
    Beiträge
    72

    Standard

    Alles klar.

    werde ich morgen mal nachsehen.

    Danke schon mal für die Unterstützung.

  19. #19
    Contao-Nutzer
    Registriert seit
    20.06.2009.
    Ort
    Winterberg, Sauerland
    Beiträge
    72

    Standard

    So da ist er wieder.

    Ich habe es noch mal probiert und extra auf das neue Update von heute gewartet.
    Leider ohne Erfolg.
    Nun habe ich mir gedacht installiere es einfach nochmal neu, bzw. mache einen Umzug (in ein anderes Verzeichnis)
    Dazu habe ich diese Anleitung genutzthttps://erdmann-freunde.de/logbuch/contao-4-4-umziehen/
    Seidd dem klappt es.

    Danke für die Hilfe

  20. #20
    Alter Contao-Hase Avatar von kischd
    Registriert seit
    25.06.2009.
    Ort
    Karlsruhe
    Beiträge
    1.107

    Standard

    Ich versuche gerade von 4.4.46 auf 4.4.47 zugehen.

    Ich hatte anfangs die identische Fehlermeldung. Durch löschen des Prod-Cache habe ich nun aber folgende Meldung

    HTML-Code:
    > Resolving dependencies using Composer Cloud v2.2.6
    
    # Job ID gSgkIXRhHyOOzcm00BwM0GExol3HHBD9UEfYCRokXE5yAVMKKZstQStcyEsPBV7PH3yhLMNzQCeffQ5nDIPaCFWnjfVCkFL6SAQtoRStYhe completed in 42 seconds
    # Memory usage: 425.06MB (peak: 2297.92MB), time: 42.41s.
    
    $ /usr/bin/php72 -q /usr/www/users/stblor/stblorenz-ka.de/htdocs/web/contao-manager.phar.php composer install --prefer-dist --no-dev --no-progress --no-suggest --no-ansi --no-interaction --optimize-autoloader
    
    Using config.component-dir has been deprecated. Please use extra.contao-component-dir instead.
    Loading composer repositories with package information
    Installing dependencies from lock file
    Package operations: 0 installs, 42 updates, 0 removals
      - Updating symfony/polyfill-ctype (v1.13.1 => v1.14.0): Loading from cache
      - Updating twig/twig (v1.42.4 => v1.42.5): Loading from cache
      - Updating symfony/polyfill-php70 (v1.13.1 => v1.14.0): Loading from cache
      - Updating symfony/polyfill-util (v1.13.1 => v1.14.0): Loading from cache
      - Updating symfony/polyfill-php56 (v1.13.1 => v1.14.0): Loading from cache
      - Updating symfony/polyfill-mbstring (v1.13.1 => v1.14.0): Loading from cache
      - Updating symfony/symfony (v3.4.36 => v3.4.38): Loading from cache
      - Updating contao/manager-plugin (2.7.1 => 2.8.0): 
    In VcsDownloader.php line 242:
                                                                                   
      Source directory /usr/www/users/stblor/stblorenz-ka.de/htdocs/vendor/contao  
      /manager-plugin has uncommitted changes.                                     
                                                                                   
    
    install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--no-suggest] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--ignore-platform-reqs] [--] [<packages>...]
    
    
    # Process terminated with exit code 1
    # Result: General error
    liegt das an der Erweiterung? Ich habe do-while/contao-backupdb-bundle installiert
    Gruß Mark

  21. #21
    Alter Contao-Hase Avatar von kischd
    Registriert seit
    25.06.2009.
    Ort
    Karlsruhe
    Beiträge
    1.107

    Standard

    Und nun bin ich wieder bei der Meldung
    HTML-Code:
    Resolving dependencies using Composer Cloud v2.2.6
    
    # Job ID JJaKtyRAQUtJvYVlI0foy1AxZIr9PuQuEQqV8VdyGwodIsrQWafRPlk7G6D6dY6FY2rzGpmGVGZG1KKASp completed in 55 seconds
    # Memory usage: 425.09MB (peak: 2297.95MB), time: 57.08s.
    
    $ /usr/bin/php72 -q /usr/www/users/stblor/stblorenz-ka.de/htdocs/web/contao-manager.phar.php composer install --prefer-dist --no-dev --no-progress --no-suggest --no-ansi --no-interaction --optimize-autoloader
    
    Using config.component-dir has been deprecated. Please use extra.contao-component-dir instead.
    Loading composer repositories with package information
    Installing dependencies from lock file
    Package operations: 0 installs, 42 updates, 0 removals
      - Updating symfony/polyfill-ctype (v1.13.1 => v1.14.0): Loading from cache
      - Updating twig/twig (v1.42.4 => v1.42.5): Loading from cache
      - Updating symfony/polyfill-php70 (v1.13.1 => v1.14.0): Loading from cache
      - Updating symfony/polyfill-util (v1.13.1 => v1.14.0): Loading from cache
      - Updating symfony/polyfill-php56 (v1.13.1 => v1.14.0): Loading from cache
      - Updating symfony/polyfill-mbstring (v1.13.1 => v1.14.0): Loading from cache
      - Updating symfony/symfony (v3.4.36 => v3.4.38): Loading from cache
      - Updating contao/manager-plugin (2.7.1 => 2.8.0): 
    In VcsDownloader.php line 242:
                                                                                   
      Source directory /usr/www/users/stblor/stblorenz-ka.de/htdocs/vendor/contao  
      /manager-plugin has uncommitted changes.                                     
                                                                                   
    
    install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--no-suggest] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--ignore-platform-reqs] [--] [<packages>...]
    
    
    # Process terminated with exit code 1
    # Result: General error
    Ist das dieses Problem?
    https://github.com/contao/contao-manager/issues/438

    Wie kann ich über den Contao Manager einen Composer install ausführen?
    Die composer-install.set.json ist leider auch nicht vorhanden...
    Geändert von kischd (26.03.2020 um 14:33 Uhr)
    Gruß Mark

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
  •