Ergebnis 1 bis 30 von 30

Thema: Fehler bei Composer Update

  1. #1
    Contao-Fan
    Registriert seit
    03.09.2009.
    Beiträge
    313

    Standard Fehler bei Composer Update

    Hallo, habe folgendes Problem:
    Ich habe eine Contao-Installation unter einer neuen Subdomain installiert:
    Habe ALLE Ordner und Dateien 1:1 der Installation ins neue Verzeichniss geschoben und:
    – neue DB in der parameters.yml angepasst
    – auf PHP8 umgestellt
    – den contao-manager ersetzt und die Systemwartungen DB aktualisiert /
    Composer Update / Prod.Cache und Systemwartung gemacht.
    Das Frontend funktioniert aber das Backend nicht (JavaScript scheint in Ihrem Browser deaktiviert zu sein. Das Contao-Backend funktioniert ohne JavaScript nur eingeschränkt.)

    Composer Update habe ich folgende Fehlermeldung bekommen:
    Code:
    $ /usr/bin/php -q -dmax_execution_time=0 -dmemory_limit=-1 -ddisplay_errors=0 -ddisplay_startup_errors=0 -derror_reporting=0 -dallow_url_fopen=1 -ddisable_functions= -ddate.timezone=Europe/Zurich /home/xxxxxx/www/xxxxxxx/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 contao-components/highlight is abandoned, you should avoid using it. No replacement was suggested.
    Package lexik/maintenance-bundle 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 php-http/message-factory is abandoned, you should avoid using it. Use psr/http-factory instead.
    Package swiftmailer/swiftmailer is abandoned, you should avoid using it. Use symfony/mailer instead.
    Package symfony/debug is abandoned, you should avoid using it. Use symfony/error-handler instead.
    Package symfony/swiftmailer-bundle is abandoned, you should avoid using it. Use symfony/mailer instead.
    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
    composer/package-versions-deprecated: Generating version class...
    composer/package-versions-deprecated: ...done generating version class
    contao/manager-plugin: Dumping generated plugins file...
    contao/manager-plugin: ...done dumping generated plugins file
    Could not open input file: vendor/bin/contao-setup
    Class Contao\ManagerPlugin\PluginLoader located in ./vendor/contao/manager-plugin/src/Resources/PluginLoader.php does not comply with psr-4 autoloading standard. Skipping.
    104 packages you are using are looking for funding.
    Use the `composer fund` command to find out more!
    > @php vendor/bin/contao-setup
    Script @php vendor/bin/contao-setup handling the post-install-cmd event returned with error code 1
    # Process terminated with exit code 1
    # Result: General error
    Meine Composer.json sieht so aus:
    Code:
    {
        "type": "project",
        "require": {
            "contao/calendar-bundle": "4.9.*",
            "contao/comments-bundle": "4.9.*",
            "contao/conflicts": "*@dev",
            "contao/faq-bundle": "4.9.*",
            "contao/listing-bundle": "4.9.*",
            "contao/manager-bundle": "4.9.*",
            "contao/news-bundle": "4.9.*",
            "contao/newsletter-bundle": "4.9.*",
            "fritzmg/contao-newslist-extended": "^1.2",
            "madeyourday/contao-rocksolid-antispam": "^2.0",
            "numero2/contao-proper-filenames": "^2.1",
            "oneup/contao-language-dependent-modules-bundle": "^1.0",
            "premium-contao-themes/pct_customelements_plugin_cc_frontedit": "^1.4",
            "terminal42/contao-autoregistration": "^2.1",
            "terminal42/contao-mailusername": "^2.0"
         },
        "extra": {
            "public-dir": "web",
            "contao-component-dir": "assets"
        },
        "scripts": {
            "post-install-cmd": [
                "@php vendor/bin/contao-setup"
            ],
            "post-update-cmd": [
                "@php vendor/bin/contao-setup"
            ]
        }
    }
    Habe ich bei der neuinstallation was übersehen?
    Dank für Eure Hilfe :-)

  2. #2
    Community-Moderatorin & Contao-Urgestein Avatar von mlweb
    Registriert seit
    10.07.2011.
    Beiträge
    6.751
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Übertragung aller Dateien ist m.E. in der Regel keine gute Idee, weil dann möglicherweise die Symlinks kaputt gegangen sind.

    Deine Installation ist aber auch nicht komplett durchgelaufen. Die Scripte wurden nicht ausgeführt, wenn ich das richtig sehe.
    Ich habe Dir mit meinen Hinweisen geholfen und Du möchtest Dich bedanken?
    Unterstütze bitte das Contao-Projekt (Button Links)
    Weitere Spendenmöglichkeiten
    ------------------------------------------------------------------------------------------------------
    Contao-Dokumentation: Contao-Handbuch und Contao-Entwickler-Doku
    Contao-Online-Video-Kurse: Contao Academy
    Funktionalität erweitern: Contao-Erweiterungen

    Für Dinge die man mit html5 und css3 lösen kann, braucht man kein javascript.




  3. #3
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.112
    Partner-ID
    10107

    Standard

    Dein post-install-cmd und post-update-cmd ist falsch. Ändere das zurück auf https://github.com/contao/managed-ed...poser.json#L33
    » sponsor me via GitHub or PayPal or Revolut

  4. #4
    Contao-Fan
    Registriert seit
    03.09.2009.
    Beiträge
    313

    Standard

    Danke für die Antworten :-)

    Habe die composer.json angepasst:
    Code:
    {
        "type": "project",
        "require": {
            "contao/calendar-bundle": "4.9.*",
            "contao/comments-bundle": "4.9.*",
            "contao/conflicts": "*@dev",
            "contao/faq-bundle": "4.9.*",
            "contao/listing-bundle": "4.9.*",
            "contao/manager-bundle": "4.9.*",
            "contao/news-bundle": "4.9.*",
            "contao/newsletter-bundle": "4.9.*",
            "fritzmg/contao-newslist-extended": "^1.2",
            "madeyourday/contao-rocksolid-antispam": "^2.0",
            "numero2/contao-proper-filenames": "^2.1",
            "oneup/contao-language-dependent-modules-bundle": "^1.0",
            "premium-contao-themes/pct_customelements_plugin_cc_frontedit": "^1.4",
            "terminal42/contao-autoregistration": "^2.1",
            "terminal42/contao-mailusername": "^2.0"
         },
        "extra": {
            "public-dir": "web",
            "contao-component-dir": "assets"
        },
        "scripts": {
            "post-install-cmd": [
                "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            ],
            "post-update-cmd": [
                "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            ]
        }
    }
    Und habe jetz folgende Fehlermeldung:

    Code:
    [OK] Cache for the "prod" environment (debug=false) was successfully warmed.   
     Trying to install assets as relative symbolic links.
     --- ------------------------ ------------------ 
          Bundle                   Method / Error    
     --- ------------------------ ------------------ 
      ?   ContaoCoreBundle         relative symlink  
      ?   ContaoFaqBundle          relative symlink  
      ?   ContaoCommentsBundle     relative symlink  
      ?   ContaoNewsBundle         relative symlink  
      ?   ContaoCalendarBundle     relative symlink  
      ?   ContaoNewsletterBundle   relative symlink  
     --- ------------------------ ------------------ 
     [OK] All assets were successfully installed.                                   
     --- -------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- 
          Symlink                                                                                                  Target / Error                                                                                      
     --- -------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- 
      ?   web/files/cto_layout                                                                                     files/cto_layout                                                                                    
      ?   web/files/sky-association                                                                                files/sky-association                                                                               
      ?   web/system/modules/pct_autogrid/assets                                                                   system/modules/pct_autogrid/assets                                                                  
      ?   web/system/modules/pct_customelements/assets                                                             system/modules/pct_customelements/assets                                                            
      ?   web/system/modules/pct_customelements_attribute_tags/assets                                              system/modules/pct_customelements_attribute_tags/assets                                             
      ?   web/system/modules/pct_customelements_plugin_cc_frontedit/assets                                         system/modules/pct_customelements_plugin_cc_frontedit/assets                                        
      ?   web/system/modules/pct_customelements_plugin_customcatalog/assets                                        system/modules/pct_customelements_plugin_customcatalog/assets                                       
      ?   web/system/modules/pct_customelements_plugin_notelist/html                                               system/modules/pct_customelements_plugin_notelist/html                                              
      ?   web/system/modules/pct_frontend_quickedit/assets                                                         system/modules/pct_frontend_quickedit/assets                                                        
      ?   web/system/modules/pct_iconpicker/assets                                                                 system/modules/pct_iconpicker/assets                                                                
      ?   web/system/modules/pct_megamenu/assets                                                                   system/modules/pct_megamenu/assets                                                                  
      ?   web/system/modules/pct_privacy_manager/assets                                                            system/modules/pct_privacy_manager/assets                                                           
      ?   web/system/modules/pct_revolutionslider/assets                                                           system/modules/pct_revolutionslider/assets                                                          
      ?   web/system/modules/pct_tabletree_widget/assets                                                           system/modules/pct_tabletree_widget/assets                                                          
      ?   web/system/modules/pct_theme_installer/assets                                                            system/modules/pct_theme_installer/assets                                                           
      ?   web/system/modules/pct_themer/assets                                                                     system/modules/pct_themer/assets                                                                    
      ?   web/system/modules/pct_customelements_plugin_customcatalog/PCT/CustomElements/Attributes/RateIt/assets   system/modules/pct_customelements_plugin_customcatalog/PCT/CustomElements/Attributes/RateIt/assets  
      ?   web/system/modules/pct_customelements_plugin_customcatalog/PCT/CustomElements/Filters/Text/assets        system/modules/pct_customelements_plugin_customcatalog/PCT/CustomElements/Filters/Text/assets       
      ?   system/themes/flexible                                                                                   The path "system/themes/flexible" exists and is not a symlink.                                      
      ?   web/assets                                                                                               The path "web/assets" exists and is not a symlink.                                                  
      ?   web/system/themes                                                                                        The path "web/system/themes" exists and is not a symlink.                                           
      ?   system/logs                                                                                              The path "system/logs" exists and is not a symlink.                                                 
     --- -------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- 
    Script Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication handling the post-install-cmd event terminated with an exception
    In ScriptHandler.php line 98:
                                                                            
      An error occurred while executing the "contao:symlinks web" command:  
                                                                            
    install [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--dry-run] [--download-only] [--dev] [--no-suggest] [--no-dev] [--no-autoloader] [--no-progress] [--no-install] [--audit] [--audit-format AUDIT-FORMAT] [-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

  5. #5
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.112
    Partner-ID
    10107

    Standard

    Du musst die beanstandeten Pfade löschen. So wie es aussieht hast du hier
    Zitat Zitat von thomasr Beitrag anzeigen
    Habe ALLE Ordner und Dateien 1:1 der Installation ins neue Verzeichniss geschoben
    Symlinks als Nicht-Symlinks kopiert.
    » sponsor me via GitHub or PayPal or Revolut

  6. #6
    Contao-Fan
    Registriert seit
    03.09.2009.
    Beiträge
    313

    Standard

    Welche Pfade muss ich löschen meinst die im web/files/cto_layout?
    Wie und wo kann ich das machen?

  7. #7
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.112
    Partner-ID
    10107

    Standard

    Zitat Zitat von thomasr Beitrag anzeigen
    Welche Pfade muss ich löschen
    Diese Pfade:
    Zitat Zitat von thomasr Beitrag anzeigen
    Und habe jetz folgende Fehlermeldung:

    Code:
      ?   system/themes/flexible                                                                                   The path "system/themes/flexible" exists and is not a symlink.                                      
      ?   web/assets                                                                                               The path "web/assets" exists and is not a symlink.                                                  
      ?   web/system/themes                                                                                        The path "web/system/themes" exists and is not a symlink.                                           
      ?   system/logs                                                                                              The path "system/logs" exists and is not a symlink.

    Zitat Zitat von thomasr Beitrag anzeigen
    Wie und wo kann ich das machen?
    Per (S)FTP oder SSH.
    » sponsor me via GitHub or PayPal or Revolut

  8. #8
    Contao-Fan
    Registriert seit
    03.09.2009.
    Beiträge
    313

    Standard

    Sorry hab das noch nie gemacht ;-)
    Bin jetzt mit FTP auf dem Ordner system/themes/flexible
    was mussich den da löschen?

  9. #9
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.112
    Partner-ID
    10107

    Standard

    Du musst die beanstandeten Pfade/Dateien löschen (also zB system/themes/flexible etc.)
    » sponsor me via GitHub or PayPal or Revolut

  10. #10
    Contao-Fan
    Registriert seit
    03.09.2009.
    Beiträge
    313

    Standard

    Du meinst alle Dateien im Ordner flexible

  11. #11
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.112
    Partner-ID
    10107

    Standard

    Nein, den Ordner system/themes/flexible
    » sponsor me via GitHub or PayPal or Revolut

  12. #12
    Contao-Fan
    Registriert seit
    03.09.2009.
    Beiträge
    313

    Standard

    Also den Ordner ganzen Ordner system mit allen Unterordnern

    ich habe keinen Ordner der system/themes/flexible heisst

  13. #13
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.112
    Partner-ID
    10107

    Standard

    Laut der Fehlermeldung existiert der Pfad system/themes/flexible (entweder als Datei oder als Ordner).
    » sponsor me via GitHub or PayPal or Revolut

  14. #14
    Contao-Fan
    Registriert seit
    03.09.2009.
    Beiträge
    313

    Standard

    So hab alle gelöscht ...

    Mit Composer Update habe ich noch den Fehler:

    Code:
    An error occurred while executing the "contao:symlinks web" command:  
                                                                            
    install [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--dry-run] [--download-only] [--dev] [--no-suggest] [--no-dev] [--no-autoloader] [--no-progress] [--no-install] [--audit] [--audit-format AUDIT-FORMAT] [-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

  15. #15
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.112
    Partner-ID
    10107

    Standard

    Poste die gesamte Konsolenausgabe.
    » sponsor me via GitHub or PayPal or Revolut

  16. #16
    Contao-Fan
    Registriert seit
    03.09.2009.
    Beiträge
    313

    Standard

    Hier die vollständige Konsolenausgabe:

    Code:
    > Resolving dependencies using Composer Cloud v3.6.0-1-g9d9036c
    
    [6.8MiB/0.20s] Loading composer repositories with package information
    [78.3MiB/9.99s] Updating dependencies
    [32.4MiB/12.07s] Lock file operations: 4 installs, 139 updates, 8 removals
    [32.4MiB/12.07s]   - Removing league/uri-components (1.8.2)
    [32.4MiB/12.07s]   - Removing league/uri-hostname-parser (1.1.2)
    [32.4MiB/12.07s]   - Removing league/uri-interfaces (1.1.1)
    [32.4MiB/12.07s]   - Removing league/uri-parser (1.4.1)
    [32.4MiB/12.07s]   - Removing league/uri-schemes (1.2.1)
    [32.4MiB/12.08s]   - Removing madeyourday/contao-rocksolid-frontend-helper (v2.1.3)
    [32.4MiB/12.08s]   - Removing phpunit/php-token-stream (4.0.4)
    [32.4MiB/12.08s]   - Removing psr/simple-cache (1.0.1)
    [32.4MiB/12.08s]   - Upgrading bacon/bacon-qr-code (2.0.7 => 2.0.8)
    [32.4MiB/12.08s]   - Upgrading composer/ca-bundle (1.3.1 => 1.3.7)
    [32.4MiB/12.08s]   - Upgrading composer/semver (3.2.6 => 3.4.0)
    [32.4MiB/12.08s]   - Upgrading contao-community-alliance/composer-plugin (3.2.1 => 3.2.3)
    [32.4MiB/12.08s]   - Upgrading contao-components/ace (1.4.14 => 1.31.1)
    [32.4MiB/12.08s]   - Upgrading contao-components/chosen (1.2.4 => 1.2.5)
    [32.4MiB/12.08s]   - Upgrading contao-components/colorpicker (1.5.1 => 1.5.2)
    [32.4MiB/12.08s]   - Upgrading contao-components/contao (9.2.0 => 9.3.4)
    [32.4MiB/12.09s]   - Upgrading contao-components/jquery (3.6.0 => 3.7.1)
    [32.4MiB/12.09s]   - Upgrading contao-components/jquery-ui (1.13.1 => 1.13.2)
    [32.4MiB/12.09s]   - Upgrading contao-components/mootools (1.6.0.6 => 1.6.0.7)
    [32.4MiB/12.09s]   - Upgrading contao-components/simplemodal (2.1.1 => 2.1.2)
    [32.4MiB/12.09s]   - Upgrading contao-components/swipe (2.2.0 => 2.2.1)
    [32.4MiB/12.09s]   - Upgrading contao/calendar-bundle (4.9.16 => 4.9.42)
    [32.4MiB/12.09s]   - Upgrading contao/comments-bundle (4.9.16 => 4.9.42)
    [32.4MiB/12.09s]   - Upgrading contao/conflicts (dev-main e04afb3 => dev-main a530d89)
    [32.4MiB/12.09s]   - Upgrading contao/core-bundle (4.9.16 => 4.9.42)
    [32.4MiB/12.09s]   - Upgrading contao/faq-bundle (4.9.16 => 4.9.42)
    [32.4MiB/12.09s]   - Upgrading contao/image (1.1.1 => 1.2.0)
    [32.4MiB/12.10s]   - Upgrading contao/installation-bundle (4.9.16 => 4.9.42)
    [32.4MiB/12.10s]   - Upgrading contao/listing-bundle (4.9.16 => 4.9.42)
    [32.4MiB/12.10s]   - Upgrading contao/manager-bundle (4.9.16 => 4.9.42)
    [32.4MiB/12.10s]   - Upgrading contao/manager-plugin (2.11.0 => 2.13.0)
    [32.4MiB/12.10s]   - Upgrading contao/news-bundle (4.9.16 => 4.9.42)
    [32.4MiB/12.10s]   - Upgrading contao/newsletter-bundle (4.9.16 => 4.9.42)
    [32.4MiB/12.10s]   - Upgrading dasprid/enum (1.0.3 => 1.0.5)
    [32.4MiB/12.10s]   - Upgrading doctrine/annotations (1.13.2 => 1.14.3)
    [32.4MiB/12.10s]   - Upgrading doctrine/cache (2.1.1 => 2.2.0)
    [32.4MiB/12.10s]   - Upgrading doctrine/collections (1.6.8 => 2.1.4)
    [32.4MiB/12.10s]   - Upgrading doctrine/common (3.2.2 => 3.4.3)
    [32.4MiB/12.10s]   - Upgrading doctrine/dbal (2.13.8 => 2.13.9)
    [32.4MiB/12.10s]   - Upgrading doctrine/deprecations (v0.5.3 => 1.1.2)
    [32.4MiB/12.11s]   - Upgrading doctrine/doctrine-bundle (2.5.7 => 2.7.2)
    [32.4MiB/12.11s]   - Upgrading doctrine/event-manager (1.1.1 => 1.2.0)
    [32.4MiB/12.11s]   - Upgrading doctrine/inflector (2.0.4 => 2.0.8)
    [32.4MiB/12.11s]   - Upgrading doctrine/instantiator (1.4.1 => 2.0.0)
    [32.4MiB/12.11s]   - Upgrading doctrine/lexer (1.2.3 => 2.1.0)
    [32.4MiB/12.11s]   - Upgrading doctrine/orm (2.11.2 => 2.17.1)
    [32.4MiB/12.11s]   - Upgrading doctrine/persistence (2.4.0 => 3.2.0)
    [32.4MiB/12.11s]   - Upgrading doctrine/sql-formatter (1.1.2 => 1.1.3)
    [32.4MiB/12.11s]   - Upgrading egulias/email-validator (3.1.2 => 3.2.6)
    [32.4MiB/12.11s]   - Upgrading friendsofphp/proxy-manager-lts (v1.0.5 => v1.0.16)
    [32.4MiB/12.11s]   - Upgrading friendsofsymfony/http-cache (2.13.0 => 2.15.1)
    [32.4MiB/12.11s]   - Upgrading friendsofsymfony/http-cache-bundle (2.11.2 => 2.17.0)
    [32.4MiB/12.11s]   - Upgrading fritzmg/contao-newslist-extended (1.3.0 => 1.3.3)
    [32.4MiB/12.12s]   - Upgrading imagine/imagine (1.3.1 => 1.3.5)
    [32.4MiB/12.12s]   - Upgrading knplabs/knp-menu (v3.3.0 => v3.4.0)
    [32.4MiB/12.12s]   - Upgrading knplabs/knp-time-bundle (v1.18.0 => v1.19.0)
    [32.4MiB/12.12s]   - Upgrading laminas/laminas-code (4.4.0 => 4.13.0)
    [32.4MiB/12.12s]   - Upgrading lcobucci/clock (2.0.0 => 2.3.0)
    [32.4MiB/12.12s]   - Upgrading matthiasmullie/minify (1.3.66 => 1.3.71)
    [32.4MiB/12.12s]   - Upgrading monolog/monolog (1.27.0 => 1.27.1)
    [32.4MiB/12.12s]   - Upgrading nelmio/cors-bundle (2.2.0 => 2.3.1)
    [32.4MiB/12.12s]   - Locking nikic/php-parser (v4.17.1)
    [32.4MiB/12.12s]   - Upgrading numero2/contao-proper-filenames (v2.1.5 => v2.1.8)
    [32.4MiB/12.12s]   - Upgrading nyholm/psr7 (1.5.0 => 1.8.1)
    [32.4MiB/12.12s]   - Upgrading oneup/contao-language-dependent-modules-bundle (1.1.0 => 1.2.0)
    [32.4MiB/12.12s]   - Upgrading paragonie/constant_time_encoding (v2.5.0 => v2.6.3)
    [32.4MiB/12.12s]   - Upgrading php-http/client-common (2.5.0 => 2.7.0)
    [32.4MiB/12.12s]   - Upgrading php-http/discovery (1.14.1 => 1.19.1)
    [32.4MiB/12.13s]   - Upgrading php-http/httplug (2.3.0 => 2.4.0)
    [32.4MiB/12.13s]   - Upgrading php-http/message (1.13.0 => 1.16.0)
    [32.4MiB/12.13s]   - Upgrading php-http/message-factory (v1.0.2 => 1.1.0)
    [32.4MiB/12.13s]   - Upgrading php-http/promise (1.1.0 => 1.2.1)
    [32.4MiB/12.13s]   - Upgrading premium-contao-themes/pct_customelements_plugin_cc_frontedit (1.4.7 => 1.5.1)
    [32.4MiB/12.13s]   - Upgrading psr/cache (1.0.1 => 2.0.0)
    [32.4MiB/12.13s]   - Locking psr/clock (1.0.0)
    [32.4MiB/12.13s]   - Upgrading psr/http-client (1.0.1 => 1.0.3)
    [32.4MiB/12.13s]   - Upgrading psr/http-factory (1.0.1 => 1.0.2)
    [32.4MiB/12.13s]   - Upgrading psr/http-message (1.0.1 => 2.0)
    [32.4MiB/12.13s]   - Upgrading ramsey/uuid (3.9.6 => 3.9.7)
    [32.4MiB/12.14s]   - Upgrading scheb/2fa-backup-code (v5.13.1 => v5.13.2)
    [32.4MiB/12.14s]   - Upgrading scheb/2fa-bundle (v5.13.1 => v5.13.2)
    [32.4MiB/12.14s]   - Upgrading scheb/2fa-trusted-device (v5.13.1 => v5.13.2)
    [32.4MiB/12.14s]   - Upgrading scssphp/scssphp (v1.10.2 => v1.12.0)
    [32.4MiB/12.14s]   - Locking sensiolabs/ansi-to-html (v1.2.1)
    [32.4MiB/12.14s]   - Upgrading simplepie/simplepie (1.5.8 => 1.8.0)
    [32.4MiB/12.14s]   - Upgrading spomky-labs/otphp (v10.0.2 => v10.0.3)
    [32.4MiB/12.14s]   - Locking stella-maris/clock (0.1.7)
    [32.4MiB/12.14s]   - Upgrading symfony/asset (v4.4.37 => v4.4.46)
    [32.4MiB/12.14s]   - Upgrading symfony/cache (v4.4.38 => v4.4.48)
    [32.4MiB/12.14s]   - Upgrading symfony/cache-contracts (v2.5.0 => v2.5.2)
    [32.4MiB/12.14s]   - Upgrading symfony/config (v4.4.37 => v4.4.44)
    [32.4MiB/12.14s]   - Upgrading symfony/console (v4.4.38 => v4.4.49)
    [32.4MiB/12.14s]   - Upgrading symfony/debug (v4.4.37 => v4.4.44)
    [32.4MiB/12.14s]   - Upgrading symfony/debug-bundle (v4.4.20 => v4.4.37)
    [32.4MiB/12.14s]   - Upgrading symfony/dependency-injection (v4.4.39 => v4.4.49)
    [32.4MiB/12.15s]   - Upgrading symfony/deprecation-contracts (v2.5.0 => v3.4.0)
    [32.4MiB/12.15s]   - Upgrading symfony/doctrine-bridge (v4.4.39 => v4.4.48)
    [32.4MiB/12.15s]   - Upgrading symfony/dom-crawler (v4.4.39 => v4.4.45)
    [32.4MiB/12.15s]   - Upgrading symfony/dotenv (v4.4.25 => v4.4.37)
    [32.4MiB/12.15s]   - Upgrading symfony/error-handler (v4.4.37 => v4.4.44)
    [32.4MiB/12.15s]   - Upgrading symfony/event-dispatcher (v4.4.37 => v4.4.44)
    [32.4MiB/12.15s]   - Upgrading symfony/event-dispatcher-contracts (v1.1.11 => v1.10.0)
    [32.4MiB/12.15s]   - Upgrading symfony/expression-language (v4.4.37 => v4.4.47)
    [32.4MiB/12.15s]   - Upgrading symfony/filesystem (v4.4.39 => v5.4.25)
    [32.4MiB/12.15s]   - Upgrading symfony/finder (v4.4.37 => v4.4.44)
    [32.4MiB/12.15s]   - Upgrading symfony/framework-bundle (v4.4.39 => v4.4.51)
    [32.4MiB/12.15s]   - Upgrading symfony/http-client (v4.4.39 => v4.4.51)
    [32.4MiB/12.15s]   - Upgrading symfony/http-client-contracts (v2.5.0 => v2.5.2)
    [32.4MiB/12.15s]   - Upgrading symfony/http-foundation (v4.4.39 => v4.4.49)
    [32.4MiB/12.15s]   - Upgrading symfony/http-kernel (v4.4.39 => v4.4.51)
    [32.4MiB/12.16s]   - Upgrading symfony/lock (v4.4.38 => v4.4.46)
    [32.4MiB/12.16s]   - Upgrading symfony/mime (v5.4.3 => v5.4.26)
    [32.4MiB/12.16s]   - Upgrading symfony/monolog-bridge (v4.4.37 => v4.4.43)
    [32.4MiB/12.16s]   - Upgrading symfony/monolog-bundle (v3.7.0 => v3.8.0)
    [32.4MiB/12.16s]   - Upgrading symfony/options-resolver (v5.4.3 => v5.4.21)
    [32.4MiB/12.16s]   - Upgrading symfony/polyfill-ctype (v1.25.0 => v1.28.0)
    [32.4MiB/12.16s]   - Upgrading symfony/polyfill-iconv (v1.25.0 => v1.28.0)
    [32.4MiB/12.16s]   - Upgrading symfony/polyfill-intl-grapheme (v1.25.0 => v1.28.0)
    [32.4MiB/12.16s]   - Upgrading symfony/polyfill-intl-idn (v1.25.0 => v1.28.0)
    [32.4MiB/12.16s]   - Upgrading symfony/polyfill-intl-normalizer (v1.25.0 => v1.28.0)
    [32.4MiB/12.16s]   - Upgrading symfony/polyfill-mbstring (v1.25.0 => v1.28.0)
    [32.4MiB/12.16s]   - Upgrading symfony/polyfill-php72 (v1.25.0 => v1.28.0)
    [32.4MiB/12.16s]   - Upgrading symfony/polyfill-php73 (v1.25.0 => v1.28.0)
    [32.4MiB/12.16s]   - Upgrading symfony/polyfill-php80 (v1.25.0 => v1.28.0)
    [32.4MiB/12.16s]   - Upgrading symfony/polyfill-php81 (v1.25.0 => v1.28.0)
    [32.4MiB/12.17s]   - Upgrading symfony/process (v4.4.37 => v4.4.44)
    [32.4MiB/12.17s]   - Upgrading symfony/property-access (v5.4.5 => v5.4.26)
    [32.4MiB/12.17s]   - Upgrading symfony/property-info (v5.4.3 => v5.4.24)
    [32.4MiB/12.17s]   - Upgrading symfony/proxy-manager-bridge (v4.4.25 => v4.4.39)
    [32.4MiB/12.17s]   - Upgrading symfony/routing (v4.4.37 => v4.4.44)
    [32.4MiB/12.17s]   - Upgrading symfony/security-bundle (v4.4.38 => v4.4.50)
    [32.4MiB/12.17s]   - Upgrading symfony/security-core (v4.4.38 => v4.4.48)
    [32.4MiB/12.17s]   - Upgrading symfony/security-guard (v4.4.37 => v4.4.46)
    [32.4MiB/12.17s]   - Upgrading symfony/security-http (v4.4.37 => v4.4.50)
    [32.4MiB/12.17s]   - Upgrading symfony/service-contracts (v2.5.0 => v2.5.2)
    [32.4MiB/12.17s]   - Upgrading symfony/stopwatch (v4.4.38 => v4.4.46)
    [32.4MiB/12.17s]   - Upgrading symfony/string (v5.4.3 => v6.3.8)
    [32.4MiB/12.17s]   - Upgrading symfony/translation (v4.4.37 => v4.4.47)
    [32.4MiB/12.17s]   - Upgrading symfony/translation-contracts (v2.5.0 => v2.5.2)
    [32.4MiB/12.17s]   - Upgrading symfony/twig-bridge (v4.4.38 => v4.4.51)
    [32.4MiB/12.17s]   - Upgrading symfony/twig-bundle (v4.4.37 => v4.4.41)
    [32.4MiB/12.17s]   - Upgrading symfony/var-dumper (v4.4.39 => v4.4.47)
    [32.4MiB/12.18s]   - Upgrading symfony/var-exporter (v5.4.6 => v5.4.26)
    [32.4MiB/12.18s]   - Upgrading symfony/web-profiler-bundle (v4.4.25 => v4.4.47)
    [32.4MiB/12.18s]   - Upgrading symfony/yaml (v4.4.37 => v4.4.45)
    [32.4MiB/12.18s]   - Upgrading terminal42/contao-mailusername (2.0.0 => 2.1.0)
    [32.4MiB/12.18s]   - Upgrading terminal42/escargot (1.4.0 => 1.5.3)
    [32.4MiB/12.18s]   - Upgrading terminal42/service-annotation-bundle (1.1.3 => 1.1.5)
    [32.4MiB/12.18s]   - Upgrading thecodingmachine/safe (v1.3.3 => v2.5.0)
    [32.4MiB/12.18s]   - Upgrading twig/twig (v2.14.11 => v2.15.5)
    [32.4MiB/12.18s]   - Upgrading webmozart/assert (1.10.0 => 1.11.0)
    [31.7MiB/12.19s] Writing lock file
    [16.1MiB/12.22s] Package contao-components/highlight is abandoned, you should avoid using it. No replacement was suggested.
    [16.1MiB/12.22s] Package lexik/maintenance-bundle is abandoned, you should avoid using it. No replacement was suggested.
    [16.1MiB/12.22s] Package patchwork/utf8 is abandoned, you should avoid using it. Use symfony/polyfill-mbstring or symfony/string instead.
    [16.1MiB/12.22s] Package php-http/message-factory is abandoned, you should avoid using it. Use psr/http-factory instead.
    [16.1MiB/12.23s] Package swiftmailer/swiftmailer is abandoned, you should avoid using it. Use symfony/mailer instead.
    [16.1MiB/12.23s] Package symfony/debug is abandoned, you should avoid using it. Use symfony/error-handler instead.
    [16.1MiB/12.23s] Package symfony/swiftmailer-bundle is abandoned, you should avoid using it. Use symfony/mailer instead.
    [16.1MiB/12.23s] Package true/punycode is abandoned, you should avoid using it. No replacement was suggested.
    [16.1MiB/12.23s] Package webmozart/path-util is abandoned, you should avoid using it. Use symfony/filesystem instead.
    [16.3MiB/12.36s] No security vulnerability advisories found
    [16.7MiB/12.36s] Memory usage: 16.73MB (peak: 205.45MB), time: 12.36s.
    [16.7MiB/12.36s] Finished Composer Cloud resolving.
    
    
    # Job ID HzHTMPtyEi5HstZNOy7yTbqt5KRuFc1bnwBdkygKxXn4t90EwOEzkPYWFrPZF8JmUaiOrsMsCJ completed in 12 seconds
    # Memory usage: 16.73MB (peak: 205.45MB), time: 12.36s.
    
    $ /usr/bin/php -q -dmax_execution_time=0 -dmemory_limit=-1 -ddisplay_errors=0 -ddisplay_startup_errors=0 -derror_reporting=0 -dallow_url_fopen=1 -ddisable_functions= -ddate.timezone=Europe/Zurich /home/3hoch1/xxx/xxxxxxxxxxxxx/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 contao-components/highlight is abandoned, you should avoid using it. No replacement was suggested.
    Package lexik/maintenance-bundle 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 php-http/message-factory is abandoned, you should avoid using it. Use psr/http-factory instead.
    Package swiftmailer/swiftmailer is abandoned, you should avoid using it. Use symfony/mailer instead.
    Package symfony/debug is abandoned, you should avoid using it. Use symfony/error-handler instead.
    Package symfony/swiftmailer-bundle is abandoned, you should avoid using it. Use symfony/mailer instead.
    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
    composer/package-versions-deprecated: Generating version class...
    composer/package-versions-deprecated: ...done generating version class
    contao/manager-plugin: Dumping generated plugins file...
    Class Contao\ManagerPlugin\PluginLoader located in ./vendor/contao/manager-plugin/src/Resources/PluginLoader.php does not comply with psr-4 autoloading standard. Skipping.
    104 packages you are using are looking for funding.
    Use the `composer fund` command to find out more!
    contao/manager-plugin: ...done dumping generated plugins file
    > Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication
    
     ! [NOTE] Secret is already set.                                                
    
    Added the web/app.php file.
    Added the web/index.php file.
    Added the web/preview.php file.
    
     // Clearing the cache for the prod environment with debug                      
     // false                                                                       
    
     [OK] Cache for the "prod" environment (debug=false) was successfully cleared.  
    
    
     // Clearing the cache for the dev environment with debug                       
     // true                                                                        
    
     [OK] Cache for the "dev" environment (debug=true) was successfully cleared.    
    
    
     // Warming up the cache for the prod environment with debug                    
     // false                                                                       
    
     [OK] Cache for the "prod" environment (debug=false) was successfully warmed.   
    
    
     Trying to install assets as relative symbolic links.
    
     --- ------------------------ ------------------ 
          Bundle                   Method / Error    
     --- ------------------------ ------------------ 
      ?   ContaoCoreBundle         relative symlink  
      ?   ContaoFaqBundle          relative symlink  
      ?   ContaoCommentsBundle     relative symlink  
      ?   ContaoNewsBundle         relative symlink  
      ?   ContaoCalendarBundle     relative symlink  
      ?   ContaoNewsletterBundle   relative symlink  
     --- ------------------------ ------------------ 
    
     [OK] All assets were successfully installed.                                   
    
    
     --- -------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- 
          Symlink                                                                                                  Target / Error                                                                                      
     --- -------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- 
      ?   web/files/cto_layout                                                                                     files/cto_layout                                                                                    
      ?   web/files/sky-association                                                                                files/sky-association                                                                               
      ?   web/system/modules/pct_autogrid/assets                                                                   system/modules/pct_autogrid/assets                                                                  
      ?   web/system/modules/pct_customelements/assets                                                             system/modules/pct_customelements/assets                                                            
      ?   web/system/modules/pct_customelements_attribute_tags/assets                                              system/modules/pct_customelements_attribute_tags/assets                                             
      ?   web/system/modules/pct_customelements_plugin_cc_frontedit/assets                                         system/modules/pct_customelements_plugin_cc_frontedit/assets                                        
      ?   web/system/modules/pct_customelements_plugin_customcatalog/assets                                        system/modules/pct_customelements_plugin_customcatalog/assets                                       
      ?   web/system/modules/pct_customelements_plugin_notelist/html                                               system/modules/pct_customelements_plugin_notelist/html                                              
      ?   web/system/modules/pct_frontend_quickedit/assets                                                         system/modules/pct_frontend_quickedit/assets                                                        
      ?   web/system/modules/pct_iconpicker/assets                                                                 system/modules/pct_iconpicker/assets                                                                
      ?   web/system/modules/pct_megamenu/assets                                                                   system/modules/pct_megamenu/assets                                                                  
      ?   web/system/modules/pct_privacy_manager/assets                                                            system/modules/pct_privacy_manager/assets                                                           
      ?   web/system/modules/pct_revolutionslider/assets                                                           system/modules/pct_revolutionslider/assets                                                          
      ?   web/system/modules/pct_tabletree_widget/assets                                                           system/modules/pct_tabletree_widget/assets                                                          
      ?   web/system/modules/pct_theme_installer/assets                                                            system/modules/pct_theme_installer/assets                                                           
      ?   web/system/modules/pct_themer/assets                                                                     system/modules/pct_themer/assets                                                                    
      ?   web/system/modules/pct_customelements_plugin_customcatalog/PCT/CustomElements/Attributes/RateIt/assets   system/modules/pct_customelements_plugin_customcatalog/PCT/CustomElements/Attributes/RateIt/assets  
      ?   web/system/modules/pct_customelements_plugin_customcatalog/PCT/CustomElements/Filters/Text/assets        system/modules/pct_customelements_plugin_customcatalog/PCT/CustomElements/Filters/Text/assets       
      ?   system/themes/flexible                                                                                   vendor/contao/core-bundle/src/Resources/contao/themes/flexible                                      
      ?   web/assets                                                                                               assets                                                                                              
      ?   web/system/themes                                                                                        The path "web/system/themes" exists and is not a symlink.                                           
      ?   system/logs                                                                                              var/logs                                                                                            
     --- -------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- 
    
    Script Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication handling the post-install-cmd event terminated with an exception
    
    In ScriptHandler.php line 98:
                                                                            
      An error occurred while executing the "contao:symlinks web" command:  
                                                                            
    
    install [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--dry-run] [--download-only] [--dev] [--no-suggest] [--no-dev] [--no-autoloader] [--no-progress] [--no-install] [--audit] [--audit-format AUDIT-FORMAT] [-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] [--] [...]
    
    
    # Process terminated with exit code 1
    # Result: General error

  17. #17
    Contao-Fan Avatar von Fehrmann
    Registriert seit
    04.07.2009.
    Ort
    Wismar
    Beiträge
    580
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Hi,

    du hast noch einen übersehen:

    Code:
    The path "web/system/themes" exists and is not a symlink.
    Software-Entwickler Backend/Frontend

  18. #18
    Community-Moderatorin & Contao-Urgestein Avatar von mlweb
    Registriert seit
    10.07.2011.
    Beiträge
    6.751
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Zitat Zitat von mlweb Beitrag anzeigen
    Übertragung aller Dateien ist m.E. in der Regel keine gute Idee, weil dann möglicherweise die Symlinks kaputt gegangen sind.
    Ich kann mich da nur wiederholen.
    Jetzt musst Du das alles reparieren, was da beanstandet wird.
    Ich habe Dir mit meinen Hinweisen geholfen und Du möchtest Dich bedanken?
    Unterstütze bitte das Contao-Projekt (Button Links)
    Weitere Spendenmöglichkeiten
    ------------------------------------------------------------------------------------------------------
    Contao-Dokumentation: Contao-Handbuch und Contao-Entwickler-Doku
    Contao-Online-Video-Kurse: Contao Academy
    Funktionalität erweitern: Contao-Erweiterungen

    Für Dinge die man mit html5 und css3 lösen kann, braucht man kein javascript.




  19. #19
    Contao-Fan
    Registriert seit
    03.09.2009.
    Beiträge
    313

    Standard

    Das Composerupdate hat funktioniert nach dem ich das Problen behoben habe: The path "web/system/themes" exists and is not a symlink.

    Was noch nicht funktioniert ist die Aktualisierung von RockSolid AntiSpam auf die neuste Version .

    Auch eine Neuinstallation von RockSolid Frontend Helper ist fehlgeschlagen:

    Code:
    $ /usr/bin/php -q -dmax_execution_time=0 -dmemory_limit=-1 -ddisplay_errors=0 -ddisplay_startup_errors=0 -derror_reporting=0 -dallow_url_fopen=1 -ddisable_functions= -ddate.timezone=Europe/Zurich /home/xxxx/www/xxxxx/web/contao-manager.phar.php composer require madeyourday/contao-rocksolid-frontend-helper --no-update --no-scripts --prefer-stable --sort-packages --no-ansi --no-interaction
    
    Using version ^2.2 for madeyourday/contao-rocksolid-frontend-helper
    /home/3hoch1/www/2023.swiss-kundalini-yoga.ch/composer.json has been updated
    
    # Process terminated with exit code 0
    # Result: OK
    
    
    > Resolving dependencies using Composer Cloud v3.6.0-1-g9d9036c
    
    [6.8MiB/0.24s] Loading composer repositories with package information
    [68.8MiB/9.29s] Updating dependencies
    [86.6MiB/9.70s] Your requirements could not be resolved to an installable set of packages.
    [86.6MiB/9.70s] 
      Problem 1
        - madeyourday/contao-rocksolid-frontend-helper[v2.2.0, ..., v2.2.4] require contao/core-bundle ^4.13 || ^5.0 -> found contao/core-bundle[4.13.0, ..., 4.13.34, 5.0.0, ..., 5.2.6] but these were not loaded, likely because it conflicts with another require.
        - Root composer.json requires madeyourday/contao-rocksolid-frontend-helper ^2.2 -> satisfiable by madeyourday/contao-rocksolid-frontend-helper[v2.2.0, ..., v2.2.4].
    
    [86.6MiB/9.71s] 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.
    [39.0MiB/9.74s] Memory usage: 38.99MB (peak: 195.49MB), time: 9.75s.
    [39.0MiB/9.74s] Finished Composer Cloud resolving.
    
    
    # Cloud Job ID Sn5OZguIKTKQA2DCGQmTGk9grogfLQbFRyEYq5n21ndZ3n25q7f1UFthjiEgcWlmUWl failed
    Stimmt was mit meiner composer.json nicht?

    Code:
    {
        "type": "project",
        "require": {
            "contao/calendar-bundle": "4.9.*",
            "contao/comments-bundle": "4.9.*",
            "contao/conflicts": "*@dev",
            "contao/faq-bundle": "4.9.*",
            "contao/listing-bundle": "4.9.*",
            "contao/manager-bundle": "4.9.*",
            "contao/news-bundle": "4.9.*",
            "contao/newsletter-bundle": "4.9.*",
            "fritzmg/contao-newslist-extended": "^1.2",
            "madeyourday/contao-rocksolid-antispam": "^2.0",
            "numero2/contao-proper-filenames": "^2.1",
            "oneup/contao-language-dependent-modules-bundle": "^1.0",
            "premium-contao-themes/pct_customelements_plugin_cc_frontedit": "^1.4",
            "terminal42/contao-autoregistration": "^2.1",
            "terminal42/contao-mailusername": "^2.0"
         },
        "extra": {
            "public-dir": "web",
            "contao-component-dir": "assets"
        },
        "scripts": {
            "post-install-cmd": [
                "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            ],
            "post-update-cmd": [
                "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            ]
        }
    }
    Geändert von thomasr (21.11.2023 um 17:12 Uhr)

  20. #20
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.112
    Partner-ID
    10107

    Standard

    Führe ein vollständiges "Composer update" durch und poste die Konsolenausgabe.
    » sponsor me via GitHub or PayPal or Revolut

  21. #21
    Contao-Fan
    Registriert seit
    03.09.2009.
    Beiträge
    313

    Standard

    Code:
    > Resolving dependencies using Composer Cloud v3.6.0-1-g9d9036c
    
    [6.8MiB/0.23s] Loading composer repositories with package information
    [78.3MiB/11.23s] Updating dependencies
    [73.6MiB/13.70s] Nothing to modify in lock file
    [14.9MiB/13.75s] Package contao-components/highlight is abandoned, you should avoid using it. No replacement was suggested.
    [14.9MiB/13.75s] Package lexik/maintenance-bundle is abandoned, you should avoid using it. No replacement was suggested.
    [14.9MiB/13.76s] Package patchwork/utf8 is abandoned, you should avoid using it. Use symfony/polyfill-mbstring or symfony/string instead.
    [14.9MiB/13.76s] Package php-http/message-factory is abandoned, you should avoid using it. Use psr/http-factory instead.
    [14.9MiB/13.76s] Package swiftmailer/swiftmailer is abandoned, you should avoid using it. Use symfony/mailer instead.
    [14.9MiB/13.76s] Package symfony/debug is abandoned, you should avoid using it. Use symfony/error-handler instead.
    [14.9MiB/13.76s] Package symfony/swiftmailer-bundle is abandoned, you should avoid using it. Use symfony/mailer instead.
    [14.9MiB/13.76s] Package true/punycode is abandoned, you should avoid using it. No replacement was suggested.
    [14.9MiB/13.76s] Package webmozart/path-util is abandoned, you should avoid using it. Use symfony/filesystem instead.
    [15.1MiB/13.92s] No security vulnerability advisories found
    [15.5MiB/13.92s] Memory usage: 15.53MB (peak: 205.53MB), time: 13.94s.
    [15.5MiB/13.93s] Finished Composer Cloud resolving.
    
    
    # Job ID LGx1AWWluQDdkNLkAs3FG5ksZlrmxgtpNSjNTp2tDTgGv151vCqEf9hUXlQlst5MJ41LUIbNSkiV3Qh2L2uIv2qZUBmBAFJiB9pUA completed in 12 seconds
    # Memory usage: 15.53MB (peak: 205.53MB), time: 13.94s.
    
    $ /usr/bin/php -q -dmax_execution_time=0 -dmemory_limit=-1 -ddisplay_errors=0 -ddisplay_startup_errors=0 -derror_reporting=0 -dallow_url_fopen=1 -ddisable_functions= -ddate.timezone=Europe/Zurich /home/3hoch1/www/2023.swiss-kundalini-yoga.ch/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 contao-components/highlight is abandoned, you should avoid using it. No replacement was suggested.
    Package lexik/maintenance-bundle 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 php-http/message-factory is abandoned, you should avoid using it. Use psr/http-factory instead.
    Package swiftmailer/swiftmailer is abandoned, you should avoid using it. Use symfony/mailer instead.
    Package symfony/debug is abandoned, you should avoid using it. Use symfony/error-handler instead.
    Package symfony/swiftmailer-bundle is abandoned, you should avoid using it. Use symfony/mailer instead.
    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
    composer/package-versions-deprecated: Generating version class...
    composer/package-versions-deprecated: ...done generating version class
    Class Contao\ManagerPlugin\PluginLoader located in ./vendor/contao/manager-plugin/src/Resources/PluginLoader.php does not comply with psr-4 autoloading standard. Skipping.
    104 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
    
     ! [NOTE] Secret is already set.                                                
    
    Added the web/app.php file.
    Added the web/index.php file.
    Added the web/preview.php file.
    
     // Clearing the cache for the prod environment with debug                      
     // false                                                                       
    
     [OK] Cache for the "prod" environment (debug=false) was successfully cleared.  
    
    
     // Clearing the cache for the dev environment with debug                       
     // true                                                                        
    
     [OK] Cache for the "dev" environment (debug=true) was successfully cleared.    
    
    
     // Warming up the cache for the prod environment with debug                    
     // false                                                                       
    
     [OK] Cache for the "prod" environment (debug=false) was successfully warmed.   
    
    
     Trying to install assets as relative symbolic links.
    
     --- ------------------------ ------------------ 
          Bundle                   Method / Error    
     --- ------------------------ ------------------ 
      ?   ContaoCoreBundle         relative symlink  
      ?   ContaoFaqBundle          relative symlink  
      ?   ContaoCommentsBundle     relative symlink  
      ?   ContaoNewsBundle         relative symlink  
      ?   ContaoCalendarBundle     relative symlink  
      ?   ContaoNewsletterBundle   relative symlink  
     --- ------------------------ ------------------ 
    
     [OK] All assets were successfully installed.                                   
    
    
     --- -------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- 
          Symlink                                                                                                  Target / Error                                                                                      
     --- -------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- 
      ?   web/files/cto_layout                                                                                     files/cto_layout                                                                                    
      ?   web/files/sky-association                                                                                files/sky-association                                                                               
      ?   web/system/modules/pct_autogrid/assets                                                                   system/modules/pct_autogrid/assets                                                                  
      ?   web/system/modules/pct_customelements/assets                                                             system/modules/pct_customelements/assets                                                            
      ?   web/system/modules/pct_customelements_attribute_tags/assets                                              system/modules/pct_customelements_attribute_tags/assets                                             
      ?   web/system/modules/pct_customelements_plugin_cc_frontedit/assets                                         system/modules/pct_customelements_plugin_cc_frontedit/assets                                        
      ?   web/system/modules/pct_customelements_plugin_customcatalog/assets                                        system/modules/pct_customelements_plugin_customcatalog/assets                                       
      ?   web/system/modules/pct_customelements_plugin_notelist/html                                               system/modules/pct_customelements_plugin_notelist/html                                              
      ?   web/system/modules/pct_frontend_quickedit/assets                                                         system/modules/pct_frontend_quickedit/assets                                                        
      ?   web/system/modules/pct_iconpicker/assets                                                                 system/modules/pct_iconpicker/assets                                                                
      ?   web/system/modules/pct_megamenu/assets                                                                   system/modules/pct_megamenu/assets                                                                  
      ?   web/system/modules/pct_privacy_manager/assets                                                            system/modules/pct_privacy_manager/assets                                                           
      ?   web/system/modules/pct_revolutionslider/assets                                                           system/modules/pct_revolutionslider/assets                                                          
      ?   web/system/modules/pct_tabletree_widget/assets                                                           system/modules/pct_tabletree_widget/assets                                                          
      ?   web/system/modules/pct_theme_installer/assets                                                            system/modules/pct_theme_installer/assets                                                           
      ?   web/system/modules/pct_themer/assets                                                                     system/modules/pct_themer/assets                                                                    
      ?   web/system/modules/pct_customelements_plugin_customcatalog/PCT/CustomElements/Attributes/RateIt/assets   system/modules/pct_customelements_plugin_customcatalog/PCT/CustomElements/Attributes/RateIt/assets  
      ?   web/system/modules/pct_customelements_plugin_customcatalog/PCT/CustomElements/Filters/Text/assets        system/modules/pct_customelements_plugin_customcatalog/PCT/CustomElements/Filters/Text/assets       
      ?   system/themes/flexible                                                                                   vendor/contao/core-bundle/src/Resources/contao/themes/flexible                                      
      ?   web/assets                                                                                               assets                                                                                              
      ?   web/system/themes                                                                                        system/themes                                                                                       
      ?   system/logs                                                                                              var/logs                                                                                            
     --- -------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- 
    
    Done! Please open the Contao install tool or run contao:migrate on the command line to make sure the database is up-to-date.
    
    # Process terminated with exit code 0
    # Result: OK

  22. #22
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.112
    Partner-ID
    10107

    Standard

    Laut der Konsolenausgabe ist nun alles installiert.
    » sponsor me via GitHub or PayPal or Revolut

  23. #23
    Contao-Fan
    Registriert seit
    03.09.2009.
    Beiträge
    313

    Standard

    Ja, nur ich kann ich den contao-rocksolid-frontend-helper nicht installieren:

    Code:
    $ /usr/bin/php -q -dmax_execution_time=0 -dmemory_limit=-1 -ddisplay_errors=0 -ddisplay_startup_errors=0 -derror_reporting=0 -dallow_url_fopen=1 -ddisable_functions= -ddate.timezone=Europe/Zurich /home/xxxxx/www/xxxxxxxxxx/web/contao-manager.phar.php composer require madeyourday/contao-rocksolid-frontend-helper --no-update --no-scripts --prefer-stable --sort-packages --no-ansi --no-interaction
    
    Using version ^2.2 for madeyourday/contao-rocksolid-frontend-helper
    /home/xxxx/www/xxxxxxxx/composer.json has been updated
    
    # Process terminated with exit code 0
    # Result: OK
    
    
    > Resolving dependencies using Composer Cloud v3.6.0-1-g9d9036c
    
    [6.8MiB/0.22s] Loading composer repositories with package information
    [68.8MiB/9.87s] Updating dependencies
    [86.6MiB/10.34s] Your requirements could not be resolved to an installable set of packages.
    [86.6MiB/10.35s] 
      Problem 1
        - madeyourday/contao-rocksolid-frontend-helper[v2.2.0, ..., v2.2.4] require contao/core-bundle ^4.13 || ^5.0 -> found contao/core-bundle[4.13.0, ..., 4.13.34, 5.0.0, ..., 5.2.6] but these were not loaded, likely because it conflicts with another require.
        - Root composer.json requires madeyourday/contao-rocksolid-frontend-helper ^2.2 -> satisfiable by madeyourday/contao-rocksolid-frontend-helper[v2.2.0, ..., v2.2.4].
    
    [86.6MiB/10.35s] 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.
    [39.0MiB/10.38s] Memory usage: 38.99MB (peak: 195.49MB), time: 10.39s.
    [39.0MiB/10.38s] Finished Composer Cloud resolving.
    
    
    # Cloud Job ID TdVh06UgU4oqTrmMq2dGHdtKfUEdrzL4CKqiRAGscW6FUIzS7Assn1I5iNIoFYDoJYJFxY4iPuZIzV3OnxhIKf6GFJ0jXzRyw68R6LGbsi failed

  24. #24
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.112
    Partner-ID
    10107

    Standard

    Um die neueste Version von contao-rocksolid-frontend-helper installieren zu können, musst du zuerst (oder im selben Zug) auf Contao 4.13 aktualisieren. Wenn du das nicht machst kannst du stattdessen auch Version ^2.0 requiren, statt ^2.2.
    » sponsor me via GitHub or PayPal or Revolut

  25. #25
    Community-Moderatorin & Contao-Urgestein Avatar von mlweb
    Registriert seit
    10.07.2011.
    Beiträge
    6.751
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Da steht ja nun auch deutlich da, dass die Version, die Du versuchst zu installieren Contao 4.13 oder neuer erfordert und Du verwendest 4.9, wenn ich das richtig sehe.
    Schau einfach bei der Erweiterung nach, welche Version für Contao 4.9 geeignet ist.
    Ich habe Dir mit meinen Hinweisen geholfen und Du möchtest Dich bedanken?
    Unterstütze bitte das Contao-Projekt (Button Links)
    Weitere Spendenmöglichkeiten
    ------------------------------------------------------------------------------------------------------
    Contao-Dokumentation: Contao-Handbuch und Contao-Entwickler-Doku
    Contao-Online-Video-Kurse: Contao Academy
    Funktionalität erweitern: Contao-Erweiterungen

    Für Dinge die man mit html5 und css3 lösen kann, braucht man kein javascript.




  26. #26
    Contao-Fan
    Registriert seit
    03.09.2009.
    Beiträge
    313

    Standard

    .... meine Contao Version ist 4.9.42

  27. #27
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.112
    Partner-ID
    10107

    Standard

    Zitat Zitat von thomasr Beitrag anzeigen
    .... meine Contao Version ist 4.9.42
    -> https://community.contao.org/de/show...l=1#post577999
    » sponsor me via GitHub or PayPal or Revolut

  28. #28
    Community-Moderatorin & Contao-Urgestein Avatar von mlweb
    Registriert seit
    10.07.2011.
    Beiträge
    6.751
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Siehe auch den Kommentar von Spooky.
    Du kannst nicht die aktuellste Version der Erweiterung verwenden. Spooky hat Dir sogar die entsprechende Version rausgesucht.
    Ich habe Dir mit meinen Hinweisen geholfen und Du möchtest Dich bedanken?
    Unterstütze bitte das Contao-Projekt (Button Links)
    Weitere Spendenmöglichkeiten
    ------------------------------------------------------------------------------------------------------
    Contao-Dokumentation: Contao-Handbuch und Contao-Entwickler-Doku
    Contao-Online-Video-Kurse: Contao Academy
    Funktionalität erweitern: Contao-Erweiterungen

    Für Dinge die man mit html5 und css3 lösen kann, braucht man kein javascript.




  29. #29
    Contao-Fan
    Registriert seit
    03.09.2009.
    Beiträge
    313

    Standard

    Habe Contao auf Version 4.13.34 jezt funktioniert das installieren und updaten der Pakete :-)

    Grundsätzlich muss ich mein Vorgehen für den Conzao-Umzug überdenken, damit das Ploblem mit den Symlinks nicht mehr vorkommt.
    Bisher habe ich alle Dateien in den neuen Zielordner der Instalaton geschoben und den alten mit einem neuen Contao-Manager ersetzt un drüber laufen lassen:

    - assets
    - composer.json
    - composer.lock
    - config
    - contao-manager
    - files
    - system
    - templates
    - var
    - vendor
    - web

    Ist es besser wenn ich nur diese hochlade:
    - composer.json
    - composer.lock
    - config
    - files
    - templates
    und im leeren Ordner «web» mit Contao-Manager neu installiere?

  30. #30
    AG Pressearbeit
    Community-Moderator
    Buchautor 'Contao für Webdesigner'
    Avatar von planepix
    Registriert seit
    05.06.2009.
    Ort
    Stuttgart
    Beiträge
    6.470
    Partner-ID
    107
    Contao-Projekt unterstützen

    Support Contao

    Standard

    So wie im Handbuch steht klappts immer:
    https://docs.contao.org/manual/de/in...ntao-umziehen/
    ---------------------------------
    Beste Grüße planepix
    Contao für Webdesigner (Website), Twitter: @contaowebdesign
    weitzeldesign
    Contao-Sprechstunde
    Contao Schulungen: https://www.weitzeldesign.com/cms-co...chulungen.html
    Contao Jahrbuch: www.contao-jahrbuch.de
    Contao Agenturtag: www.contao-agenturtag.de
    Contao Stammtisch Stuttgart: www.contao-stammtisch-stuttgart.de
    Contao 4 Erfahrungen als Gitbook: https://app.gitbook.com/@planepix/s/...-mit-contao-4/
    Contao 4 & Manager Hosterhinweise: https://github.com/contao/contao-manager/wiki

    Schon wieder ein Update?
    Glücklich sind die, die den Wert erkennen – und wertschätzen.
    „Muss man machen wie beim Zahnarzt. Der bestraft einen auch mit hohen Rechnungen wenn man die Pflege vernachlässigt.”

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
  •