Contao-Camp 2024
Ergebnis 1 bis 20 von 20

Thema: Update friendsofsymfony/http-cache in Endlossschleife...Seite down

  1. #1
    Contao-Urgestein Avatar von Kahmoon
    Registriert seit
    22.06.2009.
    Ort
    München
    Beiträge
    5.280

    Standard Update friendsofsymfony/http-cache in Endlossschleife...Seite down

    Servus beisammen,

    der Contao Manager hat mir heute ein kleines Update von friendsofsymfony/http-cache angezeigt. Ich dachte mir "machste mal!". Leider läuft dieses in der Endlosschleife und die Seite ist down ;-)

    Code:
    Installing dependencies from lock file
    Verifying lock file contents can be installed on current platform.
    Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. It is recommended that you run `composer update` or `composer update <package name>`.
    Package operations: 0 installs, 1 update, 0 removals
      - Downloading friendsofsymfony/http-cache (2.14.1)
      - Upgrading friendsofsymfony/http-cache (2.14.0 => 2.14.1): Extracting archive
    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
    124 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
    Please edit your root composer.json and set "post-install-cmd" to "@php vendor/bin/contao-setup --no-ansi" instead of using "ScriptHandler::initializeApplication()".
    > Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication
    Wie kann ich das abbrechen bzw. beenden damit die Seite wieder live ist? Abbrechen drücken führt ebenfalls zu nichts.

    Contao 4.13.6
    Hoster IONOS
    PHP 7.4

    VG
    Angehängte Grafiken Angehängte Grafiken

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

    Standard

    Das ist der Wartungsmodus. Den kannst du entweder im Contao Manager deaktivieren, wenn es der globale Wartungsmodus war, oder in den Einstellungen des jeweiligen Website Roots.
    » sponsor me via GitHub or PayPal or Revolut

  3. #3
    Contao-Urgestein Avatar von Kahmoon
    Registriert seit
    22.06.2009.
    Ort
    München
    Beiträge
    5.280

    Standard

    Ins Backend komme ich gar nicht mehr und Contao Manager springt direkt wieder zu dem Task.

    Edit:
    Das letzte Wort in meinem Satz war glaub ich die Lösung. task.json gelöscht und dann komme ich wieder in den Manager an den Anfang. Somit in die Systemwartung und somit an den Wartungsmodus!

  4. #4
    Contao-Urgestein Avatar von Kahmoon
    Registriert seit
    22.06.2009.
    Ort
    München
    Beiträge
    5.280

    Standard

    Was kann ich denn tun um dieses Update zu skippen? Ich kann aktuell im Manager nichts mehr aktualisieren weil oben genannte Erweiterung das System lahm legt. Er rödelt endlos und die Seite ist offline.

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

    Standard

    Hast du SSH Zugriff?
    » sponsor me via GitHub or PayPal or Revolut

  6. #6
    Contao-Urgestein Avatar von Kahmoon
    Registriert seit
    22.06.2009.
    Ort
    München
    Beiträge
    5.280

    Standard

    Ja und mit genauen Anweisungen kann ich das sogar bedienen :-D

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

    Standard

    Führe im Contao Installationsverzeichnis mal folgendes aus:
    Code:
    php web/contao-manager.phar.php composer install -o --prefer-dist --no-dev -v
    und poste die Ausgabe davon.

    Hinweis: php musst du evt. mit dem richtigen Pfad zu deinem PHP Command Line Interface ersetzen.
    » sponsor me via GitHub or PayPal or Revolut

  8. #8
    Contao-Urgestein Avatar von Kahmoon
    Registriert seit
    22.06.2009.
    Ort
    München
    Beiträge
    5.280

    Standard

    Code:
    /usr/bin/php7.4-cli web/contao-manager.phar.php composer install -o --prefer-dist --no-dev -v
    Code:
    Found package frank-berger/events-subscriptions (1.0.9) in file frank-berger__events-subscriptions__1.0.9.0__fbba7d27.zip
    Installing dependencies from lock file
    Verifying lock file contents can be installed on current platform.
    Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. It is recommended that you run `composer update` or `composer update <package name>`.
    Dependency resolution completed in 0.001 seconds
    Package operations: 0 installs, 2 updates, 0 removals
    Updates: php-http/discovery:1.14.3, phpoffice/phpspreadsheet:1.24.0
      - Downloading php-http/discovery (1.14.3)
      - Downloading phpoffice/phpspreadsheet (1.24.0)
      - Upgrading php-http/discovery (1.14.2 => 1.14.3): Extracting archive
      - Upgrading phpoffice/phpspreadsheet (1.23.0 => 1.24.0): Extracting archive
    Package webmozart/path-util is abandoned, you should avoid using it. Use symfony/filesystem instead.
    Generating optimized autoload files
    > post-autoload-dump: PackageVersions\Installer->dumpVersionsClass
    composer/package-versions-deprecated: Generating version class...
    composer/package-versions-deprecated: ...done generating version class
    124 packages you are using are looking for funding.
    Use the `composer fund` command to find out more!
    > post-install-cmd: ContaoCommunityAlliance\Composer\Plugin\Plugin->dumpRunonce
    > post-install-cmd: Contao\ManagerPlugin\Composer\ManagerPluginInstaller->dumpPlugins
    contao/manager-plugin: Generating plugin class...
    contao/manager-plugin: ...done generating plugin class
    > post-install-cmd: Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication
    Please edit your root composer.json and set "post-install-cmd" to "@php vendor/bin/contao-setup --ansi" instead of using "ScriptHandler::initializeApplication()".
    Added the /homepages/46/xxx/htdocs/jagdbildungszentrum-v3/web/app.php file.
    Added the /homepages/46/xxx/htdocs/jagdbildungszentrum-v3/web/index.php file.
    Added the /homepages/46/xxx/htdocs/jagdbildungszentrum-v3/web/preview.php file.
    
    
     // Clearing the cache for the prod environment with debug                      
     // false                                                                       
    
    
     // Cache is fresh.                                                             
    
    
     // Finished                                                                    
    
    
    
     [OK] Cache for the "prod" environment (debug=false) was successfully cleared.  
    
    
    
    
    
     // Clearing the cache for the dev environment with debug                       
     // true                                                                        
    
    
     // Cache is fresh.                                                             
    
    
     // Finished                                                                    
    
    
    
     [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  
          -> web/bundles/contaocore                                    
      ?   OMOSdeContaoOmBackendBundle                relative symlink  
          -> web/bundles/omosdecontaoombackend                         
      ?   RockSolidCustomElementsBundle              relative symlink  
          -> web/bundles/rocksolidcustomelements                       
      ?   ContaoCookiebar                            relative symlink  
          -> web/bundles/contaocookiebar                               
      ?   MultiColumnWizardBundle                    relative symlink  
          -> web/bundles/multicolumnwizard                             
      ?   MarkocupicResourceBookingBundle            relative symlink  
          -> web/bundles/markocupicresourcebooking                     
      ?   ContaoFaqBundle                            relative symlink  
          -> web/bundles/contaofaq                                     
      ?   ContaoBootstrapCoreBundle                  relative symlink  
          -> web/bundles/contaobootstrapcore                           
      ?   ContaoMmenuBundle                          relative symlink  
          -> web/bundles/contaommenu                                   
      ?   HeimrichHannotContaoUtilsBundle            relative symlink  
          -> web/bundles/heimrichhannotcontaoutils                     
      ?   ContaoCommentsBundle                       relative symlink  
          -> web/bundles/contaocomments                                
      ?   BugBusterDlstatsBundle                     relative symlink  
          -> web/bundles/bugbusterdlstats                              
      ?   Terminal42EasyThemesBundle                 relative symlink  
          -> web/bundles/terminal42easythemes                          
      ?   ContaoNewsBundle                           relative symlink  
          -> web/bundles/contaonews                                    
      ?   RockSolidFrontendHelperBundle              relative symlink  
          -> web/bundles/rocksolidfrontendhelper                       
      ?   ContaoCalendarBundle                       relative symlink  
          -> web/bundles/contaocalendar                                
      ?   ContaoNewsletterBundle                     relative symlink  
          -> web/bundles/contaonewsletter                              
      ?   SoftleisterBackupDbBundle                  relative symlink  
          -> web/bundles/softleisterbackupdb                           
      ?   ContaoBootstrapGridBundle                  relative symlink  
          -> web/bundles/contaobootstrapgrid                           
      ?   HeimrichHannotUtilsBundle                  relative symlink  
          -> web/bundles/heimrichhannotutils                           
      ?   ContaoBootstrapNavbarBundle                relative symlink  
          -> web/bundles/contaobootstrapnavbar                         
      ?   RockSolidSliderBundle                      relative symlink  
          -> web/bundles/rocksolidslider                               
     --- ------------------------------------------ ------------------ 
    
    
    
     [OK] All assets were successfully installed.                                   
    
    
    
    
    
     --- ------------------------------------------------------------------------ -------------------------------------------------------------------- 
        Symlink                                                                 Target / Error                                                     
     --- ------------------------------------------------------------------------ -------------------------------------------------------------------- 
      !   web/files/jbz/images/aktuelles/2021/2021-02-28-damwild-hegemassnahme     Skipped because files/jbz/images will be symlinked.                 
      ?   web/files/backend                                                        files/backend                                                       
      ?   web/files/jbz/css                                                        files/jbz/css                                                       
      ?   web/files/jbz/fonts                                                      files/jbz/fonts                                                     
      ?   web/files/jbz/graphics                                                   files/jbz/graphics                                                  
      ?   web/files/jbz/images                                                     files/jbz/images                                                    
      ?   web/files/jbz/newsletter                                                 files/jbz/newsletter                                                
      ?   web/files/jbz/script                                                     files/jbz/script                                                    
      ?   web/files/jbz/downloadbereich/public                                     files/jbz/downloadbereich/public                                    
      ?   web/files/jbz/videos/damwild-hegemassnahme                               files/jbz/videos/damwild-hegemassnahme                              
      ?   web/files/jbz/videos/feldkirchen                                         files/jbz/videos/feldkirchen                                        
      ?   web/files/jbz/videos/slider                                              files/jbz/videos/slider                                             
      ?   web/files/jbz/downloadbereich/jaegerpruefung/fragenkatalog-schriftlich   files/jbz/downloadbereich/jaegerpruefung/fragenkatalog-schriftlich  
      ?   web/system/modules/dcawizard/assets                                      system/modules/dcawizard/assets                                     
      ?   web/system/modules/euf_overlay/assets                                    system/modules/euf_overlay/assets                                   
      ?   web/system/modules/m17StickyBEFooter/assets                              system/modules/m17StickyBEFooter/assets                             
      ?   web/system/modules/hofff_calendarfield/assets                            system/modules/hofff_calendarfield/assets                           
      ?   web/system/modules/leads/assets                                          system/modules/leads/assets                                         
      ?   web/system/modules/events_subscriptions/assets                           system/modules/events_subscriptions/assets                          
      ?   web/system/modules/notification_center/assets                            system/modules/notification_center/assets                           
      ?   web/system/modules/haste/assets                                          system/modules/haste/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                                                            
      ?   web/vendor/scrivo/highlight_php/styles                                   vendor/scrivo/highlight.php/styles                                  
     --- ------------------------------------------------------------------------ -------------------------------------------------------------------- 
    
    
    Done! Please open the Contao install tool or run contao:migrate on the command line to make sure the database is up-to-date.
    composer.json
    Code:
    {
        "type": "project",
        "require": {
            "bugbuster/contao-dlstats-bundle": "^1.0",
            "codefog/contao-events_subscriptions": "^2.3",
            "contao-bootstrap/core": "^2.0",
            "contao-bootstrap/grid": "^2.3",
            "contao-bootstrap/layout": "^2.0",
            "contao-bootstrap/navbar": "^2.1",
            "contao/calendar-bundle": "4.13.*",
            "contao/comments-bundle": "4.13.*",
            "contao/conflicts": "*@dev",
            "contao/faq-bundle": "4.13.*",
            "contao/listing-bundle": "4.13.*",
            "contao/manager-bundle": "4.13.*",
            "contao/news-bundle": "4.13.*",
            "contao/newsletter-bundle": "4.13.*",
            "dklemmt/contao_dk_mmenu": "^3.2",
            "do-while/contao-backupdb-bundle": "^1.4",
            "erdmannfreunde/euf_overlay": "^1.3",
            "frank-berger/events-subscriptions": "1.0.9",
            "fritzmg/contao-file-access": "^2.3",
            "heimrichhannot/contao-teaser-bundle": "^1.2.0",
            "hofff/contao-calendarfield": "^3.0",
            "jrgregory/m17-sticky-backend-footer": "^2.0",
            "madeyourday/contao-rocksolid-custom-elements": "^2.2",
            "madeyourday/contao-rocksolid-frontend-helper": "^2.0",
            "madeyourday/contao-rocksolid-slider": "^2.1",
            "markocupic/resource-booking-bundle": "^2.4",
            "netzmacht/contao-font-awesome-inserttag": "^2.0",
            "omosde/contao-om-backend": "^1.7",
            "oneup/contao-email-login": "^1.2",
            "oneup/contao-ical-export": "^2.1",
            "oveleon/contao-cookiebar": "^1.10",
            "phpoffice/phpspreadsheet": "^1.14",
            "terminal42/contao-ajaxform": "^1.1",
            "terminal42/contao-easy_themes": "^3.0",
            "terminal42/contao-leads": ">=1.4.10.0,<1.5-dev",
            "terminal42/contao-pageimage": "^4.1",
            "terminal42/notification_center": "^1.4"
        },
        "extra": {
            "contao-component-dir": "assets"
        },
        "conflict": {
            "doctrine/doctrine-bundle": "<1.12.8"
        },
        "scripts": {
            "post-install-cmd": [
                "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            ],
            "post-update-cmd": [
                "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            ]
        }
    }
    Geändert von Kahmoon (14.07.2022 um 10:36 Uhr)

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

    Standard

    Sieht grundsätzlich alles korrekt aus.
    » sponsor me via GitHub or PayPal or Revolut

  10. #10
    Contao-Urgestein Avatar von Kahmoon
    Registriert seit
    22.06.2009.
    Ort
    München
    Beiträge
    5.280

    Standard

    Vielleicht versuche ich es heute Nacht noch mal wo es länger down sein kann. Keine Ahnung warum er da hängt. In der Ausgabe steht ja auch nicht mal was von der Cache Erweiterung. Wenn ich alle Pakete aktualisiere jedoch schon.

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

    Standard

    Zitat Zitat von Kahmoon Beitrag anzeigen
    Vielleicht versuche ich es heute Nacht noch mal wo es länger down sein kann.
    Was genau willst du überhaupt machen?
    » sponsor me via GitHub or PayPal or Revolut

  12. #12
    Contao-Urgestein Avatar von Kahmoon
    Registriert seit
    22.06.2009.
    Ort
    München
    Beiträge
    5.280

    Standard

    Einfach nur alle Pakete aktualisieren, damit ich einen aktuellen Stand habe ;-)

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

    Standard

    Dann
    Code:
    php web/contao-manager.phar.php composer update -o --prefer-dist --no-dev
    » sponsor me via GitHub or PayPal or Revolut

  14. #14
    Contao-Urgestein Avatar von Kahmoon
    Registriert seit
    22.06.2009.
    Ort
    München
    Beiträge
    5.280

    Standard

    Strange...über die Console zeigt er mir

    Code:
    Nothing to modify in lock file
    Writing lock file
    Installing dependencies from lock file
    Nothing to install, update or remove
    Über den Manager
    Code:
    $ /usr/bin/php7.4-cli -q -dmax_execution_time=0 -dmemory_limit=-1 -dallow_url_fopen=1 -ddisable_functions= -ddate.timezone=Europe/Berlin /homepages/46/d346729057/htdocs/jagdbildungszentrum-v3/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.
    Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. It is recommended that you run `composer update` or `composer update <package name>`.
    Package operations: 0 installs, 1 update, 0 removals
      - Downloading friendsofsymfony/http-cache (2.14.1)
      - Upgrading friendsofsymfony/http-cache (2.14.0 => 2.14.1): Extracting archive
    Package webmozart/path-util is abandoned, you should avoid using it. Use symfony/filesystem instead.
    Generating optimized autoload files
    Wie kann ich denn das Lock File neu generieren? Kann ich das einfach löschen?

  15. #15
    Contao-Urgestein Avatar von Kahmoon
    Registriert seit
    22.06.2009.
    Ort
    München
    Beiträge
    5.280

    Standard

    Und es steht noch ein Hinweis dabei

    Code:
    Please edit your root composer.json and set "post-install-cmd" to "@php vendor/bin/contao-setup --no-ansi" instead of using "ScriptHandler::initializeApplication()".

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

    Standard

    Zitat Zitat von Kahmoon Beitrag anzeigen
    Strange...über die Console zeigt er mir

    Code:
    Nothing to modify in lock file
    Writing lock file
    Installing dependencies from lock file
    Nothing to install, update or remove
    Was genau hast du nun ausgeführt? Poste die gesamte Konsolenausgabe inkl. Aufruf.
    » sponsor me via GitHub or PayPal or Revolut

  17. #17
    Contao-Urgestein Avatar von Kahmoon
    Registriert seit
    22.06.2009.
    Ort
    München
    Beiträge
    5.280

    Standard

    Zitat Zitat von Spooky Beitrag anzeigen
    Dann
    Code:
    /usr/bin/php7.4-cliweb/contao-manager.phar.php composer update -o --prefer-dist --no-dev
    Das hier erzeugt

    Code:
    (uiserver):u60854035:~/jagdbildungszentrum-v3$  /usr/bin/php7.4-cli  web/contao-manager.phar.php composer update -o --prefer-dist --no-dev
    Loading composer repositories with package information
    Updating dependencies
    Nothing to modify in lock file
    Installing dependencies from lock file
    Nothing to install, update or remove
    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
    124 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
    Please edit your root composer.json and set "post-update-cmd" to "@php vendor/bin/contao-setup --ansi" instead of using "ScriptHandler::initializeApplication()".
    Added the /homepages/46/d346729057/htdocs/jagdbildungszentrum-v3/web/app.php file.
    Added the /homepages/46/d346729057/htdocs/jagdbildungszentrum-v3/web/index.php file.
    Added the /homepages/46/d346729057/htdocs/jagdbildungszentrum-v3/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  
      ?   OMOSdeContaoOmBackendBundle       relative symlink  
      ?   RockSolidCustomElementsBundle     relative symlink  
      ?   ContaoCookiebar                   relative symlink  
      ?   MultiColumnWizardBundle           relative symlink  
      ?   MarkocupicResourceBookingBundle   relative symlink  
      ?   ContaoFaqBundle                   relative symlink  
      ?   ContaoBootstrapCoreBundle         relative symlink  
      ?   ContaoMmenuBundle                 relative symlink  
      ?   HeimrichHannotContaoUtilsBundle   relative symlink  
      ?   ContaoCommentsBundle              relative symlink  
      ?   BugBusterDlstatsBundle            relative symlink  
      ?   Terminal42EasyThemesBundle        relative symlink  
      ?   ContaoNewsBundle                  relative symlink  
      ?   RockSolidFrontendHelperBundle     relative symlink  
      ?   ContaoCalendarBundle              relative symlink  
      ?   ContaoNewsletterBundle            relative symlink  
      ?   SoftleisterBackupDbBundle         relative symlink  
      ?   ContaoBootstrapGridBundle         relative symlink  
      ?   HeimrichHannotUtilsBundle         relative symlink  
      ?   ContaoBootstrapNavbarBundle       relative symlink  
      ?   RockSolidSliderBundle             relative symlink  
     --- --------------------------------- ------------------ 
    
    
    
     [OK] All assets were successfully installed.                                   
    
    
    
    
    
     --- ------------------------------------------------------------------------ -------------------------------------------------------------------- 
        Symlink                                                                 Target / Error                                                     
     --- ------------------------------------------------------------------------ -------------------------------------------------------------------- 
      !   web/files/jbz/images/aktuelles/2021/2021-02-28-damwild-hegemassnahme     Skipped because files/jbz/images will be symlinked.                 
      ?   web/files/backend                                                        files/backend                                                       
      ?   web/files/jbz/css                                                        files/jbz/css                                                       
      ?   web/files/jbz/fonts                                                      files/jbz/fonts                                                     
      ?   web/files/jbz/graphics                                                   files/jbz/graphics                                                  
      ?   web/files/jbz/images                                                     files/jbz/images                                                    
      ?   web/files/jbz/newsletter                                                 files/jbz/newsletter                                                
      ?   web/files/jbz/script                                                     files/jbz/script                                                    
      ?   web/files/jbz/downloadbereich/public                                     files/jbz/downloadbereich/public                                    
      ?   web/files/jbz/videos/damwild-hegemassnahme                               files/jbz/videos/damwild-hegemassnahme                              
      ?   web/files/jbz/videos/feldkirchen                                         files/jbz/videos/feldkirchen                                        
      ?   web/files/jbz/videos/slider                                              files/jbz/videos/slider                                             
      ?   web/files/jbz/downloadbereich/jaegerpruefung/fragenkatalog-schriftlich   files/jbz/downloadbereich/jaegerpruefung/fragenkatalog-schriftlich  
      ?   web/system/modules/dcawizard/assets                                      system/modules/dcawizard/assets                                     
      ?   web/system/modules/euf_overlay/assets                                    system/modules/euf_overlay/assets                                   
      ?   web/system/modules/m17StickyBEFooter/assets                              system/modules/m17StickyBEFooter/assets                             
      ?   web/system/modules/hofff_calendarfield/assets                            system/modules/hofff_calendarfield/assets                           
      ?   web/system/modules/leads/assets                                          system/modules/leads/assets                                         
      ?   web/system/modules/events_subscriptions/assets                           system/modules/events_subscriptions/assets                          
      ?   web/system/modules/notification_center/assets                            system/modules/notification_center/assets                           
      ?   web/system/modules/haste/assets                                          system/modules/haste/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                                                            
      ?   web/vendor/scrivo/highlight_php/styles                                   vendor/scrivo/highlight.php/styles                                  
     --- ------------------------------------------------------------------------ -------------------------------------------------------------------- 
    
    
    Done! Please open the Contao install tool or run contao:migrate on the command line to make sure the database is up-to-date.
    Geändert von Kahmoon (14.07.2022 um 11:16 Uhr)

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

    Standard

    Immer die gesamte Konsolenausgabe inkl. Aufruf posten.
    » sponsor me via GitHub or PayPal or Revolut

  19. #19
    Contao-Urgestein Avatar von Kahmoon
    Registriert seit
    22.06.2009.
    Ort
    München
    Beiträge
    5.280

    Standard

    Hab es inzwischen editiert.

    Warum will das Update via Contao Manager was anderes als das Update per SSH?

  20. #20
    Contao-Urgestein Avatar von Kahmoon
    Registriert seit
    22.06.2009.
    Ort
    München
    Beiträge
    5.280

    Standard

    Nachdem ich jetzt folgende Dateien (siehe Anhang) gelöscht habe, ist das Update via Manager auch identisch mit dem von SSH.

    Kein Plan was da los war.
    Angehängte Grafiken Angehängte Grafiken

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
  •