Contao-Camp 2024
Ergebnis 1 bis 17 von 17

Thema: Update 4.9 als Vorbereitung auf 4.13

  1. #1
    Contao-Fan Avatar von intradesign
    Registriert seit
    28.07.2015.
    Beiträge
    338

    Standard Update 4.9 als Vorbereitung auf 4.13

    Moin zusammen,

    ich wollte gerade eine Contao-Installation von 4.9 auf 4.13 aktualisieren. Zunächst habe ich auf von 4.9.30 auf 4.9.33 aktualisiert, was soweit geklappt hat, trotz der u.g. Fehlermeldun.
    Ich habe alle Pakete aktualisiert, aber die drei Rocksolid-Pakete custom-elements, columns und slider lassen sich nicht auf die neuesten Versionen aktualisieren.

    Sie bleiben auf

    Es kommt immer folgende Fehlermeldung, mit der ich nicht so viel anfangen kann (hier mal die komplette Ausgabe des Contao Managers):

    Code:
    Loading composer repositories with package information
    Updating dependencies
    contao/manager-plugin: Dumping generated plugins file...
    contao/manager-plugin: ...done dumping generated plugins file
    Could not open input file: vendor/bin/contao-setup
    Nothing to modify in lock file
    Writing lock file
    Package patchwork/utf8 is abandoned, you should avoid using it. Use symfony/polyfill-mbstring or symfony/string 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.
    103 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-update-cmd event returned with error code 1
    # Process terminated with exit code 1
    # Result: General error
    Der Knackpunkt scheinen die letzten 4 Zeilen zu sein.
    vendor/bin/contao-setup gibt es tatsächlich nicht.

    Hat jemand eine Idee, woran das liegen könnte?

    PHP 7.4.30

    Hier vielleicht auch nochmal die composer.json

    Code:
    {
        "name": "contao/managed-edition",
        "type": "project",
        "description": "Contao Open Source CMS",
        "license": "LGPL-3.0-or-later",
        "authors": [
            {
                "name": "Leo Feyer",
                "homepage": "https://github.com/leofeyer"
            }
        ],
        "require": {
            "php": "^5.6|^7.0",
            "alnv/catalog-manager": "^1.19",
            "alnv/catalog-manager-importer": "^1.1",
            "codefog/contao-cookiebar": "^2.1",
            "codefog/contao-mobile_menu": "^2.7",
            "contao/conflicts": "*@dev",
            "contao/faq-bundle": "4.9.*",
            "contao/manager-bundle": "4.9.*",
            "heimrichhannot/contao-filename-sanitizer-bundle": "^2.2",
            "madeyourday/contao-rocksolid-columns": "^2.0",
            "madeyourday/contao-rocksolid-custom-elements": "^2.2",
            "madeyourday/contao-rocksolid-slider": "^2.0",
            "oveleon/contao-cookiebar": "^1.10",
            "psr/simple-cache": "^1.0",
            "terminal42/contao-leads": "^1.4",
            "terminal42/notification_center": "^1.4",
            "menatwork/contao-multicolumnwizard-bundle": "^3.5",
            "symfony/polyfill-mbstring": "^1.26",
            "symfony/string": "^5.4",
            "symfony/mailer": "^5.4"
        },
        "extra": {
            "branch-alias": {
                "dev-4.4": "4.4.x-dev"
            },
            "contao-component-dir": "assets",
            "public-dir": "web"
        },
        "scripts": {
            "post-install-cmd": [
                "@php vendor/bin/contao-setup"
            ],
            "post-update-cmd": [
                "@php vendor/bin/contao-setup"
            ]
        },
        "config": {
            "allow-plugins": {
                "contao-components/installer": true,
                "contao-community-alliance/composer-plugin": true,
                "contao/manager-plugin": true
            }
        }
    }

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

    Standard

    Beim Contao Manager scheint es aktuell ein Problem zu geben, wo - beim versuchten Update auf Contao 4.13 das install/update script in der composer.json auf contao-setup geändert wird - aber nicht mehr zurück geändert wird, wenn das fehlschlägt. Du müsstest manuell die composer.json wieder in den Originalzustand zurückversetzen.
    » sponsor me via GitHub or PayPal or Revolut

  3. #3
    Contao-Fan Avatar von intradesign
    Registriert seit
    28.07.2015.
    Beiträge
    338

    Standard

    Danke, Spooky,
    ich weiß aber nicht genau, was du meinst. Soll ich quasi die alte composer.json komplett wiederherstellen?

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

    Standard

    Ja, oder die install scripts manuell wieder herstellen auf Contao 4.9. Also: https://github.com/contao/managed-ed...r.json#L30-L37
    » sponsor me via GitHub or PayPal or Revolut

  5. #5
    Contao-Fan Avatar von intradesign
    Registriert seit
    28.07.2015.
    Beiträge
    338

    Standard

    Danke. So hat es geklapp.

  6. #6
    Alter Contao-Hase
    Registriert seit
    18.07.2012.
    Ort
    Löbau
    Beiträge
    1.137

    Standard

    habe leider das gleiche Problem, aber wenn ich es zurück ändere passiert jedes mal das gleiche das es das install rein schriebt, wie bekokmt man denn das update nun hin?

    Edit: hat sich wohl erledigt...aber trotzdem sehr komisch
    Geändert von WebRoxx (26.09.2022 um 08:36 Uhr)
    Liebe Grüße
    WebRoxx


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

    Standard

    Ihr könntet das als Ticket beim Contao Manager Repository festhalten.
    » sponsor me via GitHub or PayPal or Revolut

  8. #8
    Contao-Fan Avatar von intradesign
    Registriert seit
    28.07.2015.
    Beiträge
    338

    Standard

    Zitat Zitat von WebRoxx Beitrag anzeigen
    habe leider das gleiche Problem, aber wenn ich es zurück ändere passiert jedes mal das gleiche das es das install rein schriebt, wie bekokmt man denn das update nun hin?

    Edit: hat sich wohl erledigt...aber trotzdem sehr komisch
    Ich hatte es zwei oder dreimal zurückgesetzt und die Updates merhmals laufen lassen. Dann waren irgendwann alle Pakete aktualisiert.

  9. #9
    Contao-Nutzer Avatar von Skipman
    Registriert seit
    13.08.2011.
    Ort
    Nähe St. Pölten / Niederösterreich
    Beiträge
    52
    Contao-Projekt unterstützen

    Support Contao

    Standard Contao 4.9 & Rock Solid Custom Elements

    Zitat Zitat von intradesign Beitrag anzeigen
    Moin zusammen,

    ich wollte gerade eine Contao-Installation von 4.9 auf 4.13 aktualisieren. Zunächst habe ich auf von 4.9.30 auf 4.9.33 aktualisiert, was soweit geklappt hat, trotz der u.g. Fehlermeldun.
    Ich habe alle Pakete aktualisiert, aber die drei Rocksolid-Pakete custom-elements, columns und slider lassen sich nicht auf die neuesten Versionen aktualisieren.
    Rock Solid Custom Elements ist nur bis Version 2.3 mit Contao 4.9 kompatibel. Ab RSCE 2.4 wird Contao 4.13 vorausgesetzt (siehe https://packagist.org/packages/madey...lements#v2.4.0)!
    Erst als ich sowohl die Contao-Core-Pakete als auch RSCE gleichzeitig im CM zum Update geschickt habe, hat es funktioniert!
    Geändert von Skipman (12.10.2022 um 23:47 Uhr)
    barrierearmes Webdesign, HTML, CSS, Validierung, CO/BODA, Contao - Webdesign - Hosting - Schulung

  10. #10
    Administratorin Avatar von lucina
    Registriert seit
    19.06.2009.
    Ort
    Kiel (DE)
    Beiträge
    7.328
    Partner-ID
    152
    User beschenken
    Wunschliste
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Du solltest immer alle Pakete updaten.

  11. #11
    Contao-Fan Avatar von mdoll
    Registriert seit
    25.06.2009.
    Ort
    Wietze
    Beiträge
    334

    Standard

    Moin,

    ich habe gerade dasselbe(?) Problem. Ich möchte eine Contao Installation updaten und dabei nicht mehr benötigte Pakete deinstallieren. Leider bricht das Update ab.

    Contao 4.9.34
    Contao Manager 1.6.1
    PHP 7.4.30

    Ich wollte contao erstmal auf 4.9.36 updaten und die Pakete hofff/contao-rate-it und RockSolid Custom Elements dabei entfernen. Hierfür wollte ich alle Pakete aktualisieren und die beiden erwähnten Pakete entfernen

    Die letzten Zeilen der Ausgabe im Contao Manager sind folgende:

    Code:
    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.
    114 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
    composer.json

    Code:
    {
        "name": "contao/managed-edition",
        "type": "project",
        "description": "Contao Open Source CMS",
        "license": "LGPL-3.0-or-later",
        "authors": [
            {
                "name": "Leo Feyer",
                "homepage": "https://github.com/leofeyer"
            }
        ],
        "require": {
            "php": "^5.6 || ^7.0",
            "bugbuster/contao-dlstats-bundle": "^1.0",
            "bugbuster/contao-statistic_group-bundle": "^1.0",
            "bugbuster/contao-visitors-bundle": "^1.3",
            "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.*",
            "contao/tcpdf-bundle": "^1.2",
            "dma/dma_simple_grid": "^1.0",
            "do-while/contao-backupdb-bundle": "^1.4",
            "do-while/contao-mpdf-template-bundle": "^1.4",
            "fritzmg/contao-backend-documentation": "^1.0",
            "hofff/contao-rate-it": "^0.3.5",
            "madeyourday/contao-rocksolid-custom-elements": "^2.2",
            "netzmacht/contao-font-awesome-inserttag": "^2.0",
            "omosde/contao-om-backend": "^1.6",
            "terminal42/contao-changelanguage": "^3.1",
            "terminal42/contao-inserttags": "^1.9",
            "terminal42/contao-node": "^1.2"
        },
        "conflict": {
            "contao/core-bundle": "<4.4.8"
        },
        "config": {
            "component-dir": "assets"
        },
        "extra": {
            "branch-alias": {
                "dev-4.4": "4.4.x-dev"
            },
            "public-dir": "web"
        },
        "scripts": {
            "post-install-cmd": [
                "@php vendor/bin/contao-setup"
            ],
            "post-update-cmd": [
                "@php vendor/bin/contao-setup"
            ]
        }
    }
    Wie kriege ich die beiden Pakete entfernt und Contao auf 4.9.36 (und dann auf 4.13)?

    Danke und Gruß
    Mathias
    “Ah," said Mr Pin. "Right. I remember. You are concerned citizens." He knew about concerned citizens. Wherever they were, they all spoke the same private language, where 'traditional values' meant 'hang someone'.”
    ― Terry Pratchett, The Truth

  12. #12
    Contao-Nutzer
    Registriert seit
    10.06.2021.
    Beiträge
    232
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Ersetz
    Code:
    @php vendor/bin/contao-setup
    mit
    Code:
    Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication
    in deiner composer.json und versuchs dann nochmal.

  13. #13
    Contao-Fan Avatar von mdoll
    Registriert seit
    25.06.2009.
    Ort
    Wietze
    Beiträge
    334

    Standard

    Hi,

    Danke für den Hinweis. Leider kommt keine Besserung, das Update bricht beim composer install mit derselben Fehlermeldung ab.

    Hier mal die vollständige Konsolenausgabe:

    Code:
    $ /bin/php74 -q -dmax_execution_time=0 -dmemory_limit=-1 -ddisplay_errors=0 -dallow_url_fopen=1 -ddisable_functions= -ddate.timezone=Europe/Berlin /www/htdocs/.../contao-manager.phar.php composer install --no-dev --no-progress --no-ansi --no-interaction --optimize-autoloader
    Using config.component-dir has been deprecated. Please use extra.contao-component-dir instead.
    Installing dependencies from lock file
    Verifying lock file contents can be installed on current platform.
    Package operations: 0 installs, 57 updates, 2 removals
      - Removing madeyourday/contao-rocksolid-custom-elements (v2.3.12)
      - Removing hofff/contao-rate-it (0.3.5)
      - Upgrading symfony/polyfill-mbstring (v1.26.0 => v1.27.0): Extracting archive
      - Upgrading symfony/polyfill-iconv (v1.26.0 => v1.27.0): Extracting archive
      - Upgrading symfony/polyfill-ctype (v1.26.0 => v1.27.0): Extracting archive
      - Upgrading composer/ca-bundle (1.3.3 => 1.3.4): Extracting archive
      - Upgrading symfony/polyfill-php72 (v1.26.0 => v1.27.0): Extracting archive
      - Upgrading symfony/polyfill-php80 (v1.26.0 => v1.27.0): Extracting archive
      - Upgrading symfony/polyfill-php73 (v1.26.0 => v1.27.0): Extracting archive
      - Upgrading symfony/polyfill-intl-normalizer (v1.26.0 => v1.27.0): Extracting archive
      - Upgrading symfony/polyfill-intl-idn (v1.26.0 => v1.27.0): Extracting archive
      - Upgrading symfony/mime (v5.4.12 => v5.4.14): Extracting archive
      - Upgrading symfony/http-foundation (v4.4.46 => v4.4.48): Extracting archive
      - Upgrading symfony/var-dumper (v4.4.46 => v4.4.47): Extracting archive
      - Upgrading symfony/http-kernel (v4.4.46 => v4.4.48): Extracting archive
      - Upgrading symfony/http-client (v4.4.46 => v4.4.47): Extracting archive
      - Upgrading symfony/translation (v4.4.45 => v4.4.47): Extracting archive
      - Upgrading symfony/polyfill-php81 (v1.26.0 => v1.27.0): Extracting archive
      - Upgrading symfony/filesystem (v5.4.12 => v5.4.13): Extracting archive
      - Upgrading symfony/security-core (v4.4.46 => v4.4.48): Extracting archive
      - Upgrading symfony/polyfill-intl-grapheme (v1.26.0 => v1.27.0): Extracting archive
      - Upgrading symfony/string (v5.4.12 => v5.4.15): Extracting archive
      - Upgrading symfony/property-info (v5.4.11 => v5.4.15): Extracting archive
      - Upgrading symfony/property-access (v5.4.11 => v5.4.15): Extracting archive
      - Upgrading symfony/security-http (v4.4.44 => v4.4.48): Extracting archive
      - Upgrading symfony/cache (v4.4.46 => v4.4.48): Extracting archive
      - Upgrading symfony/framework-bundle (v4.4.46 => v4.4.47): Extracting archive
      - Upgrading symfony/expression-language (v4.4.44 => v4.4.47): Extracting archive
      - Upgrading symfony/console (v4.4.45 => v4.4.48): Extracting archive
      - Upgrading nikic/php-parser (v4.15.1 => v4.15.2): Extracting archive
      - Upgrading imagine/imagine (1.3.2 => 1.3.3): Extracting archive
      - Upgrading friendsofsymfony/http-cache (2.14.1 => 2.14.2): Extracting archive
      - Upgrading doctrine/event-manager (1.1.2 => 1.2.0): Extracting archive
      - Upgrading doctrine/persistence (3.0.3 => 3.1.0): Extracting archive
      - Upgrading doctrine/inflector (2.0.5 => 2.0.6): Extracting archive
      - Upgrading doctrine/common (3.4.2 => 3.4.3): Extracting archive
      - Upgrading doctrine/orm (2.13.2 => 2.13.3): Extracting archive
      - Upgrading symfony/doctrine-bridge (v4.4.46 => v4.4.48): Extracting archive
      - Upgrading doctrine/doctrine-bundle (2.7.0 => 2.7.1): Extracting archive
      - Upgrading contao-components/mootools (1.6.0.6 => 1.6.0.7): Extracting archive
      - Upgrading contao-components/ace (1.11.2 => 1.13.1): Extracting archive
      - Upgrading contao/core-bundle (4.9.34 => 4.9.36): Extracting archive
      - Upgrading jaybizzle/crawler-detect (v1.2.111 => v1.2.112): Extracting archive
      - Upgrading bugbuster/contao-dlstats-bundle (1.3.4 => 1.3.6): Extracting archive
      - Upgrading contao/calendar-bundle (4.9.34 => 4.9.36): Extracting archive
      - Upgrading contao/comments-bundle (4.9.34 => 4.9.36): Extracting archive
      - Upgrading contao/conflicts (dev-main e625a58 => dev-main 96abbf1)
      - Upgrading contao/faq-bundle (4.9.34 => 4.9.36): Extracting archive
      - Upgrading contao/listing-bundle (4.9.34 => 4.9.36): Extracting archive
      - Upgrading symfony/web-profiler-bundle (v4.4.44 => v4.4.47): Extracting archive
      - Upgrading laminas/laminas-code (4.7.0 => 4.7.1): Extracting archive
      - Upgrading friendsofphp/proxy-manager-lts (v1.0.12 => v1.0.13): Extracting archive
      - Upgrading contao/installation-bundle (4.9.34 => 4.9.36): Extracting archive
      - Upgrading contao/manager-bundle (4.9.34 => 4.9.36): Extracting archive
      - Upgrading contao/news-bundle (4.9.34 => 4.9.36): Extracting archive
      - Upgrading contao/newsletter-bundle (4.9.34 => 4.9.36): Extracting archive
      - Upgrading menatwork/contao-multicolumnwizard-bundle (3.5.7 => 3.5.8): Extracting archive
      - Upgrading knplabs/github-api (v3.8.0 => v3.9.0): Extracting archive
      - Upgrading terminal42/contao-changelanguage (3.3.5 => 3.3.6): Extracting archive
    Package contao-components/highlight 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 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.
    114 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
    Could not open input file: vendor/bin/contao-setup
    > @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
    Danke und Gruß
    Mathias
    “Ah," said Mr Pin. "Right. I remember. You are concerned citizens." He knew about concerned citizens. Wherever they were, they all spoke the same private language, where 'traditional values' meant 'hang someone'.”
    ― Terry Pratchett, The Truth

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

    Standard

    Du hast die composer.json immer noch nicht geändert - oder der Contao Manager hat dir wieder die falschen scripts reingeschrieben (siehe auch https://github.com/contao/contao-manager/issues/744).
    » sponsor me via GitHub or PayPal or Revolut

  15. #15
    Contao-Fan Avatar von mdoll
    Registriert seit
    25.06.2009.
    Ort
    Wietze
    Beiträge
    334

    Standard

    Hi,

    composer.json sieht so aus, gerade nochmal vom Server runtergeladen:

    Code:
    {
        "name": "contao/managed-edition",
        "type": "project",
        "description": "Contao Open Source CMS",
        "license": "LGPL-3.0-or-later",
        "authors": [
            {
                "name": "Leo Feyer",
                "homepage": "https://github.com/leofeyer"
            }
        ],
        "require": {
            "php": "^5.6 || ^7.0",
            "bugbuster/contao-dlstats-bundle": "^1.0",
            "bugbuster/contao-statistic_group-bundle": "^1.0",
            "bugbuster/contao-visitors-bundle": "^1.3",
            "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.*",
            "contao/tcpdf-bundle": "^1.2",
            "dma/dma_simple_grid": "^1.0",
            "do-while/contao-backupdb-bundle": "^1.4",
            "do-while/contao-mpdf-template-bundle": "^1.4",
            "fritzmg/contao-backend-documentation": "^1.0",
            "hofff/contao-rate-it": "^0.3.5",
            "madeyourday/contao-rocksolid-custom-elements": "^2.2",
            "netzmacht/contao-font-awesome-inserttag": "^2.0",
            "omosde/contao-om-backend": "^1.6",
            "terminal42/contao-changelanguage": "^3.1",
            "terminal42/contao-inserttags": "^1.9",
            "terminal42/contao-node": "^1.2"
        },
        "conflict": {
            "contao/core-bundle": "<4.4.8"
        },
        "config": {
            "component-dir": "assets"
        },
        "extra": {
            "branch-alias": {
                "dev-4.4": "4.4.x-dev"
            },
            "public-dir": "web"
        },
        "scripts": {
            "post-install-cmd": [
                "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            ],
            "post-update-cmd": [
                "Contao\\ManagerBundle\\Composer\\ScriptHandler::initializeApplication"
            ]
        }
    }
    “Ah," said Mr Pin. "Right. I remember. You are concerned citizens." He knew about concerned citizens. Wherever they were, they all spoke the same private language, where 'traditional values' meant 'hang someone'.”
    ― Terry Pratchett, The Truth

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

    Standard

    Gehe in die Systemwartung im Contao Manager und klicke auf "Composer Update ausführen".
    » sponsor me via GitHub or PayPal or Revolut

  17. #17
    Contao-Fan Avatar von mdoll
    Registriert seit
    25.06.2009.
    Ort
    Wietze
    Beiträge
    334

    Standard

    Hi,

    da hätte ich auch selber drauf kommen können. Danke, Spooky! Danke, lbableck! Update ist problemlos durchgelaufen!

    Gruß
    Mathias
    “Ah," said Mr Pin. "Right. I remember. You are concerned citizens." He knew about concerned citizens. Wherever they were, they all spoke the same private language, where 'traditional values' meant 'hang someone'.”
    ― Terry Pratchett, The Truth

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
  •