Ergebnis 1 bis 1 von 1

Thema: Install Tool - app.CRITICAL Doctrine

  1. #1
    Contao-Nutzer
    Registriert seit
    16.09.2012.
    Beiträge
    59

    Frage Install Tool - app.CRITICAL Doctrine

    Hallo zusammen,

    ich habe mehrere Schwierigkeiten bei einem Update von Contao 4.4 auf 4.9 oder höher. Pakete sind ein paar von Rocksolid installiert, Leads und das Notification Center.
    Nach dem Update Prozess wurde immer bereits bei den Rocksolid Paketen abgebrochen, daher habe ich nun nur Leads und Notification Center installiert. Das hat funktioniert, allerdings läuft nun das install tool nicht mehr.
    Ich würde gerne eine Datebank Update durchführen und dann die restlichen Updates starten.

    Im Install Tool kommt die Meldung: Es ist ein Fehler aufgetreten
    und im Logfile stehen nun diese 3 Einträge:

    Code:
    [2022-10-06 16:40:00] app.CRITICAL: An exception occurred. {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Type error: Argument 1 passed to Doctrine\\DBAL\\Types\\TypeRegistry::get() must be of the type string, null given, called in //SERVERPFAD/contao_4/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/Type.php on line 237 at //SERVERPFAD/contao_4/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TypeRegistry.php:34)"} []
    Code:
    [2022-10-06 16:40:03] request.INFO: Matched route "contao_install". {"route":"contao_install","route_parameters":{"_scope":"backend","_token_check":true,"_controller":"Contao\\InstallationBundle\\Controller\\InstallationController::installAction","_route":"contao_install"},"request_uri":"https://www.bibernelle.de/contao/install","method":"GET"} []
    Code:
    [2022-10-06 16:40:04] app.CRITICAL: An exception occurred. {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Type error: Argument 1 passed to Doctrine\\DBAL\\Types\\TypeRegistry::get() must be of the type string, null given, called in //SERVERPFAD/contao_4/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/Type.php on line 237 at //SERVERPFAD/contao_4/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TypeRegistry.php:34)"} []

    Bei dem Versuch ein Rocksolid Paket upzudaten kommt diese Meldung in der Konsole
    Code:
    $ /usr/bin/php7.4 -q -c /is/htdocs/wp1165761_OUPS8A5C21/contao_4/contao-manager/php.ini -dmax_execution_time=0 -dmemory_limit=-1 -dallow_url_fopen=1 -ddisable_functions= -ddate.timezone=Europe/Berlin /is/htdocs/wp1165761_OUPS8A5C21/contao_4/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.
    Package operations: 0 installs, 2 updates, 0 removals
    As there is no 'unzip' nor '7z' command installed zip files are being unpacked using the PHP zip extension.
    This may cause invalid reports of corrupted archives. Besides, any UNIX permissions (e.g. executable) defined in the archives will be lost.
    Installing 'unzip' or '7z' (21.01+) may remediate them.
      - Downloading symfony/symfony (v3.4.35)
      - Downloading monolog/monolog (2.8.0)
      - Downgrading symfony/symfony (v3.4.49 => v3.4.35): Extracting archive
      - Upgrading monolog/monolog (1.27.1 => 2.8.0): Extracting archive
    Package contao-components/compass is abandoned, you should avoid using it. No replacement was suggested.
    Package contao-components/html5shiv is abandoned, you should avoid using it. No replacement was suggested.
    Package contao-components/respimage is abandoned, you should avoid using it. No replacement was suggested.
    Package doctrine/doctrine-cache-bundle is abandoned, you should avoid using it. No replacement was suggested.
    Package doctrine/reflection is abandoned, you should avoid using it. Use roave/better-reflection instead.
    Package menatwork/contao-multicolumnwizard is abandoned, you should avoid using it. Use menatwork/contao-multicolumnwizard-bundle instead.
    Package oyejorge/less.php 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 sensio/distribution-bundle is abandoned, you should avoid using it. No replacement was suggested.
    Package sensiolabs/security-checker is abandoned, you should avoid using it. Use https://github.com/fabpot/local-php-security-checker instead.
    Package swiftmailer/swiftmailer is abandoned, you should avoid using it. Use symfony/mailer instead.
    Package symfony/swiftmailer-bundle is abandoned, you should avoid using it. Use symfony/mailer instead.
    Package terminal42/header-replay-bundle is abandoned, you should avoid using it. No replacement was suggested.
    Package true/punycode 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 Contao\ManagerPlugin\PluginLoader located in ./vendor/contao/manager-plugin/src/Resources/PluginLoader.php does not comply with psr-4 autoloading standard. Skipping.
    41 packages you are using are looking for funding.
    Use the `composer fund` command to find out more!
    contao/manager-plugin: Dumping generated plugins file...
    contao/manager-plugin: ...done dumping generated plugins file
    > 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 332:
                                                                                 
      Could not delete /is/htdocs/wp1165761_OUPS8A5C21/contao_4/var/cache/prod:  
                                                                                 
    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
    Geändert von 1gluecksgriff (07.10.2022 um 08:50 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
  •