• Gelöst timee79

    (@timee79)


    Hallo,
    seit heute kann ich keine Einträge mehr in meinen Kalender hinzufügen.
    Der Kalender auf der Webseite für Besucher funktioniert, nur im Admin Panel bekomme ich immer einen kritischen Fehler.

    WordPress-Version 6.9.1
    Aktives Theme: Astra (Version 4.12.3)
    Aktuelles Plugin: Sugar Calendar (Lite) (Version 3.10.1) PHP-Version 8.4.18

    Fehler-Details
    ==============
    Ein Fehler vom Typ E_ERROR wurde in der Zeile 166 der Datei /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/plugins/sugar-calendar-lite/src/Admin/Education.php verursacht. Fehlermeldung: Uncaught ValueError: Unknown format specifier "R" in /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/plugins/sugar-calendar-lite/src/Admin/Education.php:166
    Stack trace:
    #0 /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/plugins/sugar-calendar-lite/src/Admin/Education.php(166): sprintf()
    #1 /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-includes/class-wp-hook.php(341): Sugar_Calendar\Admin\Education->notice_bar_display()
    #2 /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters()
    #3 /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-includes/plugin.php(522): WP_Hook->do_action()
    #4 /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-admin/admin-header.php(277): do_action()
    #5 /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-admin/edit-form-blocks.php(376): require_once('...')
    #6 /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-admin/post-new.php(72): require('...')
    #7 {main}
    thrown
Ansicht von 10 Antworten – 1 bis 10 (von insgesamt 10)
  • Kannst du testweise mal auf PHP 8.3.x oder 8.2.x umstellen?

    Thread-Starter timee79

    (@timee79)

    Habe auf 8.2 umgestellt, cache geleert, aber der Fehler bleibt bestehen.

    Hallo,
    evtl. hilft, wenn du nach einer Sicherung das Plugin deaktivierst und löscht und anschließend das Plugin neu installierst und aktivierst.

    Ich habe gerade sicherheitshalber das Plugin auf Playground installiert und aktiviert. Anschließend eine Veranstaltung erstellt. Dann das Plugin deaktiviert und gelöscht.

    Dann habe ich das Plugin wieder installiert und aktiviert: Die Veranstaltung war wie erwartet weiterhin da. Insofern könnte die o. g. Lösung hilfreich sein, wenn irgendein Script des Plugins defekt ist.

    Ansonsten kannst du dich auch direkt im Support-Forum des Plugins an die Entwickler wenden: https://wordpress.org/support/plugin/sugar-calendar-lite/.

    Wir freuen uns über eine Rückmeldung.

    Viele Grüße
    Hans-Gerd

    Thread-Starter timee79

    (@timee79)

    Das Plugin löschen und wieder installieren hat nicht funktioniert, der Fehler bleibt der gleiche.

    Ich habe nun ein Backup eingespielt als ich auf Version 6.9 gesprungen bin und dort hat alles wieder wunderbar funktioniert.
    Update auf 6.9.1 hat auch funktioniert, aber wenn ich dann die Übersetzungen aktualisiere, kommt wieder beim Kalender der Kritische Fehler.

    Das ist seltsam.
    Teste mal bitte: https://de.wordpress.org/support/topic/probleme-nach-dem-updateupgrade-fehlerhafte-oder-fehlende-core-dateien/

    Vielleicht liegt es an den Core-Dateien, weil beim Update auf 6.9.1. etwas nicht korrekt gelaufen ist.

    Thread-Starter timee79

    (@timee79)

    Das neu aufspielen der Core Datei mittels FTP hat auch nicht funktioniert.

    Evtl. gibt es einen Konflikt zwischen Plugins: Deaktiviere doch zunächst bitte alle Plugins und aktiviere dann Plugin für Plugin. Teste danach jeweils, ob das Problem behoben ist. Sobald es dann nach Aktivierung eines Plugins das beschriebene Problem gibt, weißt du, welches Plugin das Problem verursacht.

    Hilfreich könnte die Aktivierung des Debug-Modus sein. Damit Fehler ausgelesen werden können, müssen die Fehler in eine Log-Datei auf dem Server geschrieben werden, auf die man dann per FTP (oder auch SSH) zugreifen kann.
    Sichere bitte zunächst die wp-config.php auf deinem lokalen Rechner.
    Gib dann bitte mit einem geeigneten Programmier-Editor (z. B. Notepad++) in der wp-config.php oberhalb von /* That's all, stop editing! Happy blogging. */ folgendes ein:

    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_DISPLAY', false);
    define( 'WP_DEBUG_LOG', true );

    Achte darauf, dass du define('WP_DEBUG', false); überschreibst, falls die Zeile bereits in der wp-config.php steht. Wenn versucht wird, diese Konstante ein zweites mal zu definieren, gibt es einen Fehler, der deine Seite lahmlegen würde.
    Mit diesen drei Codezeilen sagen wir WordPress, dass der Debug-Modus aktiviert werden soll. Die Fehlermeldungen sollen aber nicht direkt angezeigt werden, sondern in die Datei /wp-content/debug.log geschrieben werden.
    Wenn der Fehler gefunden wurde bzw. wenn die Fehler nicht mehr in die debug.log geschrieben werden sollen, dann musst du daran denken, die Variable
    define( 'WP_DEBUG_LOG', true );
    wieder auf false zu setzen:
    define( 'WP_DEBUG_LOG', false);

    Einen entsprechenden Beitrag, wie man das auch mit Verwendung eines Plugins macht, findest du in einem Beitrag von mir.

    Hilfreich für eine Analyse wäre der Website-Bericht:
    Du findest unter Werkzeuge > Website-Zustand > Info einen Bericht zur Website. Warte bitte einen Moment bis die Ladeanzeige ganz oben abgeschlossen ist und kopiere dann per Button den Website-Bericht in deine Zwischenablage. Über den Button „Bericht in die Zwischenablage kopieren“ kannst du den Bericht unverändert (bitte mit den Akzentzeichen am Anfang und Ende) einfügen und anschließend hier posten. Evtl. ergeben sich dann weitere Anhaltspunkte, ob und wo das Problem liegt.
    Hier ein Screenshot dazu (bei Klick auf das Bild, wird das Bild vergrößert):
    Website-Bericht

    Und mit z. B. STRG V in die Antwort bei diesem Thema einfügen.

    Mehr Infos zum Website-Zustand findest du z. B. in dem folgenden Video

    Thread-Starter timee79

    (@timee79)

    ` wp-core

    version: 6.9.1
    site_language: de_DE
    user_language: de_DE
    timezone: Europe/Berlin
    permalink: /%postname%/
    https_status: true
    multisite: false
    user_registration: 0
    blog_public: 0
    default_comment_status: undefined
    environment_type: production
    user_count: 1
    dotorg_communication: true wp-paths-sizes

    wordpress_path: /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app
    wordpress_size: 86,02 MB (90195459 bytes)
    uploads_path: /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/uploads
    uploads_size: 6,65 GB (7136688561 bytes)
    themes_path: /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/themes
    themes_size: 31,13 MB (32637352 bytes)
    plugins_path: /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/plugins
    plugins_size: 155,27 MB (162816672 bytes)
    fonts_path: /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/uploads/fonts
    fonts_size: directory not found
    database_size: 29,97 MB (31424512 bytes)
    total_size: 6,94 GB (7453762556 bytes) wp-dropins (1)

    advanced-cache.php: true wp-active-theme

    name: Astra (astra)
    version: 4.12.3
    author: Brainstorm Force
    author_website: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
    parent_theme: none
    theme_features: core-block-patterns, astra_hooks, widgets-block-editor, align-wide, automatic-feed-links, title-tag, post-thumbnails, starter-content, html5, post-formats, custom-logo, customize-selective-refresh-widgets, editor-style, responsive-embeds, woocommerce, rank-math-breadcrumbs, amp, widgets, menus
    theme_path: /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/themes/astra
    auto_update: Deaktiviert wp-themes-inactive (1)

    Twenty Twenty-Five: version: 1.4, author: Das WordPress-Team, Automatische Aktualisierungen deaktiviert wp-mu-plugins (1)

    WordPress automation by Installatron: author: (undefined), version: (undefined) wp-plugins-active (10)

    Antispam Bee: version: 2.11.8, author: pluginkollektiv, Automatische Aktualisierungen deaktiviert
    EasyMedia - Increase Media Upload Size: version: 3.0.4, author: CodePopular, Automatische Aktualisierungen deaktiviert
    Elementor: version: 3.35.5, author: Elementor.com, Automatische Aktualisierungen deaktiviert
    Embed Privacy: version: 1.12.3, author: Epiphyt, Automatische Aktualisierungen deaktiviert
    Manage Notification E-mails: version: 1.8.6, author: Virgial Berveling, Automatische Aktualisierungen deaktiviert
    Real Cookie Banner (Free): version: 5.2.14, author: devowl.io, Automatische Aktualisierungen deaktiviert
    Spectra: version: 2.19.20, author: Brainstorm Force, Automatische Aktualisierungen deaktiviert
    Sugar Calendar (Lite): version: 3.10.1, author: Sugar Calendar, Automatische Aktualisierungen deaktiviert
    Wordfence Security: version: 8.1.4, author: Wordfence, Automatische Aktualisierungen deaktiviert
    WP Super Cache: version: 3.0.3, author: Automattic, Automatische Aktualisierungen deaktiviert wp-media

    image_editor: WP_Image_Editor_Imagick
    imagick_module_version: 1693
    imagemagick_version: ImageMagick 6.9.13-38 Q16 x86_64 19010 https://legacy.imagemagick.org
    imagick_version: 3.7.0
    file_uploads: 1
    post_max_size: 128M
    upload_max_filesize: 128M
    max_effective_size: 128 MB
    max_file_uploads: 20
    imagick_limits:
    imagick::RESOURCETYPE_AREA: 122 MB
    imagick::RESOURCETYPE_DISK: 1073741824
    imagick::RESOURCETYPE_FILE: 192
    imagick::RESOURCETYPE_MAP: 512 MB
    imagick::RESOURCETYPE_MEMORY: 256 MB
    imagick::RESOURCETYPE_THREAD: 1
    imagick::RESOURCETYPE_TIME: 9.2233720368548E+18
    imagemagick_file_formats: 3FR, 3G2, 3GP, A, AAI, AI, APNG, ART, ARW, AVI, AVS, B, BGR, BGRA, BGRO, BMP, BMP2, BMP3, BRF, C, CAL, CALS, CANVAS, CAPTION, CIN, CIP, CLIP, CMYK, CMYKA, CR2, CR3, CRW, CUR, CUT, DATA, DCM, DCR, DCX, DDS, DFONT, DNG, DPX, DXT1, DXT5, EPDF, EPI, EPS, EPS2, EPS3, EPSF, EPSI, EPT, EPT2, EPT3, ERF, FAX, FILE, FITS, FLV, FRACTAL, FTP, FTS, G, G3, G4, GIF, GIF87, GRADIENT, GRAY, GRAYA, GROUP4, H, HALD, HDR, HISTOGRAM, HRZ, HTM, HTML, HTTP, HTTPS, ICB, ICO, ICON, IIQ, INFO, INLINE, IPL, ISOBRL, ISOBRL6, JNG, JNX, JPE, JPEG, JPG, JPS, JSON, K, K25, KDC, LABEL, M, M2V, M4V, MAC, MAGICK, MAP, MASK, MAT, MATTE, MEF, MIFF, MKV, MNG, MONO, MOV, MP4, MPC, MPEG, MPG, MRW, MSL, MSVG, MTV, MVG, NEF, NRW, NULL, O, ORF, OTB, OTF, PAL, PALM, PAM, PANGO, PATTERN, PBM, PCD, PCDS, PCL, PCT, PCX, PDB, PDF, PDFA, PEF, PES, PFA, PFB, PFM, PGM, PGX, PICON, PICT, PIX, PJPEG, PLASMA, PNG, PNG00, PNG24, PNG32, PNG48, PNG64, PNG8, PNM, POCKETMOD, PPM, PS, PS2, PS3, PSB, PSD, PTIF, PWP, R, RADIAL-GRADIENT, RAF, RAS, RAW, RGB, RGBA, RGBO, RGF, RLA, RLE, RMF, RW2, SCR, SCREENSHOT, SCT, SFW, SGI, SHTML, SIX, SIXEL, SPARSE-COLOR, SR2, SRF, STEGANO, SUN, SVG, SVGZ, TEXT, TGA, THUMBNAIL, TIFF, TIFF64, TILE, TIM, TTC, TTF, TXT, UBRL, UBRL6, UIL, UYVY, VDA, VICAR, VID, VIDEO, VIFF, VIPS, VST, WBMP, WEBM, WEBP, WMV, WPG, X3F, XBM, XC, XCF, XPM, XPS, XV, Y, YCbCr, YCbCrA, YUV
    image_format_transforms: image/heic → image/jpeg, image/heif → image/jpeg, image/heic-sequence → image/jpeg, image/heif-sequence → image/jpeg
    gd_version: bundled (2.1.0 compatible)
    gd_formats: GIF, JPEG, PNG, WebP, BMP, AVIF
    ghostscript_version: not available wp-server

    server_architecture: Linux localhost 5.14.0-611.24.1.el9_7.x86_64 #1 SMP Linux localhost 5.14.0-611.24.1.el9_7.x86_64 #1 SMP Linux localhost 5.14.0-611.24.1.el9_7.x86_64 #1 SMP
    httpd_software: Apache/2.4.66 (Unix)
    php_version: 8.4.18 64bit
    php_sapi: cgi-fcgi
    max_input_variables: 4000
    time_limit: 240
    memory_limit: 512M
    max_input_time: 60
    upload_max_filesize: 128M
    php_post_max_size: 128M
    curl_version: 8.18.0 OpenSSL/3.0.19
    suhosin: false
    imagick_availability: true
    pretty_permalinks: true
    htaccess_extra_rules: true
    static_robotstxt_file: false
    current: 2026-02-25T21:16:39+00:00
    utc-time: Wednesday, 25-Feb-26 21:16:39 UTC
    server-time: 2026-02-25T22:16:38+01:00 wp-database

    extension: mysqli
    server_version: 10.11.14-MariaDB-log
    client_version: mysqlnd 8.4.18
    max_allowed_packet: 67108864
    max_connections: 3000 wp-constants

    WP_HOME: undefined
    WP_SITEURL: undefined
    WP_CONTENT_DIR: /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content
    WP_PLUGIN_DIR: /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/plugins
    WP_MEMORY_LIMIT: 40M
    WP_MAX_MEMORY_LIMIT: 512M
    WP_DEBUG: false
    WP_DEBUG_DISPLAY: true
    WP_DEBUG_LOG: false
    SCRIPT_DEBUG: false
    WP_CACHE: true
    CONCATENATE_SCRIPTS: undefined
    COMPRESS_SCRIPTS: undefined
    COMPRESS_CSS: undefined
    WP_ENVIRONMENT_TYPE: undefined
    WP_DEVELOPMENT_MODE: undefined
    DB_CHARSET: utf8
    DB_COLLATE: undefined wp-filesystem

    wordpress: writable
    wp-content: writable
    uploads: writable
    plugins: writable
    themes: writable
    fonts: does not exist
    mu-plugins: writable
    [25-Feb-2026 21:28:33 UTC] PHP Deprecated:  ActionScheduler_Store::save_action(): Implicitly marking parameter $scheduled_date as nullable is deprecated, the explicit nullable type must be used instead in /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/plugins/sugar-calendar-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Store.php on line 29
    [25-Feb-2026 21:28:33 UTC] PHP Deprecated: ActionScheduler_Store::stake_claim(): Implicitly marking parameter $before_date as nullable is deprecated, the explicit nullable type must be used instead in /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/plugins/sugar-calendar-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Store.php on line 198
    [25-Feb-2026 21:28:33 UTC] PHP Deprecated: ActionScheduler_Store::get_scheduled_date_string(): Implicitly marking parameter $scheduled_date as nullable is deprecated, the explicit nullable type must be used instead in /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/plugins/sugar-calendar-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Store.php on line 286
    [25-Feb-2026 21:28:33 UTC] PHP Deprecated: ActionScheduler_Store::get_scheduled_date_string_local(): Implicitly marking parameter $scheduled_date as nullable is deprecated, the explicit nullable type must be used instead in /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/plugins/sugar-calendar-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Store.php on line 303
    [25-Feb-2026 21:28:33 UTC] PHP Deprecated: ActionScheduler_DBStore::save_unique_action(): Implicitly marking parameter $scheduled_date as nullable is deprecated, the explicit nullable type must be used instead in /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/plugins/sugar-calendar-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php on line 55
    [25-Feb-2026 21:28:33 UTC] PHP Deprecated: ActionScheduler_DBStore::save_action(): Implicitly marking parameter $scheduled_date as nullable is deprecated, the explicit nullable type must be used instead in /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/plugins/sugar-calendar-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php on line 68
    [25-Feb-2026 21:28:33 UTC] PHP Deprecated: ActionScheduler_DBStore::save_action_to_db(): Implicitly marking parameter $date as nullable is deprecated, the explicit nullable type must be used instead in /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/plugins/sugar-calendar-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php on line 82
    [25-Feb-2026 21:28:33 UTC] PHP Deprecated: ActionScheduler_DBStore::stake_claim(): Implicitly marking parameter $before_date as nullable is deprecated, the explicit nullable type must be used instead in /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/plugins/sugar-calendar-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php on line 798
    [25-Feb-2026 21:28:33 UTC] PHP Deprecated: ActionScheduler_DBStore::claim_actions(): Implicitly marking parameter $before_date as nullable is deprecated, the explicit nullable type must be used instead in /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/plugins/sugar-calendar-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php on line 863
    [25-Feb-2026 21:28:33 UTC] PHP Deprecated: ActionScheduler_Logger::log(): Implicitly marking parameter $date as nullable is deprecated, the explicit nullable type must be used instead in /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/plugins/sugar-calendar-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Logger.php on line 34
    [25-Feb-2026 21:28:33 UTC] PHP Deprecated: ActionScheduler_Logger::log_failed_fetch_action(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead in /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/plugins/sugar-calendar-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Logger.php on line 213
    [25-Feb-2026 21:28:33 UTC] PHP Deprecated: ActionScheduler_DBLogger::log(): Implicitly marking parameter $date as nullable is deprecated, the explicit nullable type must be used instead in /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/plugins/sugar-calendar-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_DBLogger.php on line 21
    [25-Feb-2026 21:28:33 UTC] PHP Deprecated: ActionScheduler_QueueRunner::__construct(): Implicitly marking parameter $store as nullable is deprecated, the explicit nullable type must be used instead in /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/plugins/sugar-calendar-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueRunner.php on line 40
    [25-Feb-2026 21:28:33 UTC] PHP Deprecated: ActionScheduler_QueueRunner::__construct(): Implicitly marking parameter $monitor as nullable is deprecated, the explicit nullable type must be used instead in /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/plugins/sugar-calendar-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueRunner.php on line 40
    [25-Feb-2026 21:28:33 UTC] PHP Deprecated: ActionScheduler_QueueRunner::__construct(): Implicitly marking parameter $cleaner as nullable is deprecated, the explicit nullable type must be used instead in /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/plugins/sugar-calendar-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueRunner.php on line 40
    [25-Feb-2026 21:28:33 UTC] PHP Deprecated: ActionScheduler_QueueRunner::__construct(): Implicitly marking parameter $async_request as nullable is deprecated, the explicit nullable type must be used instead in /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/plugins/sugar-calendar-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueRunner.php on line 40
    [25-Feb-2026 21:28:33 UTC] PHP Deprecated: ActionScheduler_Abstract_QueueRunner::__construct(): Implicitly marking parameter $store as nullable is deprecated, the explicit nullable type must be used instead in /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/plugins/sugar-calendar-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php on line 34
    [25-Feb-2026 21:28:33 UTC] PHP Deprecated: ActionScheduler_Abstract_QueueRunner::__construct(): Implicitly marking parameter $monitor as nullable is deprecated, the explicit nullable type must be used instead in /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/plugins/sugar-calendar-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php on line 34
    [25-Feb-2026 21:28:33 UTC] PHP Deprecated: ActionScheduler_Abstract_QueueRunner::__construct(): Implicitly marking parameter $cleaner as nullable is deprecated, the explicit nullable type must be used instead in /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/plugins/sugar-calendar-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php on line 34
    [25-Feb-2026 21:28:33 UTC] PHP Deprecated: ActionScheduler_QueueCleaner::__construct(): Implicitly marking parameter $store as nullable is deprecated, the explicit nullable type must be used instead in /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/plugins/sugar-calendar-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueCleaner.php on line 35
    [25-Feb-2026 21:28:41 UTC] PHP Deprecated: ActionScheduler_Store::save_action(): Implicitly marking parameter $scheduled_date as nullable is deprecated, the explicit nullable type must be used instead in /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/plugins/sugar-calendar-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Store.php on line 29
    [25-Feb-2026 21:28:41 UTC] PHP Deprecated: ActionScheduler_Store::stake_claim(): Implicitly marking parameter $before_date as nullable is deprecated, the explicit nullable type must be used instead in /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/plugins/sugar-calendar-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Store.php on line 198
    [25-Feb-2026 21:28:41 UTC] PHP Deprecated: ActionScheduler_Store::get_scheduled_date_string(): Implicitly marking parameter $scheduled_date as nullable is deprecated, the explicit nullable type must be used instead in /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/plugins/sugar-calendar-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Store.php on line 286
    [25-Feb-2026 21:28:41 UTC] PHP Deprecated: ActionScheduler_Store::get_scheduled_date_string_local(): Implicitly marking parameter $scheduled_date as nullable is deprecated, the explicit nullable type must be used instead in /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/plugins/sugar-calendar-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Store.php on line 303
    [25-Feb-2026 21:28:41 UTC] PHP Deprecated: ActionScheduler_DBStore::save_unique_action(): Implicitly marking parameter $scheduled_date as nullable is deprecated, the explicit nullable type must be used instead in /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/plugins/sugar-calendar-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php on line 55
    [25-Feb-2026 21:28:41 UTC] PHP Deprecated: ActionScheduler_DBStore::save_action(): Implicitly marking parameter $scheduled_date as nullable is deprecated, the explicit nullable type must be used instead in /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/plugins/sugar-calendar-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php on line 68
    [25-Feb-2026 21:28:41 UTC] PHP Deprecated: ActionScheduler_DBStore::save_action_to_db(): Implicitly marking parameter $date as nullable is deprecated, the explicit nullable type must be used instead in /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/plugins/sugar-calendar-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php on line 82
    [25-Feb-2026 21:28:41 UTC] PHP Deprecated: ActionScheduler_DBStore::stake_claim(): Implicitly marking parameter $before_date as nullable is deprecated, the explicit nullable type must be used instead in /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/plugins/sugar-calendar-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php on line 798
    [25-Feb-2026 21:28:41 UTC] PHP Deprecated: ActionScheduler_DBStore::claim_actions(): Implicitly marking parameter $before_date as nullable is deprecated, the explicit nullable type must be used instead in /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/plugins/sugar-calendar-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php on line 863
    [25-Feb-2026 21:28:41 UTC] PHP Deprecated: ActionScheduler_Logger::log(): Implicitly marking parameter $date as nullable is deprecated, the explicit nullable type must be used instead in /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/plugins/sugar-calendar-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Logger.php on line 34
    [25-Feb-2026 21:28:41 UTC] PHP Deprecated: ActionScheduler_Logger::log_failed_fetch_action(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead in /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/plugins/sugar-calendar-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Logger.php on line 213
    [25-Feb-2026 21:28:41 UTC] PHP Deprecated: ActionScheduler_DBLogger::log(): Implicitly marking parameter $date as nullable is deprecated, the explicit nullable type must be used instead in /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/plugins/sugar-calendar-lite/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_DBLogger.php on line 21
    [25-Feb-2026 21:28:41 UTC] PHP Deprecated: ActionScheduler_QueueRunner::__construct(): Implicitly marking parameter $store as nullable is deprecated, the explicit nullable type must be used instead in /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/plugins/sugar-calendar-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueRunner.php on line 40
    [25-Feb-2026 21:28:41 UTC] PHP Deprecated: ActionScheduler_QueueRunner::__construct(): Implicitly marking parameter $monitor as nullable is deprecated, the explicit nullable type must be used instead in /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/plugins/sugar-calendar-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueRunner.php on line 40
    [25-Feb-2026 21:28:41 UTC] PHP Deprecated: ActionScheduler_QueueRunner::__construct(): Implicitly marking parameter $cleaner as nullable is deprecated, the explicit nullable type must be used instead in /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/plugins/sugar-calendar-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueRunner.php on line 40
    [25-Feb-2026 21:28:41 UTC] PHP Deprecated: ActionScheduler_QueueRunner::__construct(): Implicitly marking parameter $async_request as nullable is deprecated, the explicit nullable type must be used instead in /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/plugins/sugar-calendar-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueRunner.php on line 40
    [25-Feb-2026 21:28:41 UTC] PHP Deprecated: ActionScheduler_Abstract_QueueRunner::__construct(): Implicitly marking parameter $store as nullable is deprecated, the explicit nullable type must be used instead in /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/plugins/sugar-calendar-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php on line 34
    [25-Feb-2026 21:28:41 UTC] PHP Deprecated: ActionScheduler_Abstract_QueueRunner::__construct(): Implicitly marking parameter $monitor as nullable is deprecated, the explicit nullable type must be used instead in /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/plugins/sugar-calendar-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php on line 34
    [25-Feb-2026 21:28:41 UTC] PHP Deprecated: ActionScheduler_Abstract_QueueRunner::__construct(): Implicitly marking parameter $cleaner as nullable is deprecated, the explicit nullable type must be used instead in /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/plugins/sugar-calendar-lite/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php on line 34
    [25-Feb-2026 21:28:41 UTC] PHP Deprecated: ActionScheduler_QueueCleaner::__construct(): Implicitly marking parameter $store as nullable is deprecated, the explicit nullable type must be used instead in /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/plugins/sugar-calendar-lite/vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueCleaner.php on line 35
    [25-Feb-2026 21:29:16 UTC] PHP Fatal error: Uncaught ValueError: Unknown format specifier "R" in /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/plugins/sugar-calendar-lite/src/Admin/Education.php:166
    Stack trace:
    #0 /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/plugins/sugar-calendar-lite/src/Admin/Education.php(166): sprintf()
    #1 /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-includes/class-wp-hook.php(341): Sugar_Calendar\Admin\Education->notice_bar_display()
    #2 /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters()
    #3 /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-includes/plugin.php(522): WP_Hook->do_action()
    #4 /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-admin/admin-header.php(277): do_action()
    #5 /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-admin/edit-tags.php(322): require_once('...')
    #6 {main}
    thrown in /mnt/web219/a0/88/53539288/htdocs/STRATO-apps/wordpress_01/app/wp-content/plugins/sugar-calendar-lite/src/Admin/Education.php on line 166
    Moderator threadi

    (@threadi)

    Die in der Fehlermeldung genannte Stelle fügt eine deutsche Übersetzung eines englischen Textes ein. Vor 5 Tagen wurde diese Übersetzung für das Sprachpaket de_DE in der Übersetzungsplattform angepasst, wobei ein darin enthaltenes Prozentzeichen im Text nur mit einfachem „%“ übersetzt wurde, obwohl es ein doppeltes „%%“ sein müsste. Diese Schreibweise führt nun zu der Fehlermeldung.

    Ich habe das in den Übersetzungen für de_DE soeben schon angepasst. Das System bei wordpress.org braucht meist 1-2 Stunden um daraufhin ein neues Übersetzungspaket bereitzustellen. Meine Empfehlung wäre, morgen früh einfach mal (wenn nicht schon automatisch passiert) neue Übersetzungen in deinem WordPress zu installieren. Danach kannst du wieder normal mit dem Plugin im Backend arbeiten. Bei mir lokal klappt es im Test bereits.

    Das wäre übrigens schneller aufgefallen, hättest du gleich von vornherein den Website-Bericht mitgeliefert. Dort sieht man das eingesetzte Sprachpaket, ebenso wie weitere Einstellungen in deinem WordPress. Auf der Basis könnte man wesentlich einfacher ein Testsystem nachstellen und so auch den Fehler schneller sehen und für dich eine Lösung finden.

    Sollte das Problem für dich damit gelöst sein, kannst du (vermutlich morgen 😉 ) das Topic hier gerne auf gelöst setzen.

    Thread-Starter timee79

    (@timee79)

    Vielen Dank an alle Helfer, das Update der Sprachdateien hat funktioniert.

    Da ich noch recht neu in der WordPress Verwendung bin, bitte ich um Entschuldigung und werde beim nächsten Fehler gleich alles entsprechend posten.

Ansicht von 10 Antworten – 1 bis 10 (von insgesamt 10)

Du musst angemeldet sein, um auf dieses Thema zu antworten.