Ergebnis 1 bis 3 von 3

Thema: Update 4.9.18 auf 4.9.29 schlägt fehl

  1. #1
    Contao-Fan Avatar von typolighter
    Registriert seit
    02.07.2009.
    Beiträge
    342

    Standard Update 4.9.18 auf 4.9.29 schlägt fehl

    Hallo, ich brauche wieder mal eure Hilfe ... es ist zum Verzweifeln. Das Update läuft nicht durch. Hier die Meldung im Contao Manager:

    Code:
    $ /opt/RZphp74/bin/php-cli -q -dmax_execution_time=0 -dmemory_limit=-1 -dallow_url_fopen=1 -ddisable_functions= -ddate.timezone=MET /mnt/webxxx/b0/19/525619/htdocs/contao4neu/web/contao-manager.phar.php composer install --no-dev --no-progress --no-ansi --no-interaction --optimize-autoloader
    Installing dependencies from lock file
    Verifying lock file contents can be installed on current platform.
    Nothing to install, update or remove
    Package league/uri-hostname-parser is abandoned, you should avoid using it. No replacement was suggested.
    Package league/uri-schemes is abandoned, you should avoid using it. No replacement was suggested.
    Package patchwork/utf8 is abandoned, you should avoid using it. Use symfony/polyfill-mbstring or symfony/string instead.
    Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
    Package webmozart/path-util is abandoned, you should avoid using it. Use symfony/filesystem instead.
    Generating optimized autoload files
    Class League\Uri\Schemes\AbstractUri located in ./vendor/league/uri-schemes/src/Schemes/deprecated.php does not comply with psr-4 autoloading standard. Skipping.
    Class League\Uri\Schemes\Data located in ./vendor/league/uri-schemes/src/Schemes/deprecated.php does not comply with psr-4 autoloading standard. Skipping.
    Class League\Uri\Schemes\File located in ./vendor/league/uri-schemes/src/Schemes/deprecated.php does not comply with psr-4 autoloading standard. Skipping.
    Class League\Uri\Schemes\Ftp located in ./vendor/league/uri-schemes/src/Schemes/deprecated.php does not comply with psr-4 autoloading standard. Skipping.
    Class League\Uri\Schemes\Http located in ./vendor/league/uri-schemes/src/Schemes/deprecated.php does not comply with psr-4 autoloading standard. Skipping.
    Class League\Uri\Schemes\Uri located in ./vendor/league/uri-schemes/src/Schemes/deprecated.php does not comply with psr-4 autoloading standard. Skipping.
    Class League\Uri\Schemes\UriException located in ./vendor/league/uri-schemes/src/Schemes/deprecated.php does not comply with psr-4 autoloading standard. Skipping.
    Class League\Uri\Schemes\Ws located in ./vendor/league/uri-schemes/src/Schemes/deprecated.php does not comply with psr-4 autoloading standard. Skipping.
    composer/package-versions-deprecated: Generating version class...
    composer/package-versions-deprecated: ...done generating version class
    90 packages you are using are looking for funding.
    Use the `composer fund` command to find out more!
    contao/manager-plugin: Generating plugin class...
    contao/manager-plugin: ...done generating plugin class
    > Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication
    Script Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication handling the post-install-cmd event terminated with an exception
    In Filesystem.php line 301:
                                                                                   
      Could not delete /mnt/web109/b0/19/525619/htdocs/contao4neu/var/cache/prod/  
      .nfs0000000022d4f8f51c004afe:                                                
                                                                                   
    install [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--dry-run] [--dev] [--no-suggest] [--no-dev] [--no-autoloader] [--no-progress] [--no-install] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--] [<packages>...]
    # Process terminated with exit code 1
    # Result: General error
    Meine composer.json:

    Code:
    {
        "type": "project",
        "require": {
            "bugbuster/contao-botdetection-bundle": "^1.7",
            "bugbuster/contao-cron-bundle": "^1.3",
            "bugbuster/contao-visitors-bundle": "^1.6",
            "cliffparnitzky/tiny-mce-image-enhancement": "^1.0",
            "cliffparnitzky/tiny-mce-link-lightbox": "^1.0",
            "cliffparnitzky/tiny-mce-plugin-loader": "^2.1",
            "codefog/contao-mobile_menu": "^2.7",
            "contao-components/mootools": "1.6.0.6",
            "contao/calendar-bundle": "4.9.18",
            "contao/comments-bundle": "4.9.18",
            "contao/conflicts": "*@dev",
            "contao/faq-bundle": "4.9.18",
            "contao/listing-bundle": "4.9.18",
            "contao/manager-bundle": "4.9.18",
            "contao/news-bundle": "4.9.18",
            "contao/newsletter-bundle": "4.9.18",
            "craffft/css-style-selector-bundle": "^1.6",
            "do-while/contao-backupdb-bundle": "^1.4",
            "madeyourday/contao-rocksolid-antispam": "^2.0",
            "madeyourday/contao-rocksolid-slider": "^2.0",
            "terminal42/contao-pageimage": "^3.4"
        },
        "extra": {
            "contao-component-dir": "assets"
        },
        "scripts": {
            "post-install-cmd": [
                "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            ],
            "post-update-cmd": [
                "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            ]
        }
    }
    Was läuft da bloß falsch?

  2. #2
    Contao-Urgestein Avatar von fiedsch
    Registriert seit
    09.07.2009.
    Ort
    München
    Beiträge
    2.943

    Standard

    Code:
    Could not delete /mnt/web109/b0/19/525619/htdocs/contao4neu/var/cache/prod/  
      .nfs0000000022d4f8f51c004afe
    Wi sehen denn die Datei- bzw. verzeichnisrechte bei dieser Datei aus? Wahrscheinlich so, daß der User, unter dem der Manager-Prozess läuft sie nicht (über)schreiben, also löschen darf. Ich würde das Cache Verzeichnis manuell lernen und dann den Mangaer nochmal starten.
    Contao-Community-Treff Bayern: http://www.contao-bayern.de

  3. #3
    Contao-Fan Avatar von typolighter
    Registriert seit
    02.07.2009.
    Beiträge
    342

    Standard

    OK, hab den Cache (/prod) manuell gelöscht, dann das Update ausgeführt, lief durch, die Installation war aber immer noch Version 4.9.18. Dan hab ich über das Zahnrad-Symbol die Version 4.9.29 eingetragen, aktualisiert, jetzt hats geklappt. Super, vielen Dank!!
    Aber: wie soll man denn da drauf kommen?? Obwohl – steht ja da. Jetzt seh ichs auch

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
  •