Ergebnis 1 bis 4 von 4

Thema: RuntimeException: Cannot redeclare normalizer_is_normalized()

  1. #1
    Contao-Fan Avatar von herr rilke
    Registriert seit
    29.01.2011.
    Ort
    Münster
    Beiträge
    401

    Standard RuntimeException: Cannot redeclare normalizer_is_normalized()

    hallo zusammen,

    beim update via composer erhalte ich den fehler Cannot redeclare normalizer_is_normalized() und das update bricht ab

    Code:
    composer update
    Loading composer repositories with package information
    Updating dependencies
    Nothing to modify in lock file
    Installing dependencies from lock file (including require-dev)
    Nothing to install, update or remove
    Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
    Generating autoload files
    composer/package-versions-deprecated: Generating version class...
    composer/package-versions-deprecated: ...done generating version class
    88 packages you are using are looking for funding.
    Use the `composer fund` command to find out more!
    contao/manager-plugin: Generating plugin class...
    > Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication
    contao/manager-plugin: ...done generating plugin class
    PHP Fatal error:  Cannot redeclare normalizer_is_normalized() (previously declared in /home/fahrsdbv/vendor/symfony/polyfill-intl-normalizer/bootstrap.php:15) in /home/fahrsdbv/vendor/patchwork/utf8/src/Patchwork/Utf8/Bootup/intl.php on line 20
    Script Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication handling the post-update-cmd event terminated with an exception
    
                                                                                                                                                                                                                                                                                                                                                                                
      [RuntimeException]                                                                                                                                                                                                                                                                                                                                                        
      An error occurred while executing the "contao:install-web-dir" command: PHP Fatal error:  Cannot redeclare normalizer_is_normalized() (previously declared in /home/fahrsdbv/vendor/symfony/polyfill-intl-normalizer/bootstrap.php:15) in /home/fahrsdbv/vendor/patchwork/utf8/src/Patchwork/Utf8/Bootup/intl.php on line 20  
                                                                                                                                                                                                                                                                                                                                                                                
    
    update [--with WITH] [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--lock] [--no-install] [--no-autoloader] [--no-scripts] [--no-suggest] [--no-progress] [-w|--with-dependencies] [-W|--with-all-dependencies] [-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] [--prefer-stable] [--prefer-lowest] [-i|--interactive] [--root-reqs] [--] [<packages>]...
    habt ihr einen ansatzpunkt dazu?


    viele grüße

    karsten

  2. #2
    Contao-Fan Avatar von herr rilke
    Registriert seit
    29.01.2011.
    Ort
    Münster
    Beiträge
    401

    Standard

    mh, habe einmal die PHP version von 7.4 auf 7.3 heruntergestzt: kein unterschied.

    soll denn eigentlich hier \ScriptHandler::initializeApplication passieren?

    Code:
    > Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication
    PHP Fatal error:  Cannot redeclare normalizer_is_normalized() 
    (previously declared in /home/fahrsdbv/vendor/symfony/polyfill-intl-normalizer/bootstrap.php:15) in /home/fahrsdbv/vendor/patchwork/utf8/src/Patchwork/Utf8/Bootup/intl.php on line 20
    
    Script Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication handling the post-update-cmd event terminated with an exception
    denn bis dahin läuft ja immer alles durch.

  3. #3
    Contao-Fan Avatar von herr rilke
    Registriert seit
    29.01.2011.
    Ort
    Münster
    Beiträge
    401

    Standard

    So.
    Alles nochmal neu aufgesetzt. jetzt läufts.

  4. #4
    Contao-Fan Avatar von herr rilke
    Registriert seit
    29.01.2011.
    Ort
    Münster
    Beiträge
    401

    Standard

    ... ggrrr - aber nur, bis ich ein
    Code:
    composer update
    mache.

    ist auch egal, ob PHP 7.3 oder 7.4.

    wenn ich eine frische installation - alles läuft wunderbar durch - direkt danach mit
    Code:
    composer update
    aufrufe, komme ich direkt wieder zum fehler:

    Code:
    Loading composer repositories with package information
    Updating dependencies
    Nothing to modify in lock file
    Installing dependencies from lock file (including require-dev)
    Nothing to install, update or remove
    Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
    Generating autoload files
    89 packages you are using are looking for funding.
    Use the `composer fund` command to find out more!
    composer/package-versions-deprecated: Generating version class...
    composer/package-versions-deprecated: ...done generating version class
    contao/manager-plugin: Generating plugin class...
    > Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication
    contao/manager-plugin: ...done generating plugin class
    PHP Fatal error:  Cannot redeclare normalizer_is_normalized() (previously declared in /home/fahrsdbv/vendor/symfony/polyfill-intl-normalizer/bootstrap.php:15) in /home/fahrsdbv/vendor/patchwork/utf8/src/Patchwork/Utf8/Bootup/intl.php on line 20
    Script Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication handling the post-update-cmd event terminated with an exception
    
                                                                                                                                                                                                                                                                                                                                                                                
      [RuntimeException]                                                                                                                                                                                                                                                                                                                                                        
      An error occurred while executing the "contao:install-web-dir" command: PHP Fatal error:  Cannot redeclare normalizer_is_normalized() (previously declared in /home/fahrsdbv/vendor/symfony/polyfill-intl-normalizer/bootstrap.php:15) in /home/fahrsdbv/vendor/patchwork/utf8/src/Patchwork/Utf8/Bootup/intl.php on line 20  
                                                                                                                                                                                                                                                                                                                                                                                
    
    update [--with WITH] [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--lock] [--no-install] [--no-autoloader] [--no-scripts] [--no-suggest] [--no-progress] [-w|--with-dependencies] [-W|--with-all-dependencies] [-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] [--prefer-stable] [--prefer-lowest] [-i|--interactive] [--root-reqs] [--] [<packages>]...
    hat jemand eine idee dazu ?

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
  •