Ergebnis 1 bis 3 von 3

Thema: Nach abgebrochenem Bugfix-Update Frontend nicht erreichbar

  1. #1
    Contao-Nutzer
    Registriert seit
    13.07.2022.
    Beiträge
    18

    Standard Nach abgebrochenem Bugfix-Update Frontend nicht erreichbar

    Hallo zusammen,

    meine STRATO-Installation zickt mal wieder. Nachdem ich das Bugfix-Update von 4.13.15 auf 4.13.15 abbrechen musste (lief sich einfach mal wieder tot), hat sich jetzt mein Frontend aufgehängt. In var/log/ ist folgende Fehlermeldung
    Code:
    [2023-01-18T17:00:39.854482+01:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\ClassNotFoundError: "Attempted to load class "BaseType" from namespace "Spatie\SchemaOrg". Did you forget a "use" statement for another namespace?" at /mnt/web022/e0/53/57159553/htdocs/Website/public/vendor/spatie/schema-org/src/WebPage.php line 19 {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\ClassNotFoundError(code: 0): Attempted to load class \"BaseType\" from namespace \"Spatie\\SchemaOrg\".\nDid you forget a \"use\" statement for another namespace? at /mnt/web022/e0/53/57159553/htdocs/Website/public/vendor/spatie/schema-org/src/WebPage.php:19)"} []
    Kann mir da jemand helfen? Dankeschön!

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

    Standard

    "Composer Update ausführen" über die Systemwartung.
    » sponsor me via GitHub or PayPal or Revolut

  3. #3
    Contao-Nutzer
    Registriert seit
    13.07.2022.
    Beiträge
    18

    Information Teilerfolg

    Zumindest mal ein Teilerfolg. Doch das wirft mich "zurück" auf den Fehler, dass das Bugfix-Update sich totläuft, immer in Zeile 74
    Code:
    $ /opt/RZphp80/bin/php-cli -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=MET /mnt/web022/e0/53/57159553/htdocs/Website/public/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: 2 installs, 35 updates, 0 removals
      - Downloading symfony/deprecation-contracts (v3.0.2)
      - Downloading symfony/event-dispatcher-contracts (v3.0.2)
      - Downloading symfony/http-kernel (v5.4.18)
      - Downloading composer/ca-bundle (1.3.5)
      - Downloading psr/cache (2.0.0)
      - Downloading doctrine/lexer (2.1.0)
      - Downloading terminal42/escargot (1.5.1)
      - Downloading symfony/property-info (v6.0.17)
      - Downloading egulias/email-validator (3.2.5)
      - Downloading symfony/var-exporter (v6.0.17)
      - Downloading symfony/cache (v5.4.18)
      - Downloading doctrine/persistence (2.5.6)
      - Downloading thecodingmachine/safe (v2.4.0)
      - Downloading spatie/schema-org (3.13.0)
      - Downloading psr/clock (1.0.0)
      - Downloading stella-maris/clock (0.1.7)
      - Downloading lcobucci/clock (2.2.0)
      - Downloading lcobucci/jwt (4.1.5)
      - Downloading nikic/php-parser (v4.15.3)
      - Downloading league/flysystem (3.12.1)
      - Downloading nette/utils (v3.2.9)
      - Downloading symfony/templating (v6.0.11)
      - Downloading doctrine/instantiator (1.5.0)
      - Downloading doctrine/dbal (3.5.3)
      - Downloading doctrine/orm (2.14.1)
      - Downloading doctrine/doctrine-bundle (2.8.2)
      - Downloading contao/core-bundle (4.13.15)
      - Downloading contao/calendar-bundle (4.13.15)
      - Downloading contao/newsletter-bundle (4.13.15)
      - Downloading symfony/web-profiler-bundle (v5.4.17)
      - Downloading contao/manager-bundle (4.13.15)
      - Upgrading symfony/deprecation-contracts (v2.5.2 => v3.0.2): Extracting archive
      - Upgrading symfony/event-dispatcher-contracts (v2.5.2 => v3.0.2): Extracting archive
      - Upgrading symfony/http-kernel (v5.4.17 => v5.4.18): Extracting archive
      - Upgrading composer/ca-bundle (1.3.4 => 1.3.5): Extracting archive
      - Upgrading psr/cache (1.0.1 => 2.0.0): Extracting archive
      - Upgrading doctrine/lexer (1.2.3 => 2.1.0): Extracting archive
      - Upgrading terminal42/escargot (1.5.0 => 1.5.1): Extracting archive
      - Upgrading symfony/property-info (v5.4.17 => v6.0.17): Extracting archive
      - Upgrading egulias/email-validator (3.2.1 => 3.2.5): Extracting archive
      - Upgrading symfony/var-exporter (v5.4.17 => v6.0.17): Extracting archive
      - Upgrading symfony/cache (v5.4.17 => v5.4.18): Extracting archive
      - Upgrading doctrine/persistence (2.5.5 => 2.5.6): Extracting archive
      - Upgrading thecodingmachine/safe (v1.3.3 => v2.4.0): Extracting archive
      - Upgrading spatie/schema-org (3.9.0 => 3.13.0): Extracting archive
      - Installing psr/clock (1.0.0): Extracting archive
      - Installing stella-maris/clock (0.1.7): Extracting archive
      - Upgrading lcobucci/clock (2.0.0 => 2.2.0): Extracting archive
      - Upgrading lcobucci/jwt (4.0.4 => 4.1.5): Extracting archive
      - Upgrading nikic/php-parser (v4.15.2 => v4.15.3): Extracting archive
      - Upgrading league/flysystem (2.5.0 => 3.12.1): Extracting archive
      - Upgrading nette/utils (v3.2.8 => v3.2.9): Extracting archive
      - Upgrading symfony/templating (v5.4.11 => v6.0.11): Extracting archive
      - Upgrading doctrine/instantiator (1.4.1 => 1.5.0): Extracting archive
      - Upgrading doctrine/dbal (3.5.2 => 3.5.3): Extracting archive
      - Upgrading doctrine/orm (2.14.0 => 2.14.1): Extracting archive
      - Upgrading doctrine/doctrine-bundle (2.7.2 => 2.8.2): Extracting archive
      - Upgrading contao/core-bundle (4.13.14 => 4.13.15): Extracting archive
      - Upgrading contao/calendar-bundle (4.13.14 => 4.13.15): Extracting archive
      - Upgrading contao/comments-bundle (4.13.14 => 4.13.15): Extracting archive
      - Upgrading contao/conflicts (dev-main 9657cca => dev-main 2d8ba56)
      - Upgrading contao/faq-bundle (4.13.14 => 4.13.15): Extracting archive
      - Upgrading contao/installation-bundle (4.13.14 => 4.13.15): Extracting archive
      - Upgrading contao/listing-bundle (4.13.14 => 4.13.15): Extracting archive
      - Upgrading contao/news-bundle (4.13.14 => 4.13.15): Extracting archive
      - Upgrading contao/newsletter-bundle (4.13.14 => 4.13.15): Extracting archive
      - Upgrading symfony/web-profiler-bundle (v5.4.14 => v5.4.17): Extracting archive
      - Upgrading contao/manager-bundle (4.13.14 => 4.13.15): Extracting archive
    Die Aktualisierung ist abgebrochen und ich bekomme auch keine Meldung "Änderungen anwenden", wenn ich im Contao-Manager in den Tab Paketverwaltung gehe. Irgendwo hat Contao die Ausführung des Updates wohl noch gespeichert.

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
  •