• Gelöst anekmst

    (@anekmst)


    Hallo, in verwandten Beiträgen kam ich leider nicht weiter.
    Auch ich soll bis 6.2.23 auf PHP 8 umstellen oder bezahlen. Unsere Seite ist gehostet bei Strato. Bei Einstellen von PHP 8 kommt nur eine Fehlermeldung „Es gab einen kritischen Fehler auf deiner Website.“ Leider kein Fehlerprotokoll.

    Aufgrund der hiesigen Tipps hatte ich die wp-config-php mal in einer PHP-Code-Testseite geprüft und keinen Fehler gefunden. Strato meinte nur, da wird irgendwas im WP falsch sein, aber sie können nicht helfen.
    Über Hilfe, wo ich den Fehler suchen muss und welche Quellcodes ihr braucht, wäre ich sehr dankbar.

    LG anekmst

    Die Seite, für die ich Hilfe brauche: [Anmelden, um den Link zu sehen]

Ansicht von 12 Antworten – 1 bis 12 (von insgesamt 12)
  • Moderator Hans-Gerd Gerhards

    (@hage)

    Hallo,
    das kann durchaus auch an einem Plugin oder an dem Theme liegen.
    Mit dem Website-Bericht können wir dir sicher besser helfen: Du findest unter Werkzeuge > Websitezustand > 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.
    Lies bitte auch noch mal: Bevor du ein neues Thema (Thread) erstellst.

    Die einfachste Lösungsmöglichkeit könnte sein, wenn du alle Plugins vorübergehend deaktivierst, einzeln wieder aktivierst und jedes mal prüfst, ob das Problem behoben ist.

    Wenn du dich nach Umstellung auf PHP 8.x nicht mehr anmelden kannst, gehst du am besten wie folgt vor:

    1. Benenne auf dem Server per FTP den Ordner plugins um in plugins.old.
    2. Dann legst du einen Ordner plugins wieder neu an.
    3. Jetzt testest du mal, ob du dich wieder anmelden kannst und auf das Dashboard zugreifen kannst.
    4. Dann kopierst du aus dem Ordner plugins.old auf dem Server einzeln die jeweiligen Plugin-Ordner wieder in den Ordner plugins auf dem Server.
    5. Nachdem du jeweils einen Plugin-Ordner kopierst hast, testest du, ob die Seite funktioniert.
    6. Sollte es funktionieren, kopierst du den nächsten Plugin-Ordner. Sollte es nicht funktionieren, löschst du den gerade kopierten Plugin-Ordner wieder. Das ist dann das plugin, das Probleme macht.
    7. Danach setzt du den Vorgang (Schritt 4. – 6.) solange fort, bis du alle Plugin-Ordner kopiert hast.

    Weitergehende Informationen findest du hier: https://de.wordpress.org/support/topic/wie-deaktiviert-man-alle-plugins-ohne-adminzugang/

    Nachtrag: Um zu prüfen, ob das Problem doch evtl. mit Einträgen in der wp-config.php zusammenhängt: Poste doch bitte mal den Inhalt der Datei. Zugangsdaten und SALT-Keys solltest du vor dem Absenden aus der Antwort löschen. Auf die Datei kannst du per FTP zugreifen.

    Viele Grüße
    Hans-Gerd

    Moderator Hans-Gerd Gerhards

    (@hage)

    @bscu
    Ich habe den anderen Thread gerade geschlossen.

    Thread-Starter anekmst

    (@anekmst)

    Oh warum der Beitrag 2x erschien, weiß ich nicht. Ich hatte nur einen Schreibfehler berichtigt.
    Als erstes kommt hier der Inhalt der wp-config.php.
    Ganz unten ist einmal ein Befehl mit „“, die Änderung in einfache Anführungszeichen hatte nichts gebracht.

    <?php
    /**
     * The base configuration for WordPress
     *
     * The wp-config.php creation script uses this file during the
     * installation. You don't have to use the web site, you can
     * copy this file to "wp-config.php" and fill in the values.
     *
     * This file contains the following configurations:
     
     *
     * @package WordPress
     */
    
    // ** MySQL settings - You can get this info from your web host ** //
    /** The name of the database for WordPress */
    define('DB_NAME', '');
    
    /** MySQL database username */
    define('DB_USER', '');
    
    /** MySQL database password */
    define('DB_PASSWORD', '');
    
    /** MySQL hostname */
    define('DB_HOST', 'rdbms.strato.de');
    
    /** Database Charset to use in creating database tables. */
    define('DB_CHARSET', 'utf8');
    
    /** The Database Collate type. Don't change this if in doubt. */
    define('DB_COLLATE', '');
    
    /**#@+
     * Authentication Unique Keys and Salts.
     *
     * Change these to different unique phrases!
     * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
     * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
     *
     * @since 2.6.0
     
    
    /**
     * WordPress Database Table prefix.
     *
     * You can have multiple installations in one database if you give each
     * a unique prefix. Only numbers, letters, and underscores please!
     */
    $table_prefix  = 'wp_';
    
    /**
     * For developers: WordPress debugging mode.
     *
     * Change this to true to enable the display of notices during development.
     * It is strongly recommended that plugin and theme developers use WP_DEBUG
     * in their development environments.
     *
     * For information on other constants that can be used for debugging,
     * visit the Codex.
     *
     * 
     */
    define('WP_DEBUG', false);
    
    /* That's all, stop editing! Happy blogging. */
    
    /** Absolute path to the WordPress directory. */
    if ( !defined('ABSPATH') )
        define('ABSPATH', dirname(__FILE__) . '/');
    
    /** Sets up WordPress vars and included files. */
    require_once(ABSPATH . 'wp-settings.php');
    
    define( 'WP_ALLOW_MULTISITE', true );
    
    define ('FS_METHOD', 'direct');
    
    define( "WP_AUTO_UPDATE_CORE", 'minor' );
    Thread-Starter anekmst

    (@anekmst)

    Und hier der Bericht (es sind nun einige Dinge aufgeführt, die erst nicht angezeigt wurden):

    
    ### wp-core ###
    
    version: 6.1.1
    site_language: de_DE
    user_language: de_DE
    timezone: Europe/Berlin
    permalink: /%category%/%year%/%monthnum%/%day%/%postname%/
    https_status: true
    multisite: false
    user_registration: 0
    blog_public: 1
    default_comment_status: undefined
    environment_type: production
    user_count: 1
    dotorg_communication: true
    
    ### wp-paths-sizes ###
    
    wordpress_path: /mnt/web502/e0/66/540866/htdocs/WordPress_02
    wordpress_size: 129,16 MB (135437019 bytes)
    uploads_path: /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/uploads
    uploads_size: 1,00 GB (1076521509 bytes)
    themes_path: /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes
    themes_size: 3,52 MB (3691677 bytes)
    plugins_path: /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/plugins
    plugins_size: 65,46 MB (68643662 bytes)
    database_size: 29,83 MB (31277056 bytes)
    total_size: 1,23 GB (1315570923 bytes)
    
    ### wp-active-theme ###
    
    name: MH Magazine (mh_magazine)
    version: 2.0.2
    author: MH Themes
    author_website: http://www.mhthemes.com/
    parent_theme: none
    theme_features: core-block-patterns, widgets-block-editor, menus, custom-header, automatic-feed-links, custom-background, post-thumbnails, editor-style, widgets
    theme_path: /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine
    auto_update: Deaktiviert
    
    ### wp-themes-inactive (3) ###
    
    Twenty Twenty: version: 1.8, author: WordPress-Team (latest version: 2.1), Automatische Aktualisierungen deaktiviert
    Twenty Twenty-Three: version: 1.0, author: WordPress-Team, Automatische Aktualisierungen deaktiviert
    Twenty Twenty-Two: version: 1.3, author: WordPress-Team, Automatische Aktualisierungen deaktiviert
    
    ### wp-plugins-active (23) ###
    
    Category Sticky Post: version: 2.10.1, author: Tom McFarlin, Automatische Aktualisierungen aktiviert
    Code Syntax Block: version: 3.1.1, author: Marcus Kazmierczak, Automatische Aktualisierungen aktiviert
    Complianz | GDPR/CCPA Cookie Consent: version: 6.4.0, author: Really Simple Plugins, Automatische Aktualisierungen aktiviert
    Countdown Block: version: 1.2.5, author: WPDeveloper, Automatische Aktualisierungen deaktiviert
    Donations via PayPal: version: 1.9.9, author: Tips and Tricks HQ, Johan Steen, Automatische Aktualisierungen aktiviert
    Jetpack: version: 11.7.1, author: Automattic, Automatische Aktualisierungen aktiviert
    Link Library: version: 7.5.1, author: Yannick Lefebvre, Automatische Aktualisierungen aktiviert
    Max Mega Menu: version: 3.1, author: megamenu.com, Automatische Aktualisierungen aktiviert
    Max Mega Menu - Pro Addon: version: 2.1.3, author: megamenu.com (latest version: 2.2.7), Automatische Aktualisierungen aktiviert
    No Self Pings: version: 1.1.5, author: David Artiss, Automatische Aktualisierungen aktiviert
    Posts and Users Stats: version: 1.1.3, author: Patrick Robrecht, Automatische Aktualisierungen aktiviert
    Progress Bar: version: 1.2.5, author: WPDeveloper, Automatische Aktualisierungen aktiviert
    Regenerate Thumbnails Advanced: version: 2.4.0, author: ShortPixel, Automatische Aktualisierungen aktiviert
    Remove Category URL: version: 1.1.6, author: Valerio Souza, Сreativemotion, Automatische Aktualisierungen aktiviert
    Robin image optimizer: version: 1.5.8, author: Creative Motion <info@cm-wp.com>, Automatische Aktualisierungen aktiviert
    Socialist: version: 1.0, author: Dor Zuberi (DorZki), Automatische Aktualisierungen aktiviert
    Statify: version: 1.8.4, author: pluginkollektiv, Automatische Aktualisierungen aktiviert
    Statify – Extended Evaluation: version: 2.6.3, author: Patrick Robrecht, Automatische Aktualisierungen aktiviert
    Ultimate Blocks: version: 2.5.5, author: Ultimate Blocks, Automatische Aktualisierungen aktiviert
    Visualizer: Tables and Charts for WordPress: version: 3.9.4, author: Themeisle, Automatische Aktualisierungen aktiviert
    Webcraftic Clearfy – WordPress optimization plugin: version: 2.1.2, author: Creative Motion <info@cm-wp.com>, Automatische Aktualisierungen aktiviert
    WPFront Scroll Top: version: 2.0.7.08086, author: Syam Mohan, Automatische Aktualisierungen aktiviert
    WP Responsive Menu: version: 3.1.7.4, author: MagniGenie, Automatische Aktualisierungen aktiviert
    
    ### wp-media ###
    
    image_editor: WP_Image_Editor_Imagick
    imagick_module_version: 1692
    imagemagick_version: ImageMagick 6.9.12-60 Q16 x86_64 17403 https://legacy.imagemagick.org
    imagick_version: 3.5.1
    file_uploads: File uploads is turned off
    post_max_size: 128M
    upload_max_filesize: 128M
    max_effective_size: 128 MB
    max_file_uploads: 20
    imagick_limits: 
    	imagick::RESOURCETYPE_AREA: 4 GB
    	imagick::RESOURCETYPE_DISK: 9.2233720368548E+18
    	imagick::RESOURCETYPE_FILE: 192
    	imagick::RESOURCETYPE_MAP: 4 GB
    	imagick::RESOURCETYPE_MEMORY: 2 GB
    	imagick::RESOURCETYPE_THREAD: 1
    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, 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
    gd_version: bundled (2.1.0 compatible)
    gd_formats: GIF, JPEG, PNG, WebP, BMP
    ghostscript_version: not available
    
    ### wp-server ###
    
    server_architecture: Linux localhost 3.10.0-1160.71.1.el7.x86_64 #1 SMP Linux localhost 3.10.0-1160.71.1.el7.x86_64 #1 SMP Linux localhost 3.10.0-1160.71.1.el7.x86_64 #1 SMP
    httpd_software: Apache/2.4.54 (Unix)
    php_version: 7.4.33 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: 7.86.0 OpenSSL/1.1.1q
    suhosin: false
    imagick_availability: true
    pretty_permalinks: true
    htaccess_extra_rules: false
    
    ### wp-database ###
    
    extension: mysqli
    server_version: 5.7.38-log
    client_version: 5.6.45
    max_allowed_packet: 67108864
    max_connections: 3000
    
    ### wp-constants ###
    
    WP_HOME: undefined
    WP_SITEURL: undefined
    WP_CONTENT_DIR: /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content
    WP_PLUGIN_DIR: /mnt/web502/e0/66/540866/htdocs/WordPress_02/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: false
    CONCATENATE_SCRIPTS: undefined
    COMPRESS_SCRIPTS: undefined
    COMPRESS_CSS: undefined
    WP_ENVIRONMENT_TYPE: Nicht definiert
    DB_CHARSET: utf8
    DB_COLLATE: undefined
    
    ### wp-filesystem ###
    
    wordpress: writable
    wp-content: writable
    uploads: writable
    plugins: writable
    themes: writable
    
    ### jetpack ###
    
    site_id: 183676815
    ssl_cert: No
    time_diff: undefined
    version_option: 11.7.1:1674829075
    old_version: 11.7.1:1674829075
    public: Public
    master_user: Kein Masterbenutzer festgelegt.
    current_user: #1 Admine
    tokens_set: Blog 
    blog_token: JGsrXxp&ZzWWiH44Taam6yzr)YJ3Vw&C
    user_token: Not set.
    version: 11.7.1
    jp_plugin_dir: /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/plugins/jetpack/
    plan: free
    protect_header: {"trusted_header":"REMOTE_ADDR","segments":1,"reverse":false}
    full_sync: {"started":"Sun, 29 Jan 2023 10:26:12 +0000","finished":"Sun, 29 Jan 2023 10:26:29 +0000","progress":{"options":{"finished":true},"functions":{"finished":true},"constants":{"finished":true},"users":{"total":"1","sent":1,"finished":true,"last_sent":"1"},"network_options":{"finished":true}},"config":{"options":true,"functions":true,"constants":true,"users":[1],"network_options":true}}
    sync_size: undefined
    sync_lag: 0 seconds
    full_sync_size: undefined
    full_sync_lag: 0 seconds
    idc_urls: {"home":"https:\/\/tsv-sadelkow-gnadenhof-sonnenschein.de","siteurl":"https:\/\/tsv-sadelkow-gnadenhof-sonnenschein.de","WP_HOME":"","WP_SITEURL":""}
    idc_error_option: false
    idc_optin: true
    cxn_tests: All Pass.
    
    
    Moderator Hans-Gerd Gerhards

    (@hage)

    Hallo,
    zur wp-config.php:
    Die drei Zeilen

    define( 'WP_ALLOW_MULTISITE', true );
    define ('FS_METHOD', 'direct');
    define( "WP_AUTO_UPDATE_CORE", 'minor' );

    solltest du vor
    /* That's all, stop editing! Happy blogging. */
    verschieben.

    Bei der Zeile
    define( "WP_AUTO_UPDATE_CORE", 'minor' );
    solltest du trotzdem die Zeichen " durch ' ersetzen.

    Änderungen solltest du sicherheitshalber wie folgt durchführen:

    • lade die wp-config.php per FTP auf deinen lokalen Rechner,
    • sichere die wp-config.php noch zusätzlich in einen anderen lokalen Ordner,
    • führe dann bitte mit einem geeigneten Programmier-Editor (z. B. Notepad++) die Änderungen lokal durch
    • lade die geänderte wp-config.php per FTP wieder auf deinen Webspace,
    • teste dann, ob das Problem behoben ist.

    Schau bitte auch einfach nach, ob alle Plugins und das Theme auf dem aktuellen Stand sind.
    Jetpack ist übrigens unter datenschutzrechtlichen Gesichtspunkten problematisch. Das Plugin solltest du löschen.

    Wenn das alles nicht erfolgreich ist, dann stelle im Kundenmenü von Strato auf PHP 8.x um und deaktiviere wie folgt per FTP alle Plugins.

    Alternativ kannst du auch versuchen, erst alle Plugins zu deaktivieren, dann auf PHP 8.x umzustellen und danach Plugin für Plugin zu aktivieren. Sobald dann ein Plugin als Problemfall erkannt worden ist, stellst du wieder auf PHP 7.4 um, deaktivierst wieder das problematische Plugin und stellst dann wieder auf PHP 8.x um. Danach führst du die Aktivierung der Plugins solange fort, bis das letzte Plugin aktiviert ist.

    Viele Grüße
    Hans-Gerd

    Moderator Bego Mario Garde

    (@pixolin)

    Moderator (nicht mehr aktiv)

    Bei der Zeile
    define( „WP_AUTO_UPDATE_CORE“, ‚minor‘ );
    solltest du trotzdem die Zeichen “ durch ‚ ersetzen.

    Ob du einfache oder doppelte Anführungszeichen verwendest, ist egal (sieht nur blöd aus, wenn es nicht einheitlich ist). minor ohne Hochkamma/Anführungszeichen führt aber zu einem Fehler.

    Statt Mutmaßungen zur Fehlerursache wäre mir ein Blick in den Error-Log bzw. Debug-Log lieber.

    Den Debug-Log erhältst du durch einen Eintrag in der wp-config.php:

    
    // Enable WP_DEBUG mode
    define( 'WP_DEBUG', true );
    
    // Enable Debug logging to the /wp-content/debug.log file
    define( 'WP_DEBUG_LOG', true );
    
    // Disable display of errors and warnings
    define( 'WP_DEBUG_DISPLAY', false );
    @ini_set( 'display_errors', 0 );
    

    (Quelle: Debugging in WordPress)

    Die Zeile define( 'WP_DEBUG', false ); solltest du für die Dauer der Fehlersuche auskommentieren: // define( 'WP_DEBUG', false );. Hast du die Fehler aus der Datei wp-content/debug.log ausgelesen, kannst du die eingefügten Zeilen wieder löschen und die Schrägstriche vor define( 'WP_DEBUG', false ); entfernen.

    Thread-Starter anekmst

    (@anekmst)

    Erst mal dankeschön, dass ihr euch so bemüht!
    Die define und debug Zeilen habe ich eingefügt, die false-Zeile auskommentiert.
    Die Plugins und Jetpack schauen wir uns noch mal an.

    Error-Logs:
     
    25.01.2023 17:56:15 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] Error checking in buffer: The buffer you checked in was not checked out
    25.01.2023 18:47:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] Error checking in buffer: The buffer you checked in was not checked out
    26.01.2023 08:28:06 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 61 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:162
    26.01.2023 08:28:06 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] Stack trace:
    26.01.2023 08:28:06 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(61): WP_Widget->__construct()
    26.01.2023 08:28:06 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register()
    26.01.2023 08:28:06 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget()
    26.01.2023 08:28:06 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(303): register_mh_widgets()
    26.01.2023 08:28:06 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters()
    26.01.2023 08:28:06 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(470): WP_Hook->do_action()
    26.01.2023 08:28:06 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1809): do_action()
    26.01.2023 08:28:06 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(303): wp_widgets_init()
    26.01.2023 08:28:06 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters()
    26.01.2023 08:28:06 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(470): WP_Hook->do_action()
    26.01.2023 08:28:06 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(578): do_action()
    26.01.2023 08:28:06 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...')
    26.01.2023 08:28:06 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...')
    26.01.2023 08:28:06 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php(22): require_once('...')
    26.01.2023 08:28:06 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #14 {main}
    26.01.2023 08:28:06 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 162
    26.01.2023 08:28:10 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 61 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:162
    26.01.2023 08:28:10 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] Stack trace:
    26.01.2023 08:28:10 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(61): WP_Widget->__construct()
    26.01.2023 08:28:10 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register()
    26.01.2023 08:28:10 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget()
    26.01.2023 08:28:10 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(303): register_mh_widgets()
    26.01.2023 08:28:10 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters()
    26.01.2023 08:28:10 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(470): WP_Hook->do_action()
    26.01.2023 08:28:10 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1809): do_action()
    26.01.2023 08:28:10 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(303): wp_widgets_init()
    26.01.2023 08:28:10 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters()
    26.01.2023 08:28:10 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(470): WP_Hook->do_action()
    26.01.2023 08:28:10 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(578): do_action()
    26.01.2023 08:28:10 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...')
    26.01.2023 08:28:10 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...')
    26.01.2023 08:28:10 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...')
    26.01.2023 08:28:10 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...')
    26.01.2023 08:28:10 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #15 {main}
    26.01.2023 08:28:10 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 162
    26.01.2023 08:28:10 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 61 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:162
    26.01.2023 08:28:10 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] Stack trace:
    26.01.2023 08:28:10 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(61): WP_Widget->__construct()
    26.01.2023 08:28:10 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register()
    26.01.2023 08:28:10 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget()
    26.01.2023 08:28:10 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(303): register_mh_widgets()
    26.01.2023 08:28:10 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters()
    26.01.2023 08:28:10 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(470): WP_Hook->do_action()
    26.01.2023 08:28:10 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1809): do_action()
    26.01.2023 08:28:10 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(303): wp_widgets_init()
    26.01.2023 08:28:10 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters()
    26.01.2023 08:28:10 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(470): WP_Hook->do_action()
    26.01.2023 08:28:10 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(578): do_action()
    26.01.2023 08:28:10 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...')
    26.01.2023 08:28:10 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...')
    26.01.2023 08:28:10 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...')
    26.01.2023 08:28:10 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...')
    26.01.2023 08:28:10 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #15 {main}
    26.01.2023 08:28:10 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 162
    26.01.2023 08:28:25 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 61 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:162
    26.01.2023 08:28:25 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] Stack trace:
    26.01.2023 08:28:25 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(61): WP_Widget->__construct()
    26.01.2023 08:28:25 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register()
    26.01.2023 08:28:25 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget()
    26.01.2023 08:28:25 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(303): register_mh_widgets()
    26.01.2023 08:28:25 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters()
    26.01.2023 08:28:25 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(470): WP_Hook->do_action()
    26.01.2023 08:28:25 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1809): do_action()
    26.01.2023 08:28:25 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(303): wp_widgets_init()
    26.01.2023 08:28:25 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters()
    26.01.2023 08:28:25 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(470): WP_Hook->do_action()
    26.01.2023 08:28:25 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(578): do_action()
    26.01.2023 08:28:25 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...')
    26.01.2023 08:28:25 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...')
    26.01.2023 08:28:25 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php(22): require_once('...')
    26.01.2023 08:28:25 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #14 {main}
    26.01.2023 08:28:25 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 162
    26.01.2023 08:28:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 61 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:162
    26.01.2023 08:28:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] Stack trace:
    26.01.2023 08:28:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(61): WP_Widget->__construct()
    26.01.2023 08:28:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register()
    26.01.2023 08:28:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget()
    26.01.2023 08:28:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(303): register_mh_widgets()
    26.01.2023 08:28:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters()
    26.01.2023 08:28:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(470): WP_Hook->do_action()
    26.01.2023 08:28:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1809): do_action()
    26.01.2023 08:28:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(303): wp_widgets_init()
    26.01.2023 08:28:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters()
    26.01.2023 08:28:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(470): WP_Hook->do_action()
    26.01.2023 08:28:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(578): do_action()
    26.01.2023 08:28:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...')
    26.01.2023 08:28:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...')
    26.01.2023 08:28:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php(22): require_once('...')
    26.01.2023 08:28:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #14 {main}
    26.01.2023 08:28:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 162
    26.01.2023 08:29:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 85.25.49.0] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 61 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:162: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:29:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 85.25.49.0] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:29:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 85.25.49.0] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(61): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:29:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 85.25.49.0] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:29:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 85.25.49.0] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:29:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 85.25.49.0] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(303): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:29:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 85.25.49.0] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:29:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 85.25.49.0] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(470): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:29:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 85.25.49.0] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1809): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:29:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 85.25.49.0] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(303): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:29:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 85.25.49.0] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:29:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 85.25.49.0] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(470): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:29:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 85.25.49.0] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(578): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:29:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 85.25.49.0] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:29:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 85.25.49.0] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:29:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 85.25.49.0] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:29:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 85.25.49.0] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:29:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 85.25.49.0] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:29:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 85.25.49.0] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 162: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:29:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 61 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:162
    26.01.2023 08:29:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] Stack trace:
    26.01.2023 08:29:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(61): WP_Widget->__construct()
    26.01.2023 08:29:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register()
    26.01.2023 08:29:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget()
    26.01.2023 08:29:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(303): register_mh_widgets()
    26.01.2023 08:29:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters()
    26.01.2023 08:29:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(470): WP_Hook->do_action()
    26.01.2023 08:29:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1809): do_action()
    26.01.2023 08:29:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(303): wp_widgets_init()
    26.01.2023 08:29:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters()
    26.01.2023 08:29:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(470): WP_Hook->do_action()
    26.01.2023 08:29:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(578): do_action()
    26.01.2023 08:29:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...')
    26.01.2023 08:29:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...')
    26.01.2023 08:29:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...')
    26.01.2023 08:29:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...')
    26.01.2023 08:29:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #15 {main}
    26.01.2023 08:29:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 162
    26.01.2023 08:29:09 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 61 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:162
    26.01.2023 08:29:09 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] Stack trace:
    26.01.2023 08:29:09 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(61): WP_Widget->__construct()
    26.01.2023 08:29:09 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register()
    26.01.2023 08:29:09 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget()
    26.01.2023 08:29:09 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(303): register_mh_widgets()
    26.01.2023 08:29:09 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters()
    26.01.2023 08:29:09 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(470): WP_Hook->do_action()
    26.01.2023 08:29:09 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1809): do_action()
    26.01.2023 08:29:09 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(303): wp_widgets_init()
    26.01.2023 08:29:09 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters()
    26.01.2023 08:29:09 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(470): WP_Hook->do_action()
    26.01.2023 08:29:09 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(578): do_action()
    26.01.2023 08:29:09 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...')
    26.01.2023 08:29:09 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...')
    26.01.2023 08:29:09 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...')
    26.01.2023 08:29:09 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...')
    26.01.2023 08:29:09 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #15 {main}
    26.01.2023 08:29:09 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 162
    26.01.2023 08:29:14 tsv-sadelkow-gnadenhof-sonnenschein.de [client 93.216.55.0] PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 61 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:162
    26.01.2023 08:29:14 tsv-sadelkow-gnadenhof-sonnenschein.de [client 93.216.55.0] Stack trace:
    26.01.2023 08:29:14 tsv-sadelkow-gnadenhof-sonnenschein.de [client 93.216.55.0] #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(61): WP_Widget->__construct()
    26.01.2023 08:29:14 tsv-sadelkow-gnadenhof-sonnenschein.de [client 93.216.55.0] #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register()
    26.01.2023 08:29:14 tsv-sadelkow-gnadenhof-sonnenschein.de [client 93.216.55.0] #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget()
    26.01.2023 08:29:14 tsv-sadelkow-gnadenhof-sonnenschein.de [client 93.216.55.0] #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(303): register_mh_widgets()
    26.01.2023 08:29:14 tsv-sadelkow-gnadenhof-sonnenschein.de [client 93.216.55.0] #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters()
    26.01.2023 08:29:14 tsv-sadelkow-gnadenhof-sonnenschein.de [client 93.216.55.0] #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(470): WP_Hook->do_action()
    26.01.2023 08:29:14 tsv-sadelkow-gnadenhof-sonnenschein.de [client 93.216.55.0] #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1809): do_action()
    26.01.2023 08:29:14 tsv-sadelkow-gnadenhof-sonnenschein.de [client 93.216.55.0] #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(303): wp_widgets_init()
    26.01.2023 08:29:14 tsv-sadelkow-gnadenhof-sonnenschein.de [client 93.216.55.0] #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters()
    26.01.2023 08:29:14 tsv-sadelkow-gnadenhof-sonnenschein.de [client 93.216.55.0] #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(470): WP_Hook->do_action()
    26.01.2023 08:29:14 tsv-sadelkow-gnadenhof-sonnenschein.de [client 93.216.55.0] #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(578): do_action()
    26.01.2023 08:29:14 tsv-sadelkow-gnadenhof-sonnenschein.de [client 93.216.55.0] #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...')
    26.01.2023 08:29:14 tsv-sadelkow-gnadenhof-sonnenschein.de [client 93.216.55.0] #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...')
    26.01.2023 08:29:14 tsv-sadelkow-gnadenhof-sonnenschein.de [client 93.216.55.0] #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...')
    26.01.2023 08:29:14 tsv-sadelkow-gnadenhof-sonnenschein.de [client 93.216.55.0] #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...')
    26.01.2023 08:29:14 tsv-sadelkow-gnadenhof-sonnenschein.de [client 93.216.55.0] #15 {main}
    26.01.2023 08:29:14 tsv-sadelkow-gnadenhof-sonnenschein.de [client 93.216.55.0] thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 162
    26.01.2023 08:30:11 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 61 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:162
    26.01.2023 08:30:11 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] Stack trace:
    26.01.2023 08:30:11 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(61): WP_Widget->__construct()
    26.01.2023 08:30:11 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register()
    26.01.2023 08:30:11 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget()
    26.01.2023 08:30:11 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(303): register_mh_widgets()
    26.01.2023 08:30:11 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters()
    26.01.2023 08:30:11 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(470): WP_Hook->do_action()
    26.01.2023 08:30:11 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1809): do_action()
    26.01.2023 08:30:11 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(303): wp_widgets_init()
    26.01.2023 08:30:11 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters()
    26.01.2023 08:30:11 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(470): WP_Hook->do_action()
    26.01.2023 08:30:11 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(578): do_action()
    26.01.2023 08:30:11 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...')
    26.01.2023 08:30:11 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...')
    26.01.2023 08:30:11 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...')
    26.01.2023 08:30:11 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...')
    26.01.2023 08:30:11 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #15 {main}
    26.01.2023 08:30:11 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 162
    26.01.2023 08:30:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 61 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:162
    26.01.2023 08:30:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] Stack trace:
    26.01.2023 08:30:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(61): WP_Widget->__construct()
    26.01.2023 08:30:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register()
    26.01.2023 08:30:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget()
    26.01.2023 08:30:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(303): register_mh_widgets()
    26.01.2023 08:30:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters()
    26.01.2023 08:30:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(470): WP_Hook->do_action()
    26.01.2023 08:30:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1809): do_action()
    26.01.2023 08:30:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(303): wp_widgets_init()
    26.01.2023 08:30:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters()
    26.01.2023 08:30:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(470): WP_Hook->do_action()
    26.01.2023 08:30:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(578): do_action()
    26.01.2023 08:30:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...')
    26.01.2023 08:30:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...')
    26.01.2023 08:30:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...')
    26.01.2023 08:30:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...')
    26.01.2023 08:30:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #15 {main}
    26.01.2023 08:30:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 162
    26.01.2023 08:30:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 157.55.39.0] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 61 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:162: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:30:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 157.55.39.0] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:30:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 157.55.39.0] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(61): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:30:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 157.55.39.0] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:30:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 157.55.39.0] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:30:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 157.55.39.0] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(303): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:30:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 157.55.39.0] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:30:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 157.55.39.0] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(470): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:30:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 157.55.39.0] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1809): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:30:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 157.55.39.0] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(303): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:30:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 157.55.39.0] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:30:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 157.55.39.0] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(470): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:30:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 157.55.39.0] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(578): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:30:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 157.55.39.0] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:30:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 157.55.39.0] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:30:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 157.55.39.0] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:30:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 157.55.39.0] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:30:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 157.55.39.0] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:30:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 157.55.39.0] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 162: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:11 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 61 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:162: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:11 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:11 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(61): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:11 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:11 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:11 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(303): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:11 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:11 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(470): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:11 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1809): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:11 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(303): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:11 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:11 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(470): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:11 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(578): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:11 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:11 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:11 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:11 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:11 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:11 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 162: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 61 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:162: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(61): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(303): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(470): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1809): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(303): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(470): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(578): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 162: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 61 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:162: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(61): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(303): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(470): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1809): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(303): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(470): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(578): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 162: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:42 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 61 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:162: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:42 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:42 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(61): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:42 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:42 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:42 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(303): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:42 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:42 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(470): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:42 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1809): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:42 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(303): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:42 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:42 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(470): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:42 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(578): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:42 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:42 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:42 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:42 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:42 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:42 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 162: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:45 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 61 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:162: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:45 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:45 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(61): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:45 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:45 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:45 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(303): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:45 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:45 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(470): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:45 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1809): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:45 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(303): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:45 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:45 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(470): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:45 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(578): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:45 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:45 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:45 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:45 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:45 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:31:45 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 162: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    26.01.2023 08:33:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 61 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:162
    26.01.2023 08:33:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] Stack trace:
    26.01.2023 08:33:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(61): WP_Widget->__construct()
    26.01.2023 08:33:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register()
    26.01.2023 08:33:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget()
    26.01.2023 08:33:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(303): register_mh_widgets()
    26.01.2023 08:33:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters()
    26.01.2023 08:33:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(470): WP_Hook->do_action()
    26.01.2023 08:33:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1809): do_action()
    26.01.2023 08:33:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(303): wp_widgets_init()
    26.01.2023 08:33:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters()
    26.01.2023 08:33:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(470): WP_Hook->do_action()
    26.01.2023 08:33:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(578): do_action()
    26.01.2023 08:33:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...')
    26.01.2023 08:33:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...')
    26.01.2023 08:33:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...')
    26.01.2023 08:33:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...')
    26.01.2023 08:33:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #15 {main}
    26.01.2023 08:33:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 162
    26.01.2023 08:33:37 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 61 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:162
    26.01.2023 08:33:37 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] Stack trace:
    26.01.2023 08:33:37 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(61): WP_Widget->__construct()
    26.01.2023 08:33:37 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register()
    26.01.2023 08:33:37 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget()
    26.01.2023 08:33:37 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(303): register_mh_widgets()
    26.01.2023 08:33:37 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters()
    26.01.2023 08:33:37 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(470): WP_Hook->do_action()
    26.01.2023 08:33:37 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1809): do_action()
    26.01.2023 08:33:37 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(303): wp_widgets_init()
    26.01.2023 08:33:37 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters()
    26.01.2023 08:33:37 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(470): WP_Hook->do_action()
    26.01.2023 08:33:37 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(578): do_action()
    26.01.2023 08:33:37 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...')
    26.01.2023 08:33:37 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...')
    26.01.2023 08:33:37 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...')
    26.01.2023 08:33:37 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...')
    26.01.2023 08:33:37 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #15 {main}
    26.01.2023 08:33:37 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 162
    26.01.2023 11:45:32 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JZzHE3VfAfbfw1LSwTQQAAA0M"]
    26.01.2023 11:46:28 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JaBJKCykBiOR17pfZabgAABls"]
    26.01.2023 11:46:31 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JaBxlc9JCOZBpAatMf7AAAK-0"]
    26.01.2023 11:46:32 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JaCHD09INDXerPkauB2gAADNY"]
    26.01.2023 11:46:33 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JaCQkV-RC6Q0CwSc88rgAAH1o"]
    26.01.2023 11:46:33 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JaCYyQ3jUn5PAwGe9EDQAACXU"]
    26.01.2023 11:46:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JaC1EajuSEmJS1y2M3jQAAF5M"]
    26.01.2023 11:46:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JaEPmLugOvaFab3oVUYwAACHM"]
    26.01.2023 11:46:43 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JaE0bXhhFQHCjARz8AmQAAB6c"]
    26.01.2023 11:46:46 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JaFSEhJqm3FI6e157S2wAAFco"]
    26.01.2023 11:46:49 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JaGQ26jenwrydfrdO_7wAACBQ"]
    26.01.2023 11:46:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JaG8ItmM9yG7pP0Ms0swAABqA"]
    26.01.2023 11:46:52 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JaHPE_VLtdSQLPfYykUgAABhE"]
    26.01.2023 11:46:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JaH-nOwybhVFiOi4dPSQAAGGo"]
    26.01.2023 11:46:57 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JaIb9D-xVzNpeuvGgAVAAAELU"]
    26.01.2023 11:47:02 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JaJilQs9QxLHXijjfXDwAAL18"]
    26.01.2023 11:47:05 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JaKcItmM9yG7pP0Ms1XwAABqw"]
    26.01.2023 11:47:06 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JaKuKs6KbgZ1cN8VU2dQAAAG4"]
    26.01.2023 11:47:07 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JaK_D6vloKCxw6LYJuzgAAAOs"]
    26.01.2023 11:47:10 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JaLvEh6Vj7zCoU4bU3IgAACyU"]
    26.01.2023 11:47:11 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JaL0wY5strVRMvJNh6qwAAHPs"]
    26.01.2023 11:47:14 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JaMtJ8lqMsbf-k70PLyQAADRU"]
    26.01.2023 11:47:14 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JaMugHBAV3_NRm1aQyswAABQk"]
    26.01.2023 11:47:15 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JaM7YwBtQpdPzLXELRHQAAJ9M"]
    26.01.2023 11:47:16 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JaNPmLugOvaFab3oVVrAAACEc"]
    26.01.2023 11:47:19 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JaN117sryxp8heiW-ymQAAAls"]
    26.01.2023 11:47:21 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JaOfEh6Vj7zCoU4bU3iAAACww"]
    26.01.2023 11:47:25 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JaPVnpOV6Kr_K0RW1wKgAAIGY"]
    26.01.2023 11:47:30 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JaQl7HsQWrnHUUZm9NtgAAI6w"]
    26.01.2023 11:47:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Pattern match "sleep((\\\\(\\\\d+\\\\))|( -s)? \\\\d+)" at REQUEST_URI. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "13"] [id "5100"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JaRhdQQ_pPQFk7YL0QAQAAFOY"]
    26.01.2023 11:47:37 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Pattern match "sleep((\\\\(\\\\d+\\\\))|( -s)? \\\\d+)" at REQUEST_URI. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "13"] [id "5100"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JaSV7HsQWrnHUUZm9N1QAAI7w"]
    26.01.2023 11:47:41 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Pattern match "sleep((\\\\(\\\\d+\\\\))|( -s)? \\\\d+)" at REQUEST_URI. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "13"] [id "5100"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JaTaXtyRi-nOW_1yrkawAAKXg"]
    26.01.2023 11:47:44 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Pattern match "sleep((\\\\(\\\\d+\\\\))|( -s)? \\\\d+)" at REQUEST_URI. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "13"] [id "5100"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JaUAn9riU7UafEFuWLdgAABVY"]
    26.01.2023 11:47:45 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Pattern match "sleep((\\\\(\\\\d+\\\\))|( -s)? \\\\d+)" at REQUEST_URI. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "13"] [id "5100"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JaUWtHxELniMCKGfzI1QAACJg"]
    26.01.2023 11:47:46 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Pattern match "sleep((\\\\(\\\\d+\\\\))|( -s)? \\\\d+)" at REQUEST_URI. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "13"] [id "5100"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JaUsaPOtzp8Mn2afUQTAAAG3o"]
    26.01.2023 11:47:49 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Pattern match "sleep((\\\\(\\\\d+\\\\))|( -s)? \\\\d+)" at REQUEST_URI. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "13"] [id "5100"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JaVQ05EMVsblimhvbA1AAAKIQ"]
    26.01.2023 11:47:52 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Pattern match "sleep((\\\\(\\\\d+\\\\))|( -s)? \\\\d+)" at REQUEST_URI. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "13"] [id "5100"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JaWBVqmOHN0d1dS0VzNwAAJl0"]
    26.01.2023 11:47:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Pattern match "sleep((\\\\(\\\\d+\\\\))|( -s)? \\\\d+)" at REQUEST_URI. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "13"] [id "5100"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JaW7y78e1IAovYomo_HwAAINM"]
    26.01.2023 11:47:57 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Pattern match "sleep((\\\\(\\\\d+\\\\))|( -s)? \\\\d+)" at REQUEST_URI. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "13"] [id "5100"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JaXWtHxELniMCKGfzJIwAACKY"]
    26.01.2023 11:48:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jabat-pPJ4zFr-R9wIZwAADls"]
    26.01.2023 11:48:16 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JacHE3VfAfbfw1LSweFQAAA0o"]
    26.01.2023 11:48:20 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JadMeKUM3pNz17BFcSkgAAFT4"]
    26.01.2023 11:48:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JadnAKppqgzwJ6wnDKkAAADGY"]
    26.01.2023 11:48:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JadxdQQ_pPQFk7YL0RoAAAFOQ"]
    26.01.2023 11:48:25 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Pattern match "sleep((\\\\(\\\\d+\\\\))|( -s)? \\\\d+)" at REQUEST_URI. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "13"] [id "5100"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JaeY1T3PUaYHFfUTWTswAAJdY"]
    26.01.2023 11:48:28 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Pattern match "sleep((\\\\(\\\\d+\\\\))|( -s)? \\\\d+)" at REQUEST_URI. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "13"] [id "5100"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JafBX4JnqwiY7k6OKaEAAAAhk"]
    26.01.2023 11:48:29 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Pattern match "sleep((\\\\(\\\\d+\\\\))|( -s)? \\\\d+)" at REQUEST_URI. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "13"] [id "5100"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jafc4rgO-dZyOANWj_swAAIZ0"]
    26.01.2023 11:48:30 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Pattern match "sleep((\\\\(\\\\d+\\\\))|( -s)? \\\\d+)" at REQUEST_URI. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "13"] [id "5100"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JafnD09INDXerPkauG0wAADPs"]
    26.01.2023 11:48:30 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Pattern match "sleep((\\\\(\\\\d+\\\\))|( -s)? \\\\d+)" at REQUEST_URI. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "13"] [id "5100"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JafpQP0REIgd9ZdZyFjgAALLc"]
    26.01.2023 11:48:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Pattern match "sleep((\\\\(\\\\d+\\\\))|( -s)? \\\\d+)" at REQUEST_URI. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "13"] [id "5100"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JagupQUPt1dehvysrsygAAFg0"]
    26.01.2023 11:48:38 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Pattern match "sleep((\\\\(\\\\d+\\\\))|( -s)? \\\\d+)" at REQUEST_URI. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "13"] [id "5100"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JahvEh6Vj7zCoU4bU6mAAACz0"]
    26.01.2023 11:48:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Pattern match "sleep((\\\\(\\\\d+\\\\))|( -s)? \\\\d+)" at REQUEST_URI. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "13"] [id "5100"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JaiPfHkVyOZesEpcqycAAAE-c"]
    26.01.2023 11:48:42 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Pattern match "sleep((\\\\(\\\\d+\\\\))|( -s)? \\\\d+)" at REQUEST_URI. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "13"] [id "5100"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JainD09INDXerPkauHMwAADMQ"]
    26.01.2023 11:48:46 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Pattern match "sleep((\\\\(\\\\d+\\\\))|( -s)? \\\\d+)" at REQUEST_URI. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "13"] [id "5100"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jajl7HsQWrnHUUZm9RqgAAI4Y"]
    26.01.2023 11:48:49 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Pattern match "sleep((\\\\(\\\\d+\\\\))|( -s)? \\\\d+)" at REQUEST_URI. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "13"] [id "5100"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JakfKjpXI5O5FVuPqsswAADrE"]
    26.01.2023 11:48:52 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Pattern match "sleep((\\\\(\\\\d+\\\\))|( -s)? \\\\d+)" at REQUEST_URI. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "13"] [id "5100"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JalKwRY7LrppVwBFpLIgAAHuk"]
    26.01.2023 11:49:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JaqAbxlj4OIBlPLWmwsAAAEUE"]
    26.01.2023 11:49:14 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JaqupQUPt1dehvysrt-gAAFg8"]
    26.01.2023 11:49:17 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JarQ26jenwrydfrdPF3wAACC0"]
    26.01.2023 11:49:20 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JasDnZROEFaDNEut64VgAAEE4"]
    26.01.2023 11:49:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jas_mg6Cu3Y9n_QLgNxQAAECY"]
    26.01.2023 11:49:28 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JauCEDV407X3rnOwUC-gAALCI"]
    26.01.2023 11:49:39 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jawx02SMCOaWWWps3jrQAABBk"]
    26.01.2023 11:49:43 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jaxyu5VRsQBMdfbRpcTgAAGjw"]
    26.01.2023 11:49:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JazITBEqIKiYnoY33UvQAAJC8"]
    26.01.2023 11:49:52 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Ja0PKqAVaI5Yrzx5d_qQAAB3Y"]
    26.01.2023 11:49:56 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Ja1K828TupA5IgEDlyyAAAJ0I"]
    26.01.2023 11:50:00 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Ja2BrR3lwM34RFvZnBngAAJGE"]
    26.01.2023 11:50:04 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Ja3MItmM9yG7pP0Ms8bQAABos"]
    26.01.2023 11:50:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Ja4DD0t9tsVBGhY0sxCAAABIg"]
    26.01.2023 11:50:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Ja5PEh6Vj7zCoU4bU9ZQAACw4"]
    26.01.2023 11:50:15 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Ja5153aA5ta1K8QpitxgAACMY"]
    26.01.2023 11:50:25 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Ja8T-3Jj3f97BrrLwabAAAAdc"]
    26.01.2023 11:50:30 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Ja9i12m8oQU4NC4IduaAAAClM"]
    26.01.2023 11:50:32 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Ja-DuA378T1xU9D3QWfAAAMCo"]
    26.01.2023 11:50:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Ja_D-3Jj3f97BrrLwarAAAAfc"]
    26.01.2023 11:50:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JbAIVpl4Grv_KVAfJ8UwAACr0"]
    26.01.2023 11:50:43 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JbA3en2PnBrLw1ba8iSAAAFpA"]
    26.01.2023 11:50:45 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JbBaAN85nmUtIBFwps_AAAEMI"]
    26.01.2023 11:50:49 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JbCXD09INDXerPkauNUQAADOI"]
    26.01.2023 11:50:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JbDVj-gtKw4Q4epWqjKgAAIDA"]
    26.01.2023 11:50:57 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JbEZEYFUWWAYuEsXGXjgAAGT4"]
    26.01.2023 11:51:04 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JbGOkLvZbACgMVea4x2wAAAq0"]
    26.01.2023 11:51:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JbHKa4J93KsSMjnbSxXQAAC2U"]
    26.01.2023 11:51:11 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JbH6828TupA5IgEDl2agAAJ0U"]
    26.01.2023 11:51:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JbIaPCy1Ul-p-jBs78pgAAIIY"]
    26.01.2023 11:51:14 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JbItWwQo8NKjQhmTqRQwAAEmk"]
    26.01.2023 11:51:18 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JbJrbe-fYZ3bgXKSDnSAAAHH8"]
    26.01.2023 11:51:20 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JbKBOFW60qrkYGUBLQygAAGP0"]
    26.01.2023 11:51:24 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JbLBV2iJNgW3ddeOR9egAAJuA"]
    26.01.2023 11:51:28 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JbMFPLoaJEIyvt9ESPWQAAK7A"]
    26.01.2023 11:51:32 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JbNEbXhhFQHCjARz8PCgAAB7Q"]
    26.01.2023 11:51:37 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JbOfKjpXI5O5FVuPqy8AAADpI"]
    26.01.2023 11:51:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JbPL6YVKZIFdKAHZ2GmgAAB9I"]
    26.01.2023 11:51:45 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JbQVps3O6hE7IIItJGXQAACcI"]
    26.01.2023 11:51:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JbRFM_5kLdEiFhAfH1dgAAKZE"]
    26.01.2023 11:51:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JbSV53aA5ta1K8QpixwQAACN0"]
    26.01.2023 11:51:56 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JbTJqSyc3zvkyZxTBPzwAADJI"]
    26.01.2023 11:52:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JbUQCbn1hH0xsuAb0j1wAAGD0"]
    26.01.2023 11:52:05 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JbVQIcD9wVRS1htQ0R_wAABHA"]
    26.01.2023 11:52:09 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JbWU3HAgy9KsLn6Tn6WgAAD_M"]
    26.01.2023 11:52:11 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JbWxX4JnqwiY7k6OKk7wAAAgE"]
    26.01.2023 11:52:18 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JbYoTBEqIKiYnoY33aXwAAJA4"]
    26.01.2023 11:52:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JbZg1DU-xyvYf02uREjgAAFkY"]
    26.01.2023 11:52:25 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JbaUFAZFE13atgylixWwAAByc"]
    26.01.2023 11:52:28 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JbbBOfQhVan_XeXbec1gAAGXM"]
    26.01.2023 11:52:31 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jbbw26jenwrydfrdPM8gAACDY"]
    26.01.2023 11:52:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JbcyEhJqm3FI6e157izAAAFcM"]
    26.01.2023 11:52:38 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jbdgbprqe4EZIj8_HP1wAAHB0"]
    26.01.2023 11:52:43 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jbe9J8lqMsbf-k70PZTgAADTw"]
    26.01.2023 11:52:47 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jbfy12m8oQU4NC4Id0EgAACmE"]
    26.01.2023 11:52:52 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JbhDhdfadNrgqDyJhrrgAAIiM"]
    26.01.2023 11:53:00 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JbjFps3O6hE7IIItJLVgAACcg"]
    26.01.2023 11:53:04 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JbkAbxlj4OIBlPLWm5mAAAEWs"]
    26.01.2023 11:53:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JblOkLvZbACgMVea43QwAAAog"]
    26.01.2023 11:53:11 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jbl5QP0REIgd9ZdZyP2wAALIk"]
    26.01.2023 11:53:15 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jbm3s0h2IYiU9JY8VusgAAAsY"]
    26.01.2023 11:53:18 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JbnhdQQ_pPQFk7YL0ccAAAFN0"]
    26.01.2023 11:53:21 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JboY1T3PUaYHFfUTWfCQAAJc0"]
    26.01.2023 11:53:25 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jbpctt4gYuuI3SVPsj8gAAC9s"]
    26.01.2023 11:53:29 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JbqYp-DqDv_sZW5bWafwAAJYY"]
    26.01.2023 11:53:31 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jbq1yILE5y7PrciI-J4AAADjE"]
    26.01.2023 11:53:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JbtL9D-xVzNpeuvGgT1wAAEJI"]
    26.01.2023 11:53:43 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JbtxrR3lwM34RFvZnLYgAAJFs"]
    26.01.2023 11:53:46 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JbukCpQOO32_-uw5t7ZQAAGvc"]
    26.01.2023 11:53:52 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JbwDa6WsRam6difTeikQAABf8"]
    26.01.2023 11:53:57 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JbxQQuAMs1sQ90ODm8JwAAGws"]
    26.01.2023 11:54:00 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JbyKPCy1Ul-p-jBs4D_QAAILs"]
    26.01.2023 11:54:05 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JbzSn5EJK0x5H6SqfWyQAAL_g"]
    26.01.2023 11:54:07 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jbz1Ez0ziIVhCQKwKbHwAAEaE"]
    26.01.2023 11:54:09 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jb0ZqSyc3zvkyZxTBVOgAADKI"]
    26.01.2023 11:54:10 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jb0uKs6KbgZ1cN8VVI9AAAAGo"]
    26.01.2023 11:54:18 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jb2gDD6mFCLE07S2nhhAAAIlY"]
    26.01.2023 11:54:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jb3lj-gtKw4Q4epWqq7QAAID0"]
    26.01.2023 11:54:26 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jb4q7pW4bIsjew1it-mwAAG2Y"]
    26.01.2023 11:54:30 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jb5vEh6Vj7zCoU4bVIXAAACwU"]
    26.01.2023 11:54:31 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jb5x02SMCOaWWWps3uGAAABCY"]
    26.01.2023 11:54:33 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jb6REUx1xc1WFBQVcy6wAAGIw"]
    26.01.2023 11:54:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jb7OhT74kIJKo1Qy2pIAAAKv4"]
    26.01.2023 11:54:39 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jb70CpQOO32_-uw5t9tAAAGuw"]
    26.01.2023 11:54:43 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jb85EYFUWWAYuEsXGhwQAAGSw"]
    26.01.2023 11:54:47 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jb9wIcD9wVRS1htQ0ZqQAABE4"]
    26.01.2023 11:54:56 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JcAHODOpl3L8mbCCJyEgAAJh4"]
    26.01.2023 11:55:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JcBaa4J93KsSMjnbS7lwAAC04"]
    26.01.2023 11:55:05 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JcCROFW60qrkYGUBLasAAAGM0"]
    26.01.2023 11:55:10 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JcDn4wT73XUgpQkhyLpQAAAYg"]
    26.01.2023 11:55:14 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JcEqAN85nmUtIBFwp48gAAEOc"]
    26.01.2023 11:55:15 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JcE_D6vloKCxw6LYKBEQAAANE"]
    26.01.2023 11:55:16 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JcFIGQVjeIzNIdlcGQ-AAAH-U"]
    26.01.2023 11:55:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JcG_12JN5ihHIiSXoHVAAAACM"]
    26.01.2023 11:55:28 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JcIPn3UaUEfD6_AQfNPgAAE0s"]
    26.01.2023 11:55:33 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JcJawRY7LrppVwBFpcRAAAHsw"]
    26.01.2023 11:55:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JcKAQuAMs1sQ90ODnAGQAAGwk"]
    26.01.2023 11:55:37 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JcKXBuYRz-y-sLIajD1QAAIGk"]
    26.01.2023 11:55:38 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JcKveELN35bzXPphfXyAAAFzc"]
    26.01.2023 11:55:43 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JcLxOFW60qrkYGUBLb1wAAGOY"]
    26.01.2023 11:55:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JcNCbQxBW3gkdFYTWVAwAAI1I"]
    26.01.2023 11:55:52 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JcOCA6934Gp4vfUfBUdwAAHyc"]
    26.01.2023 11:55:57 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JcPb4QsX1AnV4nm_swCgAAF-k"]
    26.01.2023 11:56:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JcQRigvS-GQOoWipZWtgAAK3s"]
    26.01.2023 11:56:06 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JcRiI5wJ3aT-jPmryePAAALMk"]
    26.01.2023 11:56:09 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JcSUFAZFE13atgyli6MwAABxM"]
    26.01.2023 11:56:18 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JcUpEYFUWWAYuEsXGlzwAAGQE"]
    26.01.2023 11:56:24 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JcWFEz0ziIVhCQKwKgtQAAEbE"]
    26.01.2023 11:56:28 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JcXCEhJqm3FI6e157tGwAAFdk"]
    26.01.2023 11:56:29 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JcXT29pT-AxR09iPvktwAABvY"]
    26.01.2023 11:56:33 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JcYfKqAVaI5Yrzx5eOTQAAB2E"]
    26.01.2023 11:56:38 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JcZhdQQ_pPQFk7YL0lEwAAFMs"]
    26.01.2023 11:56:42 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JcaoF_mEDbfvfa41jsRwAAF3Y"]
    26.01.2023 11:56:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JccHODOpl3L8mbCCJ2HgAAJi8"]
    26.01.2023 11:56:52 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JcdECpQOO32_-uw5uDDQAAGto"]
    26.01.2023 11:56:56 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JceH4wT73XUgpQkhyPJQAAAZc"]
    26.01.2023 11:57:05 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JcgQDwXSTCtiKJld7-_QAAD5k"]
    26.01.2023 11:57:05 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JcgafbQu4nUzYip9c77AAABM0"]
    26.01.2023 11:57:06 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JcghrR3lwM34RFvZnS-QAAJHY"]
    26.01.2023 11:57:10 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JchkFsEN_01xeJY9PYkQAAA5A"]
    26.01.2023 11:57:10 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jchr6YVKZIFdKAHZ2UbwAAB-Y"]
    26.01.2023 11:57:11 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jch8TB5c222J3pT2vWLwAAIs4"]
    26.01.2023 11:57:11 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JchwCbn1hH0xsuAb0zDwAAGC8"]
    26.01.2023 11:57:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JciAO-MnndgYqS9D9D3QAACTw"]
    26.01.2023 11:57:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JciSEDV407X3rnOwUXjQAALBQ"]
    26.01.2023 11:57:18 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JcjoF_mEDbfvfa41jtaQAAF1Y"]
    26.01.2023 12:02:37 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JdzUvZBm3ziCSOoTLYIwAAGak"]
    26.01.2023 12:02:42 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jd0rAMgn5V2u1gvGgt8AAAH-4"]
    26.01.2023 12:02:46 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jd1hztPx2yKjhx9so9dQAADww"]
    26.01.2023 12:02:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jd265Q_FSDVniGmix83QAACH8"]
    26.01.2023 12:02:52 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jd3NfekBhHst9678TZ2QAABfU"]
    26.01.2023 12:02:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jd3z-oamXeLOW_-V4U3AAAHXg"]
    26.01.2023 12:02:57 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jd4axqabBUCz9TXhVE9QAACrs"]
    26.01.2023 12:03:02 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jd5s6RQgd3_glhUI7dTQAAIDs"]
    26.01.2023 12:03:04 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jd6D6JNXOesqyb6sG4jQAACNs"]
    26.01.2023 12:03:09 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jd7bAm8ezLJp4X4C2tIgAABq8"]
    26.01.2023 12:03:14 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jd8vS2pwHrDAgAapnFiwAAH4I"]
    26.01.2023 12:03:18 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jd9vYiJK7ioCvK7k9vjgAAASk"]
    26.01.2023 12:03:25 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jd_VPLoaJEIyvt9ESvgQAAK5I"]
    26.01.2023 12:03:29 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JeAdUXlrV4FiMBovYZqwAAEZE"]
    26.01.2023 12:03:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JeB_eELN35bzXPphfqRQAAFzg"]
    26.01.2023 12:03:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JeCPfHkVyOZesEpcrZUgAAE8E"]
    26.01.2023 12:03:42 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JeDq8lpdyz8m7yGvkAfAAAFWw"]
    26.01.2023 12:03:46 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JeEo4yyB5epmyUrQaQ9wAABRU"]
    26.01.2023 12:03:52 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JeGFEajuSEmJS1y2Nc8QAAF4E"]
    26.01.2023 12:03:57 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JeHbh5A-wGSuuLspq_rQAAH0M"]
    26.01.2023 12:04:03 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JeI6OHd--MFiGW38VsZAAABK0"]
    26.01.2023 12:04:10 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JeKtYJN2hCI9bC-OiSQAAAJLA"]
    26.01.2023 12:04:16 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JeMFzJqF6Xpvyu7yRoKgAAByI"]
    26.01.2023 12:04:21 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JeNb6Hka1r2PotnKZSfQAAAAA"]
    26.01.2023 12:04:27 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JeO5r7BQ3IaiBoChdO5AAAGVA"]
    26.01.2023 12:04:31 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JePz8HXfyfbtES6MN_rwAALhA"]
    26.01.2023 12:04:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JeQ-QXZjGCNniSpuINrgAAKh4"]
    26.01.2023 12:04:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JeSLAm8ezLJp4X4C2wrAAABoI"]
    26.01.2023 12:04:47 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Pattern match "sleep((\\\\(\\\\d+\\\\))|( -s)? \\\\d+)" at REQUEST_URI. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "13"] [id "5100"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JeT1zJqF6Xpvyu7yRpoQAABxY"]
    26.01.2023 12:04:52 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Pattern match "sleep((\\\\(\\\\d+\\\\))|( -s)? \\\\d+)" at REQUEST_URI. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "13"] [id "5100"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JeVMz9wN8p1Rz661iiFwAADmY"]
    26.01.2023 12:04:57 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Pattern match "sleep((\\\\(\\\\d+\\\\))|( -s)? \\\\d+)" at REQUEST_URI. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "13"] [id "5100"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JeWcWnsnGAWaND7o1VIgAABi0"]
    26.01.2023 12:05:02 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Pattern match "sleep((\\\\(\\\\d+\\\\))|( -s)? \\\\d+)" at REQUEST_URI. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "13"] [id "5100"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JeXtfekBhHst9678Td9QAABco"]
    26.01.2023 12:05:05 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Pattern match "sleep((\\\\(\\\\d+\\\\))|( -s)? \\\\d+)" at REQUEST_URI. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "13"] [id "5100"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JeYaC9bVajPRf_AwRAjwAABnk"]
    26.01.2023 12:05:11 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Pattern match "sleep((\\\\(\\\\d+\\\\))|( -s)? \\\\d+)" at REQUEST_URI. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "13"] [id "5100"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JeZ0wDrvqPsk8yRxQrbAAAE3g"]
    26.01.2023 12:05:15 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Pattern match "sleep((\\\\(\\\\d+\\\\))|( -s)? \\\\d+)" at REQUEST_URI. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "13"] [id "5100"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jea6N-5s3EPnihD_SgAAAAGJw"]
    26.01.2023 12:05:19 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Pattern match "sleep((\\\\(\\\\d+\\\\))|( -s)? \\\\d+)" at REQUEST_URI. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "13"] [id "5100"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jeb0tTjHpFGz5XXQgvGwAAB7s"]
    26.01.2023 12:05:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Pattern match "sleep((\\\\(\\\\d+\\\\))|( -s)? \\\\d+)" at REQUEST_URI. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "13"] [id "5100"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jec2TWtyn6qV1UzTHI9AAAD54"]
    26.01.2023 12:05:25 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Pattern match "sleep((\\\\(\\\\d+\\\\))|( -s)? \\\\d+)" at REQUEST_URI. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "13"] [id "5100"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JedefJtyuP-AfpIPbQ6AAAFC0"]
    26.01.2023 12:05:49 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JejTixe82OpxIP5EEpKgAAIYg"]
    26.01.2023 12:05:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JekTY0qIWtdfz5b6FbLgAAJNQ"]
    26.01.2023 12:05:58 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jell7bi6ByiZaa5muleQAACVU"]
    26.01.2023 12:06:02 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jemq5Q7LQWFEe6qAE0aQAAJFQ"]
    26.01.2023 12:06:03 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jem3BuYRz-y-sLIajc1wAAIH8"]
    26.01.2023 12:06:07 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Pattern match "sleep((\\\\(\\\\d+\\\\))|( -s)? \\\\d+)" at REQUEST_URI. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "13"] [id "5100"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jen24zv-f3aAjS6G_CywAAEW8"]
    26.01.2023 12:06:11 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Pattern match "sleep((\\\\(\\\\d+\\\\))|( -s)? \\\\d+)" at REQUEST_URI. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "13"] [id "5100"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jeo0vZBm3ziCSOoTLf-QAAGbM"]
    26.01.2023 12:06:15 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Pattern match "sleep((\\\\(\\\\d+\\\\))|( -s)? \\\\d+)" at REQUEST_URI. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "13"] [id "5100"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jep5EYFUWWAYuEsXG-oQAAGQs"]
    26.01.2023 12:06:20 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Pattern match "sleep((\\\\(\\\\d+\\\\))|( -s)? \\\\d+)" at REQUEST_URI. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "13"] [id "5100"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JerD_Vh3c784ugQV9RPgAAGNg"]
    26.01.2023 12:06:25 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Pattern match "sleep((\\\\(\\\\d+\\\\))|( -s)? \\\\d+)" at REQUEST_URI. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "13"] [id "5100"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JesWSMvWP_E0GS0AzC5gAAKVs"]
    26.01.2023 12:06:26 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Pattern match "sleep((\\\\(\\\\d+\\\\))|( -s)? \\\\d+)" at REQUEST_URI. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "13"] [id "5100"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JesiBhe9SpyGnwKYuuPQAAJ7M"]
    26.01.2023 12:06:29 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Pattern match "sleep((\\\\(\\\\d+\\\\))|( -s)? \\\\d+)" at REQUEST_URI. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "13"] [id "5100"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jetc10UsA4eaZlQy7cTAAAHac"]
    26.01.2023 12:06:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Pattern match "sleep((\\\\(\\\\d+\\\\))|( -s)? \\\\d+)" at REQUEST_URI. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "13"] [id "5100"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jeuh02SMCOaWWWps0MDAAABCQ"]
    26.01.2023 12:06:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Pattern match "sleep((\\\\(\\\\d+\\\\))|( -s)? \\\\d+)" at REQUEST_URI. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "13"] [id "5100"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JewK1bmSwW_1qcAGYcPAAAEsY"]
    26.01.2023 12:06:45 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Pattern match "sleep((\\\\(\\\\d+\\\\))|( -s)? \\\\d+)" at REQUEST_URI. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "13"] [id "5100"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jexdf-VIz0pIAh5ZY0jQAACzg"]
    26.01.2023 12:06:50 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Pattern match "sleep((\\\\(\\\\d+\\\\))|( -s)? \\\\d+)" at REQUEST_URI. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "13"] [id "5100"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JeylIR2827rHgH96DbmAAAJec"]
    26.01.2023 12:06:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Pattern match "sleep((\\\\(\\\\d+\\\\))|( -s)? \\\\d+)" at REQUEST_URI. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "13"] [id "5100"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jez0HZJyDLIu9aOquh5QAAIJY"]
    26.01.2023 12:07:28 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Je8K1bmSwW_1qcAGYd8AAAEtA"]
    26.01.2023 12:07:32 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Je9M6RQgd3_glhUI7pTwAAIAE"]
    26.01.2023 12:07:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Je986RQgd3_glhUI7pWQAAIAs"]
    26.01.2023 12:07:39 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Je-z-oamXeLOW_-V4gyQAAHUs"]
    26.01.2023 12:07:43 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Je_77vL3NrFopylDPLgQAAKKY"]
    26.01.2023 12:07:44 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JfAM6RQgd3_glhUI7qDgAAIAo"]
    26.01.2023 12:07:57 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JfDefJtyuP-AfpIPbWwQAAFDg"]
    26.01.2023 12:08:06 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JfFhGaGsAY3ga_yMV1CwAAHLM"]
    26.01.2023 12:08:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JfHF2IHT6Rgx7x-WVudgAACfs"]
    26.01.2023 12:08:20 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JfJIB1dO8tNgXFNDLWTQAAD08"]
    26.01.2023 12:08:25 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JfKfeDCSsfC4aQgwSj3gAAETE"]
    26.01.2023 12:08:26 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JfKmfrjJdjufOHtg6y_wAALUs"]
    26.01.2023 12:08:33 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JfMY3m9GI1kFZ_sFfnWAAAKzM"]
    26.01.2023 12:08:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JfOIB1dO8tNgXFNDLW_AAAD2k"]
    26.01.2023 12:08:45 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JfPQ4eTG98iKCbxqMkHQAACSg"]
    26.01.2023 12:08:52 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JfROuuZGVtvAZLsRDYXQAAAPI"]
    26.01.2023 12:09:09 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JfVV7bi6ByiZaa5muteAAACUM"]
    26.01.2023 12:09:10 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JfVm7ERkTZRTaI6hBMOQAADgQ"]
    26.01.2023 12:09:19 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JfX9f-VIz0pIAh5ZY6SgAACwM"]
    26.01.2023 12:09:26 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JfZq2wGRg9BT9oowy15QAAELI"]
    26.01.2023 12:09:33 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jfbe-Y9yT1Fbi01PVHJgAALzA"]
    26.01.2023 12:09:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JfdC9g1G0NGrO12oYekwAAEdk"]
    26.01.2023 12:09:47 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jfe2DohmuK2naNIImuIwAAA-U"]
    26.01.2023 12:09:52 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JfgLy5v6RL3FZ-OTIXTAAADKc"]
    26.01.2023 12:09:59 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jfh1s461pbqB3SbjKTJwAAFok"]
    26.01.2023 12:10:07 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jfjz8HXfyfbtES6MONjwAALhI"]
    26.01.2023 12:10:09 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jfka2wGRg9BT9oowy3IwAAEJw"]
    26.01.2023 12:10:16 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JfmPE9zSiptqImeyKl4gAADS4"]
    26.01.2023 12:10:17 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JfmZr7BQ3IaiBoChddxQAAGWA"]
    26.01.2023 12:10:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jfn44yyB5epmyUrQafIAAABR8"]
    26.01.2023 12:10:27 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jfo0vZBm3ziCSOoTLpwgAAGZ8"]
    26.01.2023 12:10:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JfqxGaGsAY3ga_yMV62QAAHIM"]
    26.01.2023 12:10:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JfrPRstdOxqNMEjBcaRgAABVg"]
    26.01.2023 12:10:39 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jfr5o_IadOixVVPVjwwgAAC2I"]
    26.01.2023 12:10:45 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JftSBhe9SpyGnwKYu3lAAAJ4Q"]
    26.01.2023 12:10:52 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JfvP9xQY-5ah0RZAXlBAAAFM4"]
    26.01.2023 12:11:07 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jfy9YJN2hCI9bC-OiirAAAJIY"]
    26.01.2023 12:11:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jf0dzE5_AZF8c45gxvygAAF9w"]
    26.01.2023 12:11:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jf2hoDR3jg9ZHfuDoISgAAAWE"]
    26.01.2023 12:11:30 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jf4mTWtyn6qV1UzTHXCwAAD7o"]
    26.01.2023 12:11:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jf53EbJvbeiQsA-ZOEiAAAAYA"]
    26.01.2023 12:11:45 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jf8Yuu9QaL3A-OqwPbPgAALs4"]
    26.01.2023 12:11:49 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jf9SJdG6MWyQEfcHSPUAAAKjc"]
    26.01.2023 12:11:57 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jf_feDCSsfC4aQgwStGAAAERw"]
    26.01.2023 12:12:03 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JgA6N-5s3EPnihD_St_gAAGJI"]
    26.01.2023 12:12:06 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JgBkAbuHrjdR2r0M5lAgAAHf0"]
    26.01.2023 12:12:14 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JgDvS2pwHrDAgAapndlAAAH44"]
    26.01.2023 12:12:20 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JgFDY0qIWtdfz5b6FraAAAJPw"]
    26.01.2023 12:12:27 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JgG17bi6ByiZaa5mu3aAAACXc"]
    26.01.2023 12:12:31 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JgHxoDR3jg9ZHfuDoLogAAAUk"]
    26.01.2023 12:12:37 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JgJRUurXTd82Df70tZHwAAHjI"]
    26.01.2023 12:12:45 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JgLfjpd3_T2pFMdjFkdwAAIr0"]
    26.01.2023 12:12:52 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JgNKxqabBUCz9TXhVb5QAACo4"]
    26.01.2023 12:12:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JgNbkf_PFPC6Zc4zr3iQAAGF0"]
    26.01.2023 12:13:00 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JgPIdkwnkzDiFzrUpRrwAAFjo"]
    26.01.2023 12:13:10 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JgRncnSNf5yv3FUbGXuAAAEMk"]
    26.01.2023 12:13:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JgUlIR2827rHgH96DpHAAAJdQ"]
    26.01.2023 12:13:29 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JgWecN68P8rKOSJlQDPAAAE_Y"]
    26.01.2023 12:13:31 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JgW3wfy9fLKjfz4Jc9SgAAAgY"]
    26.01.2023 12:13:39 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JgY-pthSehywpNZnXNiAAAFws"]
    26.01.2023 12:13:45 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JgadYJN2hCI9bC-OioTAAAJJ4"]
    26.01.2023 12:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JgbzZVI424L6-C5A2sMAAAAzg"]
    26.01.2023 12:13:59 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9Jgd--Y9yT1Fbi01PVRbQAALz4"]
    26.01.2023 12:14:05 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JgfQ4eTG98iKCbxqMxlQAACSU"]
    26.01.2023 12:14:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JghLAMgn5V2u1gvGhGWwAAH8s"]
    26.01.2023 12:14:18 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JgitE--XI1xryLu4X2oQAAINU"]
    26.01.2023 12:14:32 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JgmA4eTG98iKCbxqMyogAACRc"]
    26.01.2023 12:14:39 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JgnxfOoZ7e5XplMmICwgAAIWo"]
    26.01.2023 12:14:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 5.188.78.0] [client 5.188.206.26] ModSecurity: Warning. Match of "rx sqlpatch\\\\.php|tbl_|phpmyadmin|(^/administrator/index\\\\.php\\\\?option=)|\\\\/sql\\\\.|\\\\/admin\\\\/main|\\\\/FormMail|\\\\/tstemplate/ts/|mediaelement|export|import|webservice\\\\.php|\\\\.jpg|\\\\.htm|\\\\.gif|\\\\.js|\\\\.pdf" against "REQUEST_URI" required. [file "/opt/RZapache/conf/rules/925_generic.conf"] [line "16"] [id "5101"] [hostname "tsv-sadelkow-gnadenhof-sonnenschein.de"] [uri "/wp-json/oembed/1.0/embed"] [unique_id "Y9JgoHcnSNf5yv3FUbGbigAAEPM"]
    26.01.2023 16:50:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:238:200::] AH01215: PHP Fatal error:  Uncaught Error: Call to undefined method Automattic\\Jetpack\\Connection\\Error_Handler::check_api_response_for_errors() in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-client.php:44: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-cron.php
    26.01.2023 16:50:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:238:200::] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-cron.php
    26.01.2023 16:50:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:238:200::] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-client.php(462): Automattic\\Jetpack\\Connection\\Client::remote_request(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-cron.php
    26.01.2023 16:50:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:238:200::] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-package-version-tracker.php(102): Automattic\\Jetpack\\Connection\\Client::wpcom_json_api_request_as_blog(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-cron.php
    26.01.2023 16:50:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:238:200::] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-package-version-tracker.php(63): Automattic\\Jetpack\\Connection\\Package_Version_Tracker->update_package_versions_option(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-cron.php
    26.01.2023 16:50:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:238:200::] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/c in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-client.php on line 44: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-cron.php
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] Stack trace:
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct()
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register()
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget()
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets()
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action()
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action()
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init()
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action()
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action()
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...')
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...')
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...')
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...')
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #15 {main}
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] Stack trace:
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct()
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register()
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget()
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets()
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action()
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action()
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init()
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action()
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action()
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...')
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...')
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...')
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...')
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #15 {main}
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] Stack trace:
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct()
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register()
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget()
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets()
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action()
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action()
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init()
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action()
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action()
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...')
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...')
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...')
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...')
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #15 {main}
    27.01.2023 15:08:34 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163
    27.01.2023 15:08:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163
    27.01.2023 15:08:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] Stack trace:
    27.01.2023 15:08:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct()
    27.01.2023 15:08:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register()
    27.01.2023 15:08:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget()
    27.01.2023 15:08:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets()
    27.01.2023 15:08:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
    27.01.2023 15:08:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action()
    27.01.2023 15:08:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action()
    27.01.2023 15:08:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init()
    27.01.2023 15:08:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
    27.01.2023 15:08:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action()
    27.01.2023 15:08:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action()
    27.01.2023 15:08:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...')
    27.01.2023 15:08:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...')
    27.01.2023 15:08:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...')
    27.01.2023 15:08:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...')
    27.01.2023 15:08:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #15 {main}
    27.01.2023 15:08:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163
    27.01.2023 15:08:47 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163
    27.01.2023 15:08:47 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] Stack trace:
    27.01.2023 15:08:47 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct()
    27.01.2023 15:08:47 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register()
    27.01.2023 15:08:47 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget()
    27.01.2023 15:08:47 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets()
    27.01.2023 15:08:47 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
    27.01.2023 15:08:47 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action()
    27.01.2023 15:08:47 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action()
    27.01.2023 15:08:47 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init()
    27.01.2023 15:08:47 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
    27.01.2023 15:08:47 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action()
    27.01.2023 15:08:47 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action()
    27.01.2023 15:08:47 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...')
    27.01.2023 15:08:47 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...')
    27.01.2023 15:08:47 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...')
    27.01.2023 15:08:47 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...')
    27.01.2023 15:08:47 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #15 {main}
    27.01.2023 15:08:47 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163
    27.01.2023 15:08:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163
    27.01.2023 15:08:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] Stack trace:
    27.01.2023 15:08:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct()
    27.01.2023 15:08:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register()
    27.01.2023 15:08:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget()
    27.01.2023 15:08:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets()
    27.01.2023 15:08:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
    27.01.2023 15:08:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action()
    27.01.2023 15:08:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action()
    27.01.2023 15:08:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init()
    27.01.2023 15:08:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
    27.01.2023 15:08:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action()
    27.01.2023 15:08:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action()
    27.01.2023 15:08:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...')
    27.01.2023 15:08:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...')
    27.01.2023 15:08:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...')
    27.01.2023 15:08:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...')
    27.01.2023 15:08:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #15 {main}
    27.01.2023 15:08:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163
    27.01.2023 15:08:56 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163
    27.01.2023 15:08:56 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] Stack trace:
    27.01.2023 15:08:56 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct()
    27.01.2023 15:08:56 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register()
    27.01.2023 15:08:56 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget()
    27.01.2023 15:08:56 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets()
    27.01.2023 15:08:56 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
    27.01.2023 15:08:56 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action()
    27.01.2023 15:08:56 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action()
    27.01.2023 15:08:56 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init()
    27.01.2023 15:08:56 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
    27.01.2023 15:08:56 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action()
    27.01.2023 15:08:56 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action()
    27.01.2023 15:08:56 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...')
    27.01.2023 15:08:56 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...')
    27.01.2023 15:08:56 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-admin/admin.php(34): require_once('...')
    27.01.2023 15:08:56 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-admin/index.php(10): require_once('...')
    27.01.2023 15:08:56 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #15 {main}
    27.01.2023 15:08:56 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163
    27.01.2023 15:08:57 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163
    27.01.2023 15:08:57 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] Stack trace:
    27.01.2023 15:08:57 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct()
    27.01.2023 15:08:57 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register()
    27.01.2023 15:08:57 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget()
    27.01.2023 15:08:57 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets()
    27.01.2023 15:08:57 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
    27.01.2023 15:08:57 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action()
    27.01.2023 15:08:57 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action()
    27.01.2023 15:08:57 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init()
    27.01.2023 15:08:57 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
    27.01.2023 15:08:57 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action()
    27.01.2023 15:08:57 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action()
    27.01.2023 15:08:57 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...')
    27.01.2023 15:08:57 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...')
    27.01.2023 15:08:57 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...')
    27.01.2023 15:08:57 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...')
    27.01.2023 15:08:57 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #15 {main}
    27.01.2023 15:08:57 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163
    27.01.2023 15:09:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163
    27.01.2023 15:09:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] Stack trace:
    27.01.2023 15:09:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct()
    27.01.2023 15:09:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register()
    27.01.2023 15:09:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget()
    27.01.2023 15:09:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets()
    27.01.2023 15:09:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
    27.01.2023 15:09:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action()
    27.01.2023 15:09:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action()
    27.01.2023 15:09:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init()
    27.01.2023 15:09:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
    27.01.2023 15:09:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action()
    27.01.2023 15:09:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action()
    27.01.2023 15:09:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...')
    27.01.2023 15:09:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...')
    27.01.2023 15:09:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...')
    27.01.2023 15:09:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...')
    27.01.2023 15:09:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #15 {main}
    27.01.2023 15:09:40 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163
    27.01.2023 15:09:41 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163
    27.01.2023 15:09:41 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] Stack trace:
    27.01.2023 15:09:41 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct()
    27.01.2023 15:09:41 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register()
    27.01.2023 15:09:41 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget()
    27.01.2023 15:09:41 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets()
    27.01.2023 15:09:41 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
    27.01.2023 15:09:41 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action()
    27.01.2023 15:09:41 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action()
    27.01.2023 15:09:41 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init()
    27.01.2023 15:09:41 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
    27.01.2023 15:09:41 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action()
    27.01.2023 15:09:41 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action()
    27.01.2023 15:09:41 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...')
    27.01.2023 15:09:41 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...')
    27.01.2023 15:09:41 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...')
    27.01.2023 15:09:41 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...')
    27.01.2023 15:09:41 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #15 {main}
    27.01.2023 15:09:41 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163
    27.01.2023 15:09:47 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163
    27.01.2023 15:09:47 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] Stack trace:
    27.01.2023 15:09:47 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct()
    27.01.2023 15:09:47 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register()
    27.01.2023 15:09:47 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget()
    27.01.2023 15:09:47 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets()
    27.01.2023 15:09:47 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
    27.01.2023 15:09:47 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action()
    27.01.2023 15:09:47 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action()
    27.01.2023 15:09:47 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init()
    27.01.2023 15:09:47 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
    27.01.2023 15:09:47 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action()
    27.01.2023 15:09:47 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action()
    27.01.2023 15:09:47 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...')
    27.01.2023 15:09:47 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...')
    27.01.2023 15:09:47 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-admin/admin.php(34): require_once('...')
    27.01.2023 15:09:47 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-admin/index.php(10): require_once('...')
    27.01.2023 15:09:47 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #15 {main}
    27.01.2023 15:09:47 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163
    27.01.2023 15:09:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163
    27.01.2023 15:09:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] Stack trace:
    27.01.2023 15:09:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct()
    27.01.2023 15:09:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register()
    27.01.2023 15:09:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget()
    27.01.2023 15:09:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets()
    27.01.2023 15:09:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
    27.01.2023 15:09:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action()
    27.01.2023 15:09:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action()
    27.01.2023 15:09:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init()
    27.01.2023 15:09:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
    27.01.2023 15:09:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action()
    27.01.2023 15:09:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action()
    27.01.2023 15:09:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...')
    27.01.2023 15:09:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...')
    27.01.2023 15:09:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...')
    27.01.2023 15:09:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...')
    27.01.2023 15:09:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] #15 {main}
    27.01.2023 15:09:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163
    27.01.2023 15:10:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:10:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:10:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:10:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:10:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:10:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:10:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:10:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:10:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:10:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:10:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:10:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:10:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:10:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:10:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:10:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php(22): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:10:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #14 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:10:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:10:24 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:24 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:24 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:24 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:24 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:24 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:24 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:24 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:24 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:24 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:24 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:24 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:24 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:24 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:24 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:24 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:24 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:24 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:24 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:26 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:26 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:26 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:26 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:26 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:26 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:26 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:26 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:26 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:26 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:26 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:26 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:26 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:26 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:26 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:26 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:26 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:26 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:26 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:28 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:28 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:28 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:28 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:28 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:28 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:28 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:28 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:28 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:28 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:28 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:28 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:28 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:28 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:28 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:28 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:28 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:28 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:28 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:29 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:29 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:29 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:29 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:29 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:29 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:29 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:29 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:29 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:29 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:29 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:29 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:29 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:29 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:29 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:29 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:29 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:29 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:29 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:30 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:30 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:30 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:30 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:30 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:30 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:30 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:30 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:30 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:30 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:30 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:30 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:30 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:30 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:30 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:30 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:30 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:30 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:30 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:30 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:30 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:30 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:30 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:30 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:30 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:30 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:30 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:30 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:30 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:30 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:30 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:30 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:30 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:30 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:30 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:30 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:30 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:30 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:32 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:32 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:32 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:32 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:32 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:32 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:32 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:32 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:32 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:32 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:32 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:32 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:32 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:32 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:32 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:32 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:32 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:32 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:10:32 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:57 tierschutzverein-sadelkow.gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:57 tierschutzverein-sadelkow.gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:57 tierschutzverein-sadelkow.gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:57 tierschutzverein-sadelkow.gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:57 tierschutzverein-sadelkow.gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:57 tierschutzverein-sadelkow.gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:57 tierschutzverein-sadelkow.gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:57 tierschutzverein-sadelkow.gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:57 tierschutzverein-sadelkow.gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:57 tierschutzverein-sadelkow.gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:57 tierschutzverein-sadelkow.gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:57 tierschutzverein-sadelkow.gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:57 tierschutzverein-sadelkow.gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:57 tierschutzverein-sadelkow.gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:57 tierschutzverein-sadelkow.gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:57 tierschutzverein-sadelkow.gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:57 tierschutzverein-sadelkow.gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:57 tierschutzverein-sadelkow.gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:57 tierschutzverein-sadelkow.gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:d3:ef00::] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:d3:ef00::] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:d3:ef00::] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:d3:ef00::] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:d3:ef00::] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:d3:ef00::] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:d3:ef00::] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:d3:ef00::] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:d3:ef00::] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:d3:ef00::] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:d3:ef00::] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:d3:ef00::] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:d3:ef00::] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:d3:ef00::] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:d3:ef00::] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:d3:ef00::] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:d3:ef00::] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:d3:ef00::] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:d3:ef00::] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:52 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:d3:ef00::] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:52 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:d3:ef00::] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:52 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:d3:ef00::] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:52 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:d3:ef00::] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:52 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:d3:ef00::] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:52 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:d3:ef00::] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:52 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:d3:ef00::] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:52 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:d3:ef00::] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:52 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:d3:ef00::] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:52 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:d3:ef00::] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:52 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:d3:ef00::] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:52 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:d3:ef00::] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:52 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:d3:ef00::] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:52 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:d3:ef00::] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:52 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:d3:ef00::] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:52 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:d3:ef00::] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:52 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:d3:ef00::] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:52 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:d3:ef00::] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:52 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:d3:ef00::] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:59 tierschutzverein-sadelkow.gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:59 tierschutzverein-sadelkow.gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:59 tierschutzverein-sadelkow.gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:59 tierschutzverein-sadelkow.gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:59 tierschutzverein-sadelkow.gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:59 tierschutzverein-sadelkow.gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:59 tierschutzverein-sadelkow.gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:59 tierschutzverein-sadelkow.gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:59 tierschutzverein-sadelkow.gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:59 tierschutzverein-sadelkow.gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:59 tierschutzverein-sadelkow.gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:59 tierschutzverein-sadelkow.gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:59 tierschutzverein-sadelkow.gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:59 tierschutzverein-sadelkow.gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:59 tierschutzverein-sadelkow.gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:59 tierschutzverein-sadelkow.gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:59 tierschutzverein-sadelkow.gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:59 tierschutzverein-sadelkow.gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:11:59 tierschutzverein-sadelkow.gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:21 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:21 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:21 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:21 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:21 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:21 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:21 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:21 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:21 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:21 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:21 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:21 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:21 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:21 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:21 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:21 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:21 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:21 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:21 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:12:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:12:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:12:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:12:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:12:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:12:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:12:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:12:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:12:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:12:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:12:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:12:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:12:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:12:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:12:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php(22): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:12:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #14 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:12:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:12:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:48 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:50 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:50 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:50 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:50 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:50 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:50 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:50 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:50 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:50 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:50 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:50 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:50 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:50 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:50 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:50 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:50 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:50 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:50 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:50 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/index.php
    27.01.2023 15:12:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/index.php
    27.01.2023 15:12:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/index.php
    27.01.2023 15:12:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/index.php
    27.01.2023 15:12:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/index.php
    27.01.2023 15:12:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/index.php
    27.01.2023 15:12:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/index.php
    27.01.2023 15:12:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/index.php
    27.01.2023 15:12:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/index.php
    27.01.2023 15:12:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/index.php
    27.01.2023 15:12:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/index.php
    27.01.2023 15:12:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/index.php
    27.01.2023 15:12:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/index.php
    27.01.2023 15:12:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/index.php
    27.01.2023 15:12:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/index.php
    27.01.2023 15:12:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-admin/admin.php(34): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/index.php
    27.01.2023 15:12:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-admin/index.php(10): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/index.php
    27.01.2023 15:12:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/index.php
    27.01.2023 15:12:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/index.php
    27.01.2023 15:12:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:12:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:29 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:29 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:29 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:29 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:29 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:29 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:29 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:29 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:29 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:29 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:29 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:29 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:29 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:29 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:29 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:29 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:29 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:29 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:29 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 54.217.73.0] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 54.217.73.0] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 54.217.73.0] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 54.217.73.0] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 54.217.73.0] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 54.217.73.0] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 54.217.73.0] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 54.217.73.0] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 54.217.73.0] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 54.217.73.0] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 54.217.73.0] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 54.217.73.0] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 54.217.73.0] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 54.217.73.0] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 54.217.73.0] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 54.217.73.0] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 54.217.73.0] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 54.217.73.0] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 54.217.73.0] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 54.232.116.0] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 54.232.116.0] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 54.232.116.0] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 54.232.116.0] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 54.232.116.0] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 54.232.116.0] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 54.232.116.0] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 54.232.116.0] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 54.232.116.0] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 54.232.116.0] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 54.232.116.0] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 54.232.116.0] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 54.232.116.0] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 54.232.116.0] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 54.232.116.0] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 54.232.116.0] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 54.232.116.0] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 54.232.116.0] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 54.232.116.0] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:51 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:53 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:13:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:598:b100::] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:14:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:14:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:14:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:14:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:14:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:14:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:14:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:14:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:14:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:14:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:14:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:14:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:14:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:14:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:14:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:14:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php(22): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:14:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #14 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:14:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/admin-ajax.php
    27.01.2023 15:16:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:54 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:55 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:58 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:58 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:58 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:58 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:58 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:58 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:58 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:58 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:58 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:58 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:58 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:58 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:58 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:58 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:58 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:58 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:58 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:58 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:58 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:59 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:59 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:59 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:59 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:59 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:59 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:59 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:59 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:59 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:59 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:59 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:59 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:59 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:59 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:59 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:59 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:59 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:59 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:59 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:59 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:59 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:59 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:59 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:59 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:59 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:59 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:59 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:59 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:59 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:59 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:59 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:59 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:59 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:59 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:59 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:59 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:59 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:16:59 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:00 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:00 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:00 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:00 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:00 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:00 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:00 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:00 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:00 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:00 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:00 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:00 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:00 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:00 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:00 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:00 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:00 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:00 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:00 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:01 tsv-sadelkow-gnadenhof-sonnenschein.de [client 80.76.51.0] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:02 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/plugins.php
    27.01.2023 15:17:02 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/plugins.php
    27.01.2023 15:17:02 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/plugins.php
    27.01.2023 15:17:02 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/plugins.php
    27.01.2023 15:17:02 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/plugins.php
    27.01.2023 15:17:02 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/plugins.php
    27.01.2023 15:17:02 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/plugins.php
    27.01.2023 15:17:02 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/plugins.php
    27.01.2023 15:17:02 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/plugins.php
    27.01.2023 15:17:02 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/plugins.php
    27.01.2023 15:17:02 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/plugins.php
    27.01.2023 15:17:02 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/plugins.php
    27.01.2023 15:17:02 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/plugins.php
    27.01.2023 15:17:02 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/plugins.php
    27.01.2023 15:17:02 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/plugins.php
    27.01.2023 15:17:02 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-admin/admin.php(34): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/plugins.php
    27.01.2023 15:17:02 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-admin/plugins.php(10): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/plugins.php
    27.01.2023 15:17:02 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/plugins.php
    27.01.2023 15:17:02 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/plugins.php
    27.01.2023 15:17:03 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:03 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:03 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:03 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:03 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:03 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:03 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:03 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:03 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:03 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:03 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:03 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:03 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:03 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:03 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:03 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:03 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:03 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:03 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:07 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:07 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:07 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:07 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:07 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:07 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:07 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:07 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:07 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:07 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:07 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:07 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:07 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:07 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:07 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:07 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:07 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:07 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:07 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:07 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:07 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:07 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:07 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:07 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:07 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:07 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:07 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:07 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:07 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:07 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:07 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:07 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:07 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:07 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:07 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:07 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:07 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:07 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:17:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 192.0.91.0] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:20:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:20:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:20:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:20:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:20:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:20:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:20:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:20:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:20:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:20:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:20:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:20:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:20:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:20:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:20:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:20:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:20:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:20:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:20:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:20:09 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:20:09 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:20:09 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:20:09 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:20:09 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:20:09 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:20:09 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:20:09 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:20:09 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:20:09 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:20:09 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:20:09 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:20:09 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:20:09 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:20:09 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:20:09 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:20:09 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:20:09 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:20:09 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    27.01.2023 15:21:18 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2003:6:2100::] AH01215: sh: gs: command not found: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/site-health.php
    28.01.2023 01:03:33 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a01:238:200::] AH01215: Cron-Reschedule-Event-Fehler f\xc3\xbcr Hook: jp_sitemap_cron_hook, Fehlercode: invalid_schedule, Fehlermeldung: Die Ereignisplanung existiert nicht., Daten: {"schedule":"sitemap-interval","args":[],"interval":43200}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-cron.php
    29.01.2023 08:37:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163
    29.01.2023 08:37:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] Stack trace:
    29.01.2023 08:37:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct()
    29.01.2023 08:37:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register()
    29.01.2023 08:37:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget()
    29.01.2023 08:37:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets()
    29.01.2023 08:37:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
    29.01.2023 08:37:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action()
    29.01.2023 08:37:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action()
    29.01.2023 08:37:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init()
    29.01.2023 08:37:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
    29.01.2023 08:37:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action()
    29.01.2023 08:37:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action()
    29.01.2023 08:37:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...')
    29.01.2023 08:37:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...')
    29.01.2023 08:37:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...')
    29.01.2023 08:37:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...')
    29.01.2023 08:37:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #15 {main}
    29.01.2023 08:37:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163
    29.01.2023 08:37:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163
    29.01.2023 08:37:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] Stack trace:
    29.01.2023 08:37:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct()
    29.01.2023 08:37:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register()
    29.01.2023 08:37:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget()
    29.01.2023 08:37:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets()
    29.01.2023 08:37:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
    29.01.2023 08:37:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action()
    29.01.2023 08:37:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action()
    29.01.2023 08:37:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init()
    29.01.2023 08:37:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
    29.01.2023 08:37:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action()
    29.01.2023 08:37:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action()
    29.01.2023 08:37:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...')
    29.01.2023 08:37:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...')
    29.01.2023 08:37:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...')
    29.01.2023 08:37:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...')
    29.01.2023 08:37:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #15 {main}
    29.01.2023 08:37:08 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163
    29.01.2023 08:37:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163
    29.01.2023 08:37:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] Stack trace:
    29.01.2023 08:37:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct()
    29.01.2023 08:37:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register()
    29.01.2023 08:37:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget()
    29.01.2023 08:37:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets()
    29.01.2023 08:37:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
    29.01.2023 08:37:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action()
    29.01.2023 08:37:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action()
    29.01.2023 08:37:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init()
    29.01.2023 08:37:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
    29.01.2023 08:37:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action()
    29.01.2023 08:37:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action()
    29.01.2023 08:37:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...')
    29.01.2023 08:37:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...')
    29.01.2023 08:37:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-admin/admin.php(34): require_once('...')
    29.01.2023 08:37:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-admin/update-core.php(10): require_once('...')
    29.01.2023 08:37:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #15 {main}
    29.01.2023 08:37:22 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163
    29.01.2023 08:37:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163
    29.01.2023 08:37:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] Stack trace:
    29.01.2023 08:37:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct()
    29.01.2023 08:37:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register()
    29.01.2023 08:37:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget()
    29.01.2023 08:37:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets()
    29.01.2023 08:37:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
    29.01.2023 08:37:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action()
    29.01.2023 08:37:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action()
    29.01.2023 08:37:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init()
    29.01.2023 08:37:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
    29.01.2023 08:37:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action()
    29.01.2023 08:37:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action()
    29.01.2023 08:37:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(88): require_once('...')
    29.01.2023 08:37:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...')
    29.01.2023 08:37:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...')
    29.01.2023 08:37:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...')
    29.01.2023 08:37:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #15 {main}
    29.01.2023 08:37:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163
    29.01.2023 09:45:10 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: sh: gs: command not found: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/site-health.php
    29.01.2023 11:41:23 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: sh: gs: command not found: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/site-health.php
    29.01.2023 14:59:33 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 14:59:33 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 14:59:33 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 14:59:33 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 14:59:33 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 14:59:33 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 14:59:33 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 14:59:33 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 14:59:33 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 14:59:33 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 14:59:33 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 14:59:33 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 14:59:33 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 14:59:33 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(94): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 14:59:33 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 14:59:33 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 14:59:33 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 14:59:33 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 14:59:33 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 14:59:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 14:59:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 14:59:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 14:59:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 14:59:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 14:59:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 14:59:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 14:59:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 14:59:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 14:59:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 14:59:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 14:59:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 14:59:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 14:59:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(94): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 14:59:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 14:59:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 14:59:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 14:59:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 14:59:35 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 15:00:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163
    29.01.2023 15:00:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] Stack trace:
    29.01.2023 15:00:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct()
    29.01.2023 15:00:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register()
    29.01.2023 15:00:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget()
    29.01.2023 15:00:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets()
    29.01.2023 15:00:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
    29.01.2023 15:00:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action()
    29.01.2023 15:00:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action()
    29.01.2023 15:00:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init()
    29.01.2023 15:00:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
    29.01.2023 15:00:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action()
    29.01.2023 15:00:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action()
    29.01.2023 15:00:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(94): require_once('...')
    29.01.2023 15:00:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...')
    29.01.2023 15:00:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...')
    29.01.2023 15:00:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...')
    29.01.2023 15:00:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #15 {main}
    29.01.2023 15:00:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163
    29.01.2023 15:00:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 185.178.24.0] PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163
    29.01.2023 15:00:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 185.178.24.0] Stack trace:
    29.01.2023 15:00:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 185.178.24.0] #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct()
    29.01.2023 15:00:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 185.178.24.0] #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register()
    29.01.2023 15:00:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 185.178.24.0] #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget()
    29.01.2023 15:00:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 185.178.24.0] #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets()
    29.01.2023 15:00:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 185.178.24.0] #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
    29.01.2023 15:00:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 185.178.24.0] #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action()
    29.01.2023 15:00:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 185.178.24.0] #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action()
    29.01.2023 15:00:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 185.178.24.0] #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init()
    29.01.2023 15:00:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 185.178.24.0] #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
    29.01.2023 15:00:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 185.178.24.0] #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action()
    29.01.2023 15:00:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 185.178.24.0] #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action()
    29.01.2023 15:00:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 185.178.24.0] #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(94): require_once('...')
    29.01.2023 15:00:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 185.178.24.0] #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...')
    29.01.2023 15:00:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 185.178.24.0] #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...')
    29.01.2023 15:00:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 185.178.24.0] #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...')
    29.01.2023 15:00:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 185.178.24.0] #15 {main}
    29.01.2023 15:00:12 tsv-sadelkow-gnadenhof-sonnenschein.de [client 185.178.24.0] thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163
    29.01.2023 15:00:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163
    29.01.2023 15:00:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] Stack trace:
    29.01.2023 15:00:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct()
    29.01.2023 15:00:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register()
    29.01.2023 15:00:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget()
    29.01.2023 15:00:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets()
    29.01.2023 15:00:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
    29.01.2023 15:00:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action()
    29.01.2023 15:00:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action()
    29.01.2023 15:00:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init()
    29.01.2023 15:00:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
    29.01.2023 15:00:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action()
    29.01.2023 15:00:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action()
    29.01.2023 15:00:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(94): require_once('...')
    29.01.2023 15:00:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...')
    29.01.2023 15:00:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...')
    29.01.2023 15:00:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...')
    29.01.2023 15:00:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #15 {main}
    29.01.2023 15:00:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163
    29.01.2023 15:00:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 185.178.24.0] PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163
    29.01.2023 15:00:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 185.178.24.0] Stack trace:
    29.01.2023 15:00:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 185.178.24.0] #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct()
    29.01.2023 15:00:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 185.178.24.0] #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register()
    29.01.2023 15:00:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 185.178.24.0] #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget()
    29.01.2023 15:00:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 185.178.24.0] #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets()
    29.01.2023 15:00:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 185.178.24.0] #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
    29.01.2023 15:00:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 185.178.24.0] #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action()
    29.01.2023 15:00:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 185.178.24.0] #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action()
    29.01.2023 15:00:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 185.178.24.0] #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init()
    29.01.2023 15:00:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 185.178.24.0] #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
    29.01.2023 15:00:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 185.178.24.0] #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action()
    29.01.2023 15:00:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 185.178.24.0] #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action()
    29.01.2023 15:00:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 185.178.24.0] #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(94): require_once('...')
    29.01.2023 15:00:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 185.178.24.0] #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...')
    29.01.2023 15:00:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 185.178.24.0] #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...')
    29.01.2023 15:00:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 185.178.24.0] #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...')
    29.01.2023 15:00:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 185.178.24.0] #15 {main}
    29.01.2023 15:00:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 185.178.24.0] thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163
    29.01.2023 15:00:16 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163
    29.01.2023 15:00:16 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] Stack trace:
    29.01.2023 15:00:16 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct()
    29.01.2023 15:00:16 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register()
    29.01.2023 15:00:16 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget()
    29.01.2023 15:00:16 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets()
    29.01.2023 15:00:16 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
    29.01.2023 15:00:16 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action()
    29.01.2023 15:00:16 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action()
    29.01.2023 15:00:16 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init()
    29.01.2023 15:00:16 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
    29.01.2023 15:00:16 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action()
    29.01.2023 15:00:16 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action()
    29.01.2023 15:00:16 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(94): require_once('...')
    29.01.2023 15:00:16 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...')
    29.01.2023 15:00:16 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...')
    29.01.2023 15:00:16 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...')
    29.01.2023 15:00:16 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #15 {main}
    29.01.2023 15:00:16 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163
    29.01.2023 15:00:17 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163
    29.01.2023 15:00:17 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] Stack trace:
    29.01.2023 15:00:17 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct()
    29.01.2023 15:00:17 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register()
    29.01.2023 15:00:17 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget()
    29.01.2023 15:00:17 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets()
    29.01.2023 15:00:17 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
    29.01.2023 15:00:17 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action()
    29.01.2023 15:00:17 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action()
    29.01.2023 15:00:17 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init()
    29.01.2023 15:00:17 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
    29.01.2023 15:00:17 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action()
    29.01.2023 15:00:17 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action()
    29.01.2023 15:00:17 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(94): require_once('...')
    29.01.2023 15:00:17 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...')
    29.01.2023 15:00:17 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...')
    29.01.2023 15:00:17 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...')
    29.01.2023 15:00:17 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] #15 {main}
    29.01.2023 15:00:17 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163
    29.01.2023 15:16:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 15:16:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 15:16:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 15:16:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 15:16:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 15:16:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 15:16:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 15:16:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 15:16:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 15:16:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 15:16:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 15:16:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 15:16:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 15:16:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(92): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 15:16:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 15:16:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 15:16:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 15:16:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 15:16:36 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 15:16:39 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 15:16:39 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: Stack trace:: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 15:16:39 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 15:16:39 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 15:16:39 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 15:16:39 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 15:16:39 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 15:16:39 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 15:16:39 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 15:16:39 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 15:16:39 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 15:16:39 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 15:16:39 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action(): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 15:16:39 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(92): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 15:16:39 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 15:16:39 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 15:16:39 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...'): /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 15:16:39 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: #15 {main}: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 15:16:39 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215:   thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/index.php
    29.01.2023 15:25:13 tsv-sadelkow-gnadenhof-sonnenschein.de [client 2a02:8109:8e00::] AH01215: sh: gs: command not found: /home/strato/http/premium/rid/08/66/540866/htdocs/WordPress_02/wp-admin/site-health.php
    Thread-Starter anekmst

    (@anekmst)

    Und hier der debug log:

    [29-Jan-2023 14:19:58 UTC] PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163
    Stack trace:
    #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct()
    #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register()
    #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget()
    #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets()
    #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
    #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action()
    #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action()
    #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init()
    #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
    #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action()
    #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action()
    #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(104): require_once('...')
    #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...')
    #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...')
    #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...')
    #15 {main}
      thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163
    [29-Jan-2023 14:20:00 UTC] PHP Fatal error:  Uncaught ArgumentCountError: Too few arguments to function WP_Widget::__construct(), 0 passed in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php on line 62 and at least 2 expected in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php:163
    Stack trace:
    #0 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget-factory.php(62): WP_Widget->__construct()
    #1 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(115): WP_Widget_Factory->register()
    #2 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-widgets.php(6): register_widget()
    #3 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): register_mh_widgets()
    #4 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
    #5 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action()
    #6 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/widgets.php(1854): do_action()
    #7 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(308): wp_widgets_init()
    #8 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
    #9 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/plugin.php(517): WP_Hook->do_action()
    #10 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-settings.php(617): do_action()
    #11 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-config.php(104): require_once('...')
    #12 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-load.php(50): require_once('...')
    #13 /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-blog-header.php(13): require_once('...')
    #14 /mnt/web502/e0/66/540866/htdocs/WordPress_02/index.php(17): require('...')
    #15 {main}
      thrown in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/class-wp-widget.php on line 163
    [29-Jan-2023 14:20:53 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_facebook_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-facebook-likebox.php on line 5
    [29-Jan-2023 14:20:53 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_posts_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-posts.php on line 5
    [29-Jan-2023 14:20:53 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_pages_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-pages.php on line 5
    [29-Jan-2023 14:20:53 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_nip_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-nip.php on line 5
    [29-Jan-2023 14:20:53 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_comments_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-comments.php on line 5
    [29-Jan-2023 14:20:53 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_slider_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-slider.php on line 5
    [29-Jan-2023 14:20:53 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_slider_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-slider.php on line 5
    [29-Jan-2023 14:20:53 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_spotlight_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-spotlight.php on line 5
    [29-Jan-2023 14:20:53 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_carousel_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-carousel.php on line 5
    [29-Jan-2023 14:20:53 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_authors_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-authors.php on line 5
    [29-Jan-2023 14:20:53 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_social_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-social.php on line 5
    [29-Jan-2023 14:20:53 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_affiliate_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-affiliate.php on line 5
    [29-Jan-2023 14:20:53 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_advertising_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-advertising.php on line 5
    [29-Jan-2023 14:20:53 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_facebook_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:20:53 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_posts_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:20:53 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_pages_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:20:53 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_nip_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:20:53 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_comments_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:20:53 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_slider_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:20:53 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_slider_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:20:53 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_spotlight_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:20:53 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_carousel_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:20:53 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_authors_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:20:53 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_social_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:20:53 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_affiliate_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:20:53 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_advertising_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:20:54 UTC] PHP Notice:  Undefined index: font_size in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-options.php on line 210
    [29-Jan-2023 14:20:54 UTC] PHP Notice:  Undefined index: color_text_second in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-options.php on line 298
    [29-Jan-2023 14:20:55 UTC] PHP Notice:  Undefined index: tracking_code in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/footer.php on line 35
    [29-Jan-2023 14:20:57 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_facebook_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-facebook-likebox.php on line 5
    [29-Jan-2023 14:20:57 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_posts_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-posts.php on line 5
    [29-Jan-2023 14:20:57 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_pages_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-pages.php on line 5
    [29-Jan-2023 14:20:57 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_nip_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-nip.php on line 5
    [29-Jan-2023 14:20:57 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_comments_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-comments.php on line 5
    [29-Jan-2023 14:20:57 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_slider_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-slider.php on line 5
    [29-Jan-2023 14:20:57 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_slider_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-slider.php on line 5
    [29-Jan-2023 14:20:57 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_spotlight_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-spotlight.php on line 5
    [29-Jan-2023 14:20:57 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_carousel_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-carousel.php on line 5
    [29-Jan-2023 14:20:57 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_authors_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-authors.php on line 5
    [29-Jan-2023 14:20:57 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_social_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-social.php on line 5
    [29-Jan-2023 14:20:57 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_affiliate_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-affiliate.php on line 5
    [29-Jan-2023 14:20:57 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_advertising_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-advertising.php on line 5
    [29-Jan-2023 14:20:57 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_facebook_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:20:57 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_posts_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:20:57 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_pages_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:20:57 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_nip_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:20:57 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_comments_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:20:57 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_slider_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:20:57 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_slider_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:20:57 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_spotlight_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:20:57 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_carousel_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:20:57 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_authors_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:20:57 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_social_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:20:57 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_affiliate_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:20:57 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_advertising_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:20:58 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_facebook_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-facebook-likebox.php on line 5
    [29-Jan-2023 14:20:58 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_posts_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-posts.php on line 5
    [29-Jan-2023 14:20:58 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_pages_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-pages.php on line 5
    [29-Jan-2023 14:20:58 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_nip_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-nip.php on line 5
    [29-Jan-2023 14:20:58 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_comments_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-comments.php on line 5
    [29-Jan-2023 14:20:58 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_slider_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-slider.php on line 5
    [29-Jan-2023 14:20:58 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_slider_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-slider.php on line 5
    [29-Jan-2023 14:20:58 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_spotlight_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-spotlight.php on line 5
    [29-Jan-2023 14:20:58 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_carousel_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-carousel.php on line 5
    [29-Jan-2023 14:20:58 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_authors_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-authors.php on line 5
    [29-Jan-2023 14:20:58 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_social_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-social.php on line 5
    [29-Jan-2023 14:20:58 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_affiliate_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-affiliate.php on line 5
    [29-Jan-2023 14:20:58 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_advertising_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-advertising.php on line 5
    [29-Jan-2023 14:20:58 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_facebook_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:20:58 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_posts_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:20:58 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_pages_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:20:58 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_nip_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:20:58 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_comments_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:20:58 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_slider_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:20:58 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_slider_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:20:58 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_spotlight_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:20:58 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_carousel_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:20:58 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_authors_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:20:58 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_social_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:20:58 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_affiliate_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:20:58 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_advertising_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:00 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_facebook_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-facebook-likebox.php on line 5
    [29-Jan-2023 14:21:00 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_posts_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-posts.php on line 5
    [29-Jan-2023 14:21:00 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_pages_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-pages.php on line 5
    [29-Jan-2023 14:21:00 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_nip_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-nip.php on line 5
    [29-Jan-2023 14:21:00 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_comments_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-comments.php on line 5
    [29-Jan-2023 14:21:00 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_slider_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-slider.php on line 5
    [29-Jan-2023 14:21:00 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_slider_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-slider.php on line 5
    [29-Jan-2023 14:21:00 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_spotlight_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-spotlight.php on line 5
    [29-Jan-2023 14:21:00 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_carousel_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-carousel.php on line 5
    [29-Jan-2023 14:21:00 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_authors_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-authors.php on line 5
    [29-Jan-2023 14:21:00 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_social_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-social.php on line 5
    [29-Jan-2023 14:21:00 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_affiliate_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-affiliate.php on line 5
    [29-Jan-2023 14:21:00 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_advertising_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-advertising.php on line 5
    [29-Jan-2023 14:21:00 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_facebook_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:00 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_posts_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:00 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_pages_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:00 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_nip_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:00 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_comments_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:00 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_slider_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:00 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_slider_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:00 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_spotlight_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:00 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_carousel_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:00 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_authors_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:00 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_social_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:00 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_affiliate_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:00 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_advertising_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:02 UTC] PHP Notice:  Undefined index: font_size in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-options.php on line 210
    [29-Jan-2023 14:21:02 UTC] PHP Notice:  Undefined index: color_text_second in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-options.php on line 298
    [29-Jan-2023 14:21:03 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_facebook_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-facebook-likebox.php on line 5
    [29-Jan-2023 14:21:03 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_posts_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-posts.php on line 5
    [29-Jan-2023 14:21:03 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_pages_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-pages.php on line 5
    [29-Jan-2023 14:21:03 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_nip_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-nip.php on line 5
    [29-Jan-2023 14:21:03 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_comments_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-comments.php on line 5
    [29-Jan-2023 14:21:03 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_slider_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-slider.php on line 5
    [29-Jan-2023 14:21:03 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_slider_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-slider.php on line 5
    [29-Jan-2023 14:21:03 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_spotlight_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-spotlight.php on line 5
    [29-Jan-2023 14:21:03 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_carousel_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-carousel.php on line 5
    [29-Jan-2023 14:21:03 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_authors_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-authors.php on line 5
    [29-Jan-2023 14:21:03 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_social_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-social.php on line 5
    [29-Jan-2023 14:21:03 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_affiliate_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-affiliate.php on line 5
    [29-Jan-2023 14:21:03 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_advertising_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-advertising.php on line 5
    [29-Jan-2023 14:21:03 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_facebook_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:03 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_posts_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:03 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_pages_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:03 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_nip_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:03 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_comments_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:03 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_slider_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:03 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_slider_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:03 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_spotlight_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:03 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_carousel_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:03 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_authors_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:03 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_social_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:03 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_affiliate_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:03 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_advertising_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:03 UTC] PHP Notice:  Undefined index: tracking_code in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/footer.php on line 35
    [29-Jan-2023 14:21:06 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_facebook_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-facebook-likebox.php on line 5
    [29-Jan-2023 14:21:06 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_posts_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-posts.php on line 5
    [29-Jan-2023 14:21:06 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_pages_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-pages.php on line 5
    [29-Jan-2023 14:21:06 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_nip_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-nip.php on line 5
    [29-Jan-2023 14:21:06 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_comments_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-comments.php on line 5
    [29-Jan-2023 14:21:06 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_slider_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-slider.php on line 5
    [29-Jan-2023 14:21:06 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_slider_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-slider.php on line 5
    [29-Jan-2023 14:21:06 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_spotlight_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-spotlight.php on line 5
    [29-Jan-2023 14:21:06 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_carousel_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-carousel.php on line 5
    [29-Jan-2023 14:21:06 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_authors_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-authors.php on line 5
    [29-Jan-2023 14:21:06 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_social_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-social.php on line 5
    [29-Jan-2023 14:21:06 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_affiliate_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-affiliate.php on line 5
    [29-Jan-2023 14:21:06 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_advertising_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-advertising.php on line 5
    [29-Jan-2023 14:21:06 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_facebook_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:06 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_posts_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:06 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_pages_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:06 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_nip_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:06 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_comments_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:06 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_slider_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:06 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_slider_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:06 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_spotlight_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:06 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_carousel_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:06 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_authors_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:06 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_social_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:06 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_affiliate_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:06 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_advertising_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:14 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_facebook_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-facebook-likebox.php on line 5
    [29-Jan-2023 14:21:14 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_posts_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-posts.php on line 5
    [29-Jan-2023 14:21:14 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_pages_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-pages.php on line 5
    [29-Jan-2023 14:21:14 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_nip_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-nip.php on line 5
    [29-Jan-2023 14:21:14 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_comments_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-comments.php on line 5
    [29-Jan-2023 14:21:14 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_slider_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-slider.php on line 5
    [29-Jan-2023 14:21:14 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_slider_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-slider.php on line 5
    [29-Jan-2023 14:21:14 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_spotlight_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-spotlight.php on line 5
    [29-Jan-2023 14:21:14 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_carousel_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-carousel.php on line 5
    [29-Jan-2023 14:21:14 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_authors_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-authors.php on line 5
    [29-Jan-2023 14:21:14 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_social_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-social.php on line 5
    [29-Jan-2023 14:21:14 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_affiliate_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-affiliate.php on line 5
    [29-Jan-2023 14:21:14 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_advertising_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-advertising.php on line 5
    [29-Jan-2023 14:21:14 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_facebook_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:14 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_posts_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:14 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_pages_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:14 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_nip_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:14 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_comments_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:14 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_slider_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:14 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_slider_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:14 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_spotlight_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:15 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_carousel_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:15 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_authors_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:15 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_social_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:15 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_affiliate_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:15 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_advertising_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:19 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_facebook_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-facebook-likebox.php on line 5
    [29-Jan-2023 14:21:19 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_posts_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-posts.php on line 5
    [29-Jan-2023 14:21:19 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_pages_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-pages.php on line 5
    [29-Jan-2023 14:21:19 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_nip_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-nip.php on line 5
    [29-Jan-2023 14:21:19 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_comments_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-comments.php on line 5
    [29-Jan-2023 14:21:19 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_slider_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-slider.php on line 5
    [29-Jan-2023 14:21:19 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_slider_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-slider.php on line 5
    [29-Jan-2023 14:21:19 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_spotlight_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-spotlight.php on line 5
    [29-Jan-2023 14:21:19 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_carousel_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-carousel.php on line 5
    [29-Jan-2023 14:21:19 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_authors_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-authors.php on line 5
    [29-Jan-2023 14:21:19 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_social_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-social.php on line 5
    [29-Jan-2023 14:21:19 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_affiliate_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-affiliate.php on line 5
    [29-Jan-2023 14:21:19 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_advertising_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-advertising.php on line 5
    [29-Jan-2023 14:21:19 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_facebook_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:19 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_posts_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:19 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_pages_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:19 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_nip_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:19 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_comments_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:19 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_slider_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:19 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_slider_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:19 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_spotlight_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:19 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_carousel_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:19 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_authors_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:19 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_social_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:19 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_affiliate_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:19 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_advertising_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:22 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_facebook_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-facebook-likebox.php on line 5
    [29-Jan-2023 14:21:22 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_posts_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-posts.php on line 5
    [29-Jan-2023 14:21:22 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_pages_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-pages.php on line 5
    [29-Jan-2023 14:21:22 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_nip_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-nip.php on line 5
    [29-Jan-2023 14:21:22 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_comments_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-comments.php on line 5
    [29-Jan-2023 14:21:22 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_slider_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-slider.php on line 5
    [29-Jan-2023 14:21:22 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_slider_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-slider.php on line 5
    [29-Jan-2023 14:21:22 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_spotlight_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-spotlight.php on line 5
    [29-Jan-2023 14:21:22 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_carousel_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-carousel.php on line 5
    [29-Jan-2023 14:21:22 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_authors_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-authors.php on line 5
    [29-Jan-2023 14:21:22 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_social_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-social.php on line 5
    [29-Jan-2023 14:21:22 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_affiliate_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-affiliate.php on line 5
    [29-Jan-2023 14:21:22 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_advertising_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-advertising.php on line 5
    [29-Jan-2023 14:21:22 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_facebook_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:22 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_posts_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:22 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_pages_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:22 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_nip_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:22 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_comments_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:22 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_slider_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:22 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_slider_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:22 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_spotlight_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:22 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_carousel_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:22 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_authors_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:22 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_social_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:22 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_affiliate_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:22 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_advertising_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_facebook_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-facebook-likebox.php on line 5
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_posts_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-posts.php on line 5
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_pages_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-pages.php on line 5
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_nip_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-nip.php on line 5
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_comments_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-comments.php on line 5
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_slider_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-slider.php on line 5
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_slider_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-slider.php on line 5
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_spotlight_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-spotlight.php on line 5
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_carousel_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-carousel.php on line 5
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_authors_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-authors.php on line 5
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_social_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-social.php on line 5
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_affiliate_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-affiliate.php on line 5
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_advertising_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-advertising.php on line 5
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_facebook_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-facebook-likebox.php on line 5
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_posts_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-posts.php on line 5
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_pages_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-pages.php on line 5
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_nip_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-nip.php on line 5
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_comments_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-comments.php on line 5
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_slider_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-slider.php on line 5
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_slider_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-slider.php on line 5
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_spotlight_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-spotlight.php on line 5
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_carousel_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-carousel.php on line 5
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_authors_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-authors.php on line 5
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_social_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-social.php on line 5
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_affiliate_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-affiliate.php on line 5
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_advertising_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-advertising.php on line 5
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_facebook_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_posts_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_pages_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_nip_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_comments_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_slider_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_slider_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_spotlight_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_carousel_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_authors_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_social_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_affiliate_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_advertising_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_facebook_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_posts_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_pages_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_nip_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_comments_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_slider_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_slider_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_spotlight_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_carousel_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_authors_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_social_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_affiliate_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_advertising_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_facebook_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-facebook-likebox.php on line 5
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_posts_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-posts.php on line 5
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_pages_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-pages.php on line 5
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_nip_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-nip.php on line 5
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_comments_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-comments.php on line 5
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_slider_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-slider.php on line 5
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_slider_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-slider.php on line 5
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_spotlight_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-spotlight.php on line 5
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_carousel_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-carousel.php on line 5
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_authors_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-authors.php on line 5
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_social_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-social.php on line 5
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_affiliate_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-affiliate.php on line 5
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_advertising_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-advertising.php on line 5
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_facebook_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_posts_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_pages_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_nip_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_comments_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_slider_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_slider_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_spotlight_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_carousel_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_authors_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_social_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_affiliate_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:21:27 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_advertising_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:21 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_facebook_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-facebook-likebox.php on line 5
    [29-Jan-2023 14:22:21 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_posts_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-posts.php on line 5
    [29-Jan-2023 14:22:21 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_pages_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-pages.php on line 5
    [29-Jan-2023 14:22:21 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_nip_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-nip.php on line 5
    [29-Jan-2023 14:22:21 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_comments_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-comments.php on line 5
    [29-Jan-2023 14:22:21 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_slider_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-slider.php on line 5
    [29-Jan-2023 14:22:21 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_slider_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-slider.php on line 5
    [29-Jan-2023 14:22:21 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_spotlight_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-spotlight.php on line 5
    [29-Jan-2023 14:22:21 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_carousel_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-carousel.php on line 5
    [29-Jan-2023 14:22:21 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_authors_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-authors.php on line 5
    [29-Jan-2023 14:22:21 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_social_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-social.php on line 5
    [29-Jan-2023 14:22:21 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_affiliate_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-affiliate.php on line 5
    [29-Jan-2023 14:22:21 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_advertising_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-advertising.php on line 5
    [29-Jan-2023 14:22:21 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_facebook_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:21 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_posts_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:21 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_pages_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:21 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_nip_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:21 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_comments_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:21 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_slider_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:21 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_slider_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:21 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_spotlight_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:21 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_carousel_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:21 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_authors_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:21 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_social_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:21 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_affiliate_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:21 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_advertising_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:28 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_facebook_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-facebook-likebox.php on line 5
    [29-Jan-2023 14:22:28 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_posts_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-posts.php on line 5
    [29-Jan-2023 14:22:28 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_pages_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-pages.php on line 5
    [29-Jan-2023 14:22:28 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_nip_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-nip.php on line 5
    [29-Jan-2023 14:22:28 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_comments_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-comments.php on line 5
    [29-Jan-2023 14:22:28 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_slider_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-slider.php on line 5
    [29-Jan-2023 14:22:28 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_slider_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-slider.php on line 5
    [29-Jan-2023 14:22:28 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_spotlight_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-spotlight.php on line 5
    [29-Jan-2023 14:22:28 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_carousel_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-carousel.php on line 5
    [29-Jan-2023 14:22:28 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_authors_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-authors.php on line 5
    [29-Jan-2023 14:22:28 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_social_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-social.php on line 5
    [29-Jan-2023 14:22:28 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_affiliate_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-affiliate.php on line 5
    [29-Jan-2023 14:22:28 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_advertising_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-advertising.php on line 5
    [29-Jan-2023 14:22:28 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_facebook_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:28 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_posts_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:28 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_pages_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:28 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_nip_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:28 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_comments_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:28 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_slider_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:28 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_slider_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:28 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_spotlight_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:28 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_carousel_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:28 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_authors_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:28 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_social_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:28 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_affiliate_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:28 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_advertising_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:49 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_facebook_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-facebook-likebox.php on line 5
    [29-Jan-2023 14:22:49 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_posts_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-posts.php on line 5
    [29-Jan-2023 14:22:49 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_pages_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-pages.php on line 5
    [29-Jan-2023 14:22:49 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_nip_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-nip.php on line 5
    [29-Jan-2023 14:22:49 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_comments_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-comments.php on line 5
    [29-Jan-2023 14:22:49 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_slider_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-slider.php on line 5
    [29-Jan-2023 14:22:49 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_slider_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-slider.php on line 5
    [29-Jan-2023 14:22:49 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_spotlight_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-spotlight.php on line 5
    [29-Jan-2023 14:22:49 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_carousel_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-carousel.php on line 5
    [29-Jan-2023 14:22:49 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_authors_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-authors.php on line 5
    [29-Jan-2023 14:22:49 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_social_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-social.php on line 5
    [29-Jan-2023 14:22:49 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_affiliate_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-affiliate.php on line 5
    [29-Jan-2023 14:22:49 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_advertising_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-advertising.php on line 5
    [29-Jan-2023 14:22:49 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_facebook_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:49 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_posts_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:49 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_pages_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:49 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_nip_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:49 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_comments_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:49 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_slider_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:49 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_slider_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:49 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_spotlight_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:49 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_carousel_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:49 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_authors_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:49 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_social_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:49 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_affiliate_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:49 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_advertising_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:52 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_facebook_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-facebook-likebox.php on line 5
    [29-Jan-2023 14:22:52 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_posts_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-posts.php on line 5
    [29-Jan-2023 14:22:52 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_pages_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-pages.php on line 5
    [29-Jan-2023 14:22:52 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_nip_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-nip.php on line 5
    [29-Jan-2023 14:22:52 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_comments_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-comments.php on line 5
    [29-Jan-2023 14:22:52 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_slider_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-slider.php on line 5
    [29-Jan-2023 14:22:52 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_slider_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-slider.php on line 5
    [29-Jan-2023 14:22:52 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_spotlight_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-spotlight.php on line 5
    [29-Jan-2023 14:22:52 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_carousel_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-carousel.php on line 5
    [29-Jan-2023 14:22:52 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_authors_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-authors.php on line 5
    [29-Jan-2023 14:22:52 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_social_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-social.php on line 5
    [29-Jan-2023 14:22:52 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_affiliate_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-affiliate.php on line 5
    [29-Jan-2023 14:22:52 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_advertising_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-advertising.php on line 5
    [29-Jan-2023 14:22:52 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_facebook_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:52 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_posts_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:52 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_pages_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:52 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_nip_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:52 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_comments_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:52 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_slider_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:52 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_slider_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:52 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_spotlight_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:52 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_carousel_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:52 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_authors_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:52 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_social_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:52 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_affiliate_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:52 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_advertising_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:59 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_facebook_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-facebook-likebox.php on line 5
    [29-Jan-2023 14:22:59 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_posts_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-posts.php on line 5
    [29-Jan-2023 14:22:59 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_pages_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-pages.php on line 5
    [29-Jan-2023 14:22:59 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_nip_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-nip.php on line 5
    [29-Jan-2023 14:22:59 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_comments_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-comments.php on line 5
    [29-Jan-2023 14:22:59 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_slider_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-slider.php on line 5
    [29-Jan-2023 14:22:59 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_slider_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-slider.php on line 5
    [29-Jan-2023 14:22:59 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_spotlight_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-spotlight.php on line 5
    [29-Jan-2023 14:22:59 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_carousel_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-carousel.php on line 5
    [29-Jan-2023 14:22:59 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_authors_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-authors.php on line 5
    [29-Jan-2023 14:22:59 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_social_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-social.php on line 5
    [29-Jan-2023 14:22:59 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_affiliate_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-affiliate.php on line 5
    [29-Jan-2023 14:22:59 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_advertising_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-advertising.php on line 5
    [29-Jan-2023 14:22:59 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_facebook_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:59 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_posts_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:59 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_pages_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:59 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_nip_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:59 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_comments_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:59 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_slider_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:59 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_slider_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:59 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_spotlight_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:59 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_carousel_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:59 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_authors_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:59 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_social_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:59 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_affiliate_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:22:59 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_advertising_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_facebook_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-facebook-likebox.php on line 5
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_posts_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-posts.php on line 5
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_pages_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-pages.php on line 5
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_nip_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-nip.php on line 5
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_comments_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-comments.php on line 5
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_slider_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-slider.php on line 5
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_slider_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-slider.php on line 5
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_spotlight_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-spotlight.php on line 5
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_carousel_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-carousel.php on line 5
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_authors_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-authors.php on line 5
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_social_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-social.php on line 5
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_affiliate_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-affiliate.php on line 5
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_advertising_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-advertising.php on line 5
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_facebook_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-facebook-likebox.php on line 5
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_posts_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-posts.php on line 5
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_pages_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-pages.php on line 5
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_nip_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-nip.php on line 5
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_comments_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-comments.php on line 5
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_slider_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-slider.php on line 5
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_slider_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-slider.php on line 5
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_facebook_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_posts_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_pages_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_nip_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_spotlight_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-spotlight.php on line 5
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_comments_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_slider_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_slider_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_spotlight_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_carousel_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_carousel_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-carousel.php on line 5
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_authors_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_social_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_affiliate_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_advertising_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_authors_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-authors.php on line 5
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_social_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-social.php on line 5
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_affiliate_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-affiliate.php on line 5
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_advertising_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-advertising.php on line 5
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_facebook_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_posts_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_pages_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_nip_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_comments_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_slider_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_slider_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_spotlight_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_carousel_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_authors_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_social_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_affiliate_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:03 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_advertising_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:06 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_facebook_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-facebook-likebox.php on line 5
    [29-Jan-2023 14:23:06 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_posts_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-posts.php on line 5
    [29-Jan-2023 14:23:06 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_pages_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-pages.php on line 5
    [29-Jan-2023 14:23:06 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_nip_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-nip.php on line 5
    [29-Jan-2023 14:23:06 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_comments_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-comments.php on line 5
    [29-Jan-2023 14:23:06 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_slider_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-slider.php on line 5
    [29-Jan-2023 14:23:06 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_slider_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-slider.php on line 5
    [29-Jan-2023 14:23:06 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_spotlight_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-spotlight.php on line 5
    [29-Jan-2023 14:23:06 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_carousel_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-carousel.php on line 5
    [29-Jan-2023 14:23:06 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_authors_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-authors.php on line 5
    [29-Jan-2023 14:23:06 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_social_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-social.php on line 5
    [29-Jan-2023 14:23:06 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_affiliate_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-affiliate.php on line 5
    [29-Jan-2023 14:23:06 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_advertising_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-advertising.php on line 5
    [29-Jan-2023 14:23:06 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_facebook_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:06 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_posts_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:06 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_pages_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:06 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_nip_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:06 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_comments_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:06 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_slider_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:06 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_slider_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:06 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_spotlight_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:06 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_carousel_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:06 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_authors_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:06 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_social_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:06 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_affiliate_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:06 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_advertising_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:11 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_facebook_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-facebook-likebox.php on line 5
    [29-Jan-2023 14:23:11 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_posts_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-posts.php on line 5
    [29-Jan-2023 14:23:11 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_pages_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-pages.php on line 5
    [29-Jan-2023 14:23:11 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_nip_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-nip.php on line 5
    [29-Jan-2023 14:23:11 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_comments_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-comments.php on line 5
    [29-Jan-2023 14:23:11 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_slider_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-slider.php on line 5
    [29-Jan-2023 14:23:11 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_slider_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-slider.php on line 5
    [29-Jan-2023 14:23:11 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_spotlight_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-spotlight.php on line 5
    [29-Jan-2023 14:23:11 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_carousel_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-carousel.php on line 5
    [29-Jan-2023 14:23:11 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_authors_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-authors.php on line 5
    [29-Jan-2023 14:23:11 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_social_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-social.php on line 5
    [29-Jan-2023 14:23:11 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_affiliate_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-affiliate.php on line 5
    [29-Jan-2023 14:23:11 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_advertising_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-advertising.php on line 5
    [29-Jan-2023 14:23:11 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_facebook_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:11 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_posts_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:11 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_pages_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:11 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_nip_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:11 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_comments_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:11 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_slider_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:11 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_slider_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:11 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_spotlight_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:11 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_carousel_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:11 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_authors_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:11 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_social_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:11 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_affiliate_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:11 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_advertising_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:13 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_facebook_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-facebook-likebox.php on line 5
    [29-Jan-2023 14:23:13 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_posts_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-posts.php on line 5
    [29-Jan-2023 14:23:13 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_pages_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-pages.php on line 5
    [29-Jan-2023 14:23:13 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_nip_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-nip.php on line 5
    [29-Jan-2023 14:23:13 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_comments_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-comments.php on line 5
    [29-Jan-2023 14:23:13 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_slider_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-slider.php on line 5
    [29-Jan-2023 14:23:13 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_slider_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-slider.php on line 5
    [29-Jan-2023 14:23:13 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_spotlight_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-spotlight.php on line 5
    [29-Jan-2023 14:23:13 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_carousel_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-carousel.php on line 5
    [29-Jan-2023 14:23:13 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_authors_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-authors.php on line 5
    [29-Jan-2023 14:23:13 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_social_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-social.php on line 5
    [29-Jan-2023 14:23:13 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_affiliate_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-affiliate.php on line 5
    [29-Jan-2023 14:23:13 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_advertising_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-advertising.php on line 5
    [29-Jan-2023 14:23:13 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_facebook_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:13 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_posts_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:13 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_pages_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:13 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_nip_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:13 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_comments_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:13 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_slider_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:13 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_slider_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:13 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_spotlight_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:13 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_carousel_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:13 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_authors_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:13 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_social_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:13 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_affiliate_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:13 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_advertising_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:16 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_facebook_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-facebook-likebox.php on line 5
    [29-Jan-2023 14:23:16 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_posts_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-posts.php on line 5
    [29-Jan-2023 14:23:16 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_pages_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-pages.php on line 5
    [29-Jan-2023 14:23:16 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_nip_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-nip.php on line 5
    [29-Jan-2023 14:23:16 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_comments_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-comments.php on line 5
    [29-Jan-2023 14:23:16 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_slider_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-slider.php on line 5
    [29-Jan-2023 14:23:16 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_slider_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-slider.php on line 5
    [29-Jan-2023 14:23:16 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_spotlight_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-spotlight.php on line 5
    [29-Jan-2023 14:23:16 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_carousel_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-carousel.php on line 5
    [29-Jan-2023 14:23:16 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_authors_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-authors.php on line 5
    [29-Jan-2023 14:23:16 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_social_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-social.php on line 5
    [29-Jan-2023 14:23:16 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_affiliate_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-affiliate.php on line 5
    [29-Jan-2023 14:23:16 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_advertising_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-advertising.php on line 5
    [29-Jan-2023 14:23:16 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_facebook_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:16 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_posts_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:16 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_pages_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:16 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_nip_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:16 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_comments_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:16 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_slider_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:16 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_slider_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:16 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_spotlight_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:16 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_carousel_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:16 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_authors_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:16 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_social_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:16 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_affiliate_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:16 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_advertising_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:17 UTC] PHP Notice:  Undefined index: font_size in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-options.php on line 210
    [29-Jan-2023 14:23:17 UTC] PHP Notice:  Undefined index: color_text_second in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-options.php on line 298
    [29-Jan-2023 14:23:18 UTC] PHP Notice:  Undefined index: tracking_code in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/footer.php on line 35
    [29-Jan-2023 14:23:22 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_facebook_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-facebook-likebox.php on line 5
    [29-Jan-2023 14:23:22 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_posts_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-posts.php on line 5
    [29-Jan-2023 14:23:22 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_pages_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-pages.php on line 5
    [29-Jan-2023 14:23:22 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_nip_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-nip.php on line 5
    [29-Jan-2023 14:23:22 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_comments_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-comments.php on line 5
    [29-Jan-2023 14:23:22 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_slider_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-slider.php on line 5
    [29-Jan-2023 14:23:22 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_slider_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-slider.php on line 5
    [29-Jan-2023 14:23:22 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_spotlight_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-spotlight.php on line 5
    [29-Jan-2023 14:23:22 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_carousel_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-carousel.php on line 5
    [29-Jan-2023 14:23:22 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_authors_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-authors.php on line 5
    [29-Jan-2023 14:23:22 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_social_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-social.php on line 5
    [29-Jan-2023 14:23:22 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_affiliate_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-affiliate.php on line 5
    [29-Jan-2023 14:23:22 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_advertising_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-advertising.php on line 5
    [29-Jan-2023 14:23:22 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_facebook_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:22 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_posts_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:22 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_pages_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:22 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_nip_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:22 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_comments_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:22 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_slider_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:22 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_slider_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:22 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_spotlight_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:22 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_carousel_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:22 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_authors_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:22 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_social_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:22 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_affiliate_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:22 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_advertising_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:26 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_facebook_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-facebook-likebox.php on line 5
    [29-Jan-2023 14:23:26 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_posts_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-posts.php on line 5
    [29-Jan-2023 14:23:26 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_pages_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-pages.php on line 5
    [29-Jan-2023 14:23:26 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_nip_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-nip.php on line 5
    [29-Jan-2023 14:23:26 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_comments_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-comments.php on line 5
    [29-Jan-2023 14:23:26 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_slider_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-slider.php on line 5
    [29-Jan-2023 14:23:26 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_slider_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-slider.php on line 5
    [29-Jan-2023 14:23:26 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_spotlight_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-spotlight.php on line 5
    [29-Jan-2023 14:23:26 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_carousel_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-carousel.php on line 5
    [29-Jan-2023 14:23:26 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_authors_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-authors.php on line 5
    [29-Jan-2023 14:23:26 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_social_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-social.php on line 5
    [29-Jan-2023 14:23:26 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_affiliate_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-affiliate.php on line 5
    [29-Jan-2023 14:23:26 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_advertising_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-advertising.php on line 5
    [29-Jan-2023 14:23:26 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_facebook_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:26 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_posts_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:26 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_pages_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:26 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_nip_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:26 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_comments_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:26 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_slider_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:26 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_slider_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:26 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_spotlight_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:26 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_carousel_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:26 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_authors_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:26 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_social_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:26 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_affiliate_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:26 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_advertising_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:29 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_facebook_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-facebook-likebox.php on line 5
    [29-Jan-2023 14:23:29 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_posts_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-posts.php on line 5
    [29-Jan-2023 14:23:29 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_pages_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-pages.php on line 5
    [29-Jan-2023 14:23:29 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_nip_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-nip.php on line 5
    [29-Jan-2023 14:23:29 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_comments_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-comments.php on line 5
    [29-Jan-2023 14:23:29 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_slider_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-slider.php on line 5
    [29-Jan-2023 14:23:29 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_slider_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-slider.php on line 5
    [29-Jan-2023 14:23:29 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_spotlight_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-spotlight.php on line 5
    [29-Jan-2023 14:23:29 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_carousel_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-carousel.php on line 5
    [29-Jan-2023 14:23:29 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_authors_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-authors.php on line 5
    [29-Jan-2023 14:23:29 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_social_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-social.php on line 5
    [29-Jan-2023 14:23:29 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_affiliate_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-affiliate.php on line 5
    [29-Jan-2023 14:23:29 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_advertising_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-advertising.php on line 5
    [29-Jan-2023 14:23:29 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_facebook_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:29 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_posts_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:29 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_pages_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:29 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_nip_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:29 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_comments_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:29 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_slider_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:29 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_slider_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:29 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_spotlight_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:29 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_carousel_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:29 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_authors_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:29 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_social_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:29 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_affiliate_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:29 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_advertising_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:29 UTC] PHP Notice:  Undefined index: font_size in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-options.php on line 210
    [29-Jan-2023 14:23:29 UTC] PHP Notice:  Undefined index: color_text_second in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/mh-options.php on line 298
    [29-Jan-2023 14:23:30 UTC] PHP Notice:  Undefined index: tracking_code in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/footer.php on line 35
    [29-Jan-2023 14:23:31 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_facebook_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-facebook-likebox.php on line 5
    [29-Jan-2023 14:23:31 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_posts_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-posts.php on line 5
    [29-Jan-2023 14:23:31 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_pages_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-pages.php on line 5
    [29-Jan-2023 14:23:31 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_nip_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-nip.php on line 5
    [29-Jan-2023 14:23:31 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_comments_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-comments.php on line 5
    [29-Jan-2023 14:23:31 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_slider_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-slider.php on line 5
    [29-Jan-2023 14:23:31 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_slider_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-slider.php on line 5
    [29-Jan-2023 14:23:31 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_spotlight_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-spotlight.php on line 5
    [29-Jan-2023 14:23:31 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_carousel_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-carousel.php on line 5
    [29-Jan-2023 14:23:31 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_authors_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-authors.php on line 5
    [29-Jan-2023 14:23:31 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_social_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-social.php on line 5
    [29-Jan-2023 14:23:31 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_affiliate_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-affiliate.php on line 5
    [29-Jan-2023 14:23:31 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_advertising_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-advertising.php on line 5
    [29-Jan-2023 14:23:31 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_facebook_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:31 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_posts_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:31 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_pages_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:31 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_nip_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:31 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_comments_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:31 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_slider_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:31 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_slider_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:31 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_spotlight_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:31 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_carousel_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:31 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_authors_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:31 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_social_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:31 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_affiliate_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:31 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_advertising_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:34 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_facebook_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-facebook-likebox.php on line 5
    [29-Jan-2023 14:23:34 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_posts_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-posts.php on line 5
    [29-Jan-2023 14:23:34 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_pages_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-pages.php on line 5
    [29-Jan-2023 14:23:34 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_nip_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-nip.php on line 5
    [29-Jan-2023 14:23:34 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_comments_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-comments.php on line 5
    [29-Jan-2023 14:23:34 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_slider_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-slider.php on line 5
    [29-Jan-2023 14:23:34 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_slider_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-slider.php on line 5
    [29-Jan-2023 14:23:34 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_spotlight_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-spotlight.php on line 5
    [29-Jan-2023 14:23:34 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_carousel_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-carousel.php on line 5
    [29-Jan-2023 14:23:34 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_authors_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-authors.php on line 5
    [29-Jan-2023 14:23:34 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_social_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-social.php on line 5
    [29-Jan-2023 14:23:34 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_affiliate_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-affiliate.php on line 5
    [29-Jan-2023 14:23:34 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_advertising_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-advertising.php on line 5
    [29-Jan-2023 14:23:34 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_facebook_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:34 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_posts_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:34 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_pages_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:34 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_nip_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:34 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_comments_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:34 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_slider_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:34 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_slider_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:34 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_spotlight_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:34 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_carousel_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:34 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_authors_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:34 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_social_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:34 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_affiliate_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:34 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_advertising_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:42 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_facebook_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-facebook-likebox.php on line 5
    [29-Jan-2023 14:23:42 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_posts_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-posts.php on line 5
    [29-Jan-2023 14:23:42 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_pages_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-pages.php on line 5
    [29-Jan-2023 14:23:42 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_nip_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-nip.php on line 5
    [29-Jan-2023 14:23:42 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_comments_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-comments.php on line 5
    [29-Jan-2023 14:23:42 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_slider_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-slider.php on line 5
    [29-Jan-2023 14:23:42 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_slider_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-slider.php on line 5
    [29-Jan-2023 14:23:42 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_spotlight_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-spotlight.php on line 5
    [29-Jan-2023 14:23:42 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_carousel_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-carousel.php on line 5
    [29-Jan-2023 14:23:42 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_authors_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-authors.php on line 5
    [29-Jan-2023 14:23:42 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_social_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-social.php on line 5
    [29-Jan-2023 14:23:42 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_affiliate_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-affiliate.php on line 5
    [29-Jan-2023 14:23:42 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_advertising_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-advertising.php on line 5
    [29-Jan-2023 14:23:43 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_facebook_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:43 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_posts_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:43 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_pages_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:43 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_nip_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:43 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_comments_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:43 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_slider_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:43 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_slider_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:43 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_spotlight_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:43 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_carousel_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:43 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_authors_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:43 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_social_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:43 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_affiliate_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:43 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_advertising_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:44 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_facebook_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-facebook-likebox.php on line 5
    [29-Jan-2023 14:23:44 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_posts_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-posts.php on line 5
    [29-Jan-2023 14:23:44 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_pages_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-pages.php on line 5
    [29-Jan-2023 14:23:44 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_nip_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-nip.php on line 5
    [29-Jan-2023 14:23:44 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_comments_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-comments.php on line 5
    [29-Jan-2023 14:23:44 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_slider_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-slider.php on line 5
    [29-Jan-2023 14:23:44 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_slider_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-slider.php on line 5
    [29-Jan-2023 14:23:44 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_spotlight_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-spotlight.php on line 5
    [29-Jan-2023 14:23:44 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_carousel_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-carousel.php on line 5
    [29-Jan-2023 14:23:44 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_authors_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-authors.php on line 5
    [29-Jan-2023 14:23:44 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_social_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-social.php on line 5
    [29-Jan-2023 14:23:44 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_affiliate_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-affiliate.php on line 5
    [29-Jan-2023 14:23:44 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_advertising_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-advertising.php on line 5
    [29-Jan-2023 14:23:44 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_facebook_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:44 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_posts_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:44 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_pages_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:44 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_nip_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:44 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_comments_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:44 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_slider_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:44 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_slider_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:44 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_spotlight_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:44 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_carousel_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:44 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_authors_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:44 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_social_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:44 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_affiliate_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:44 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_advertising_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:46 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_facebook_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-facebook-likebox.php on line 5
    [29-Jan-2023 14:23:46 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_posts_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-posts.php on line 5
    [29-Jan-2023 14:23:46 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_pages_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-pages.php on line 5
    [29-Jan-2023 14:23:46 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_nip_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-nip.php on line 5
    [29-Jan-2023 14:23:46 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_comments_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-comments.php on line 5
    [29-Jan-2023 14:23:46 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_slider_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-slider.php on line 5
    [29-Jan-2023 14:23:46 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_slider_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-slider.php on line 5
    [29-Jan-2023 14:23:46 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_spotlight_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-spotlight.php on line 5
    [29-Jan-2023 14:23:46 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_carousel_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-carousel.php on line 5
    [29-Jan-2023 14:23:46 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_authors_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-authors.php on line 5
    [29-Jan-2023 14:23:46 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_social_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-social.php on line 5
    [29-Jan-2023 14:23:46 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_affiliate_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-affiliate.php on line 5
    [29-Jan-2023 14:23:46 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_advertising_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-advertising.php on line 5
    [29-Jan-2023 14:23:46 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_facebook_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:46 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_posts_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:46 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_pages_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:46 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_nip_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:46 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_comments_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:46 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_slider_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:46 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_slider_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:46 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_spotlight_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:46 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_carousel_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:46 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_authors_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:46 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_social_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:46 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_affiliate_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:46 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_advertising_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:47 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_facebook_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-facebook-likebox.php on line 5
    [29-Jan-2023 14:23:47 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_posts_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-posts.php on line 5
    [29-Jan-2023 14:23:47 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_pages_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-pages.php on line 5
    [29-Jan-2023 14:23:47 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_nip_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-nip.php on line 5
    [29-Jan-2023 14:23:47 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_comments_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-comments.php on line 5
    [29-Jan-2023 14:23:47 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_slider_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-slider.php on line 5
    [29-Jan-2023 14:23:47 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_slider_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-slider.php on line 5
    [29-Jan-2023 14:23:47 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_spotlight_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-spotlight.php on line 5
    [29-Jan-2023 14:23:47 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_carousel_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-carousel.php on line 5
    [29-Jan-2023 14:23:47 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_authors_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-authors.php on line 5
    [29-Jan-2023 14:23:47 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_social_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-social.php on line 5
    [29-Jan-2023 14:23:47 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_affiliate_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-affiliate.php on line 5
    [29-Jan-2023 14:23:47 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_advertising_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-advertising.php on line 5
    [29-Jan-2023 14:23:47 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_facebook_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:47 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_posts_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:47 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_pages_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:47 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_nip_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:47 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_comments_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:47 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_slider_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:47 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_slider_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:47 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_spotlight_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:47 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_carousel_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:47 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_authors_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:47 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_social_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:47 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_affiliate_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:47 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_advertising_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:54 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_facebook_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-facebook-likebox.php on line 5
    [29-Jan-2023 14:23:54 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_posts_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-posts.php on line 5
    [29-Jan-2023 14:23:54 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_pages_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-pages.php on line 5
    [29-Jan-2023 14:23:54 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_nip_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-nip.php on line 5
    [29-Jan-2023 14:23:54 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_comments_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-comments.php on line 5
    [29-Jan-2023 14:23:54 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_slider_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-slider.php on line 5
    [29-Jan-2023 14:23:54 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_slider_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-slider.php on line 5
    [29-Jan-2023 14:23:54 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_spotlight_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-spotlight.php on line 5
    [29-Jan-2023 14:23:54 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_carousel_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-carousel.php on line 5
    [29-Jan-2023 14:23:54 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_authors_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-authors.php on line 5
    [29-Jan-2023 14:23:54 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_social_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-social.php on line 5
    [29-Jan-2023 14:23:54 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_affiliate_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-affiliate.php on line 5
    [29-Jan-2023 14:23:54 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_advertising_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-advertising.php on line 5
    [29-Jan-2023 14:23:54 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_facebook_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:54 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_posts_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:54 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_pages_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:54 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_nip_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:54 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_comments_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:54 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_slider_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:54 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_slider_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:54 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_spotlight_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:54 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_carousel_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:54 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_authors_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:54 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_social_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:54 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_affiliate_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:54 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_advertising_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:57 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_facebook_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-facebook-likebox.php on line 5
    [29-Jan-2023 14:23:57 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_posts_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-posts.php on line 5
    [29-Jan-2023 14:23:57 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_pages_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-pages.php on line 5
    [29-Jan-2023 14:23:57 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_nip_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-nip.php on line 5
    [29-Jan-2023 14:23:57 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_comments_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-comments.php on line 5
    [29-Jan-2023 14:23:57 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_slider_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-slider.php on line 5
    [29-Jan-2023 14:23:57 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_slider_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-slider.php on line 5
    [29-Jan-2023 14:23:57 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_spotlight_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-spotlight.php on line 5
    [29-Jan-2023 14:23:57 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_carousel_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-carousel.php on line 5
    [29-Jan-2023 14:23:57 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_authors_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-authors.php on line 5
    [29-Jan-2023 14:23:57 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_social_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-social.php on line 5
    [29-Jan-2023 14:23:58 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_affiliate_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-affiliate.php on line 5
    [29-Jan-2023 14:23:58 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_advertising_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-advertising.php on line 5
    [29-Jan-2023 14:23:58 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_facebook_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:58 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_posts_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:58 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_pages_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:58 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_nip_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:58 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_comments_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:58 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_slider_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:58 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_slider_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:58 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_spotlight_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:58 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_carousel_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:58 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_authors_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:58 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_social_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:58 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_facebook_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-facebook-likebox.php on line 5
    [29-Jan-2023 14:23:58 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_affiliate_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:58 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_advertising_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:58 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_posts_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-posts.php on line 5
    [29-Jan-2023 14:23:58 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_pages_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-pages.php on line 5
    [29-Jan-2023 14:23:58 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_nip_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-nip.php on line 5
    [29-Jan-2023 14:23:58 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_comments_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-comments.php on line 5
    [29-Jan-2023 14:23:58 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_slider_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-slider.php on line 5
    [29-Jan-2023 14:23:58 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_custom_slider_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-custom-slider.php on line 5
    [29-Jan-2023 14:23:58 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_spotlight_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-spotlight.php on line 5
    [29-Jan-2023 14:23:58 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_carousel_hp_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-carousel.php on line 5
    [29-Jan-2023 14:23:58 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_authors_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-authors.php on line 5
    [29-Jan-2023 14:23:58 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_social_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-social.php on line 5
    [29-Jan-2023 14:23:58 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_affiliate_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-affiliate.php on line 5
    [29-Jan-2023 14:23:58 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; mh_advertising_widget has a deprecated constructor in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-content/themes/mh_magazine/includes/widgets/mh-advertising.php on line 5
    [29-Jan-2023 14:23:58 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_facebook_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:58 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_posts_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:58 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_pages_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:58 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_nip_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:58 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_comments_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:58 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_slider_hp_widget ist seit Version 4.3.0 <strong>veraltet</strong>! Verwende stattdessen <code>__construct()</code>. in /mnt/web502/e0/66/540866/htdocs/WordPress_02/wp-includes/functions.php on line 5476
    [29-Jan-2023 14:23:58 UTC] PHP Deprecated:  Die aufgerufene Konstruktor-Methode für die Klasse WP_Widget in mh_custom_slider_widget ist seit Version 4.3.0 <strong>veraltet<