matomo-org / matomo-for-wordpress

Get a fully functioning Matomo Analytics for your WordPress. Star us on Github? +1. Matomo is the leading open alternative to Google Analytics that gives you full control over your data. Privacy is built-in. 100% data ownership, no one else can see your data. We love Pull Requests!
https://matomo.org
GNU General Public License v3.0
120 stars 25 forks source link

Archive fails when database connection uses environment variables in wordpress config #647

Closed NicoHood closed 1 year ago

NicoHood commented 1 year ago

Hi, I've set my wordpress database using environment variables through the php.ini config:

define( 'DB_PASSWORD', get_cfg_var('WP_DB_PASSWORD') );

This will make the archive not working anymore, as it says it cannot connect to the database. How can I fix this? I am using Matomo 4.11.0 for WordPress.

mattmary commented 1 year ago

Hello @NicoHood

Sorry to hear that you encounter some issues with our plugin. We'll have to investigate on this point. As a workaround, you could try to disable the archiving process through wp-cron by adding in your wp-config.php the following content: if (!defined('MATOMO_SUPPORT_ASYNC_ARCHIVING')) { define('MATOMO_SUPPORT_ASYNC_ARCHIVING', false); }

Your Matomo pages will be then a bit longer to load (because the archiving will be process on the fly), but you won't have any more any archiving from wp-cron.

NicoHood commented 1 year ago

But the error also comes when I manually hit the troubleshooting archive button. Would it make any difference then?

mattmary commented 1 year ago

Hi @NicoHood Yes, it will make a difference.

NicoHood commented 1 year ago

So just to understand better: The archiving will only run when I open the statistics, not the "normal" wordpress website itself?

I am asking, because it is my production website and I want to avoid any testing there.

mattmary commented 1 year ago

Hi @NicoHood

The archiving process will happen when you request a Matomo page only. Nothing will happen if you open a WordPress page.

mattmary commented 1 year ago

Hello @NicoHood

Did this workaround allow you to archive your content? Just also wondering: but did you also define your WordPress credentials in your php cli php.ini configuration file?

Kind regards

Mat

NicoHood commented 1 year ago

To be honest, I did not try that on my production environment. I hostestly want that issue to get fixed, I am not a fan of a lot of workaround which I will forget to revert later on.

NicoHood commented 1 year ago

Is there anything that is blocking to fix this issue?

mattmary commented 1 year ago

Hello @NicoHood

The update I ask you is not a big one: you may not have your WordPress configuration also in the php.ini used by the PHP cli. This PHP cli is used by Matomo to run the archiving process, but also by WordPress to run others administrative tasks. You may also have others issues on your website.

The only way I've been able to reproduce your problem is this configuration: credentials defined in the php.ini used by the webserver, but not in the PHP cli one. For now, we have nothing to fix on our side.

The impact in your production environment is very limited: adding your WordPress credentials in the php.ini used by your PHP cli won't require a restart of your webserver.

Kind regards

Mat

NicoHood commented 1 year ago

Alright, so you say this is a wordpress cli issue. Should I report it upstream then? The main goal for me is to not store credentials in the config, only the external ini file.

Do you know where exactly I can report this best?

mattmary commented 1 year ago

Hello @NicoHood

Sorry if it was not clear: This is not a problem with the WordPress PHP cli, but the PHP cli used by WordPress is unable to find your database credentials. As you use get_cfg_var, it means that your database parameters are stored in your php.ini file. They look accessible from your website as your website is running well. But the PHP cli can't find them. It means they do not exist in the php.ini file used by the PHP cli.

I would recommend contacting your hosting provider and set your database configuration also in the php.ini file used by the PHP cli. If you manage on your own your webserver, please copy your database credentials from your webserver php.ini file to the one used by your PHP cli.

Kind regards

Mat

NicoHood commented 1 year ago

So I've asked my hosting provider and got a very useful information. The support said that my php.ini files are also loaded with php cli. I can check that with php -i and it will show me the ini files loaded. I did that, and that is true!

They said the issue must be laying somewhere else. So I dont know what to do next, but I am happy to help find a solution. My hosting provider is very excellent, so if we really need help from them, they will sure give me a detailed answer.

mattmary commented 1 year ago

Hello @NicoHood

Sorry for this late reply.

After reading your answer, I understand that my question may has not been clear: I was wondering if your webserver and php cli uses the same php.ini file? (Your database credentials are located in the php.ini file used by your webserver, otherwise your website would not work, but I'm wondering if your php.cli uses the same php.ini file)?

You can check it by:

Is it the same value?

Kind regards

Mat

PS: don't forget to remove the test_info.php file from your webserver.

NicoHood commented 1 year ago

The output is the same. However my .ini file is located under the "Additional .ini files parsed" section, not the "Loaded Configuration File" section. The reason for that is, that my webhoster allows to add multiple .ini files into a special php.d folder. If you are familiar with linux systems, this is a more cleaner and granular way to add splitted configuration files for multiple usecases.

grafik

grafik

[... more configs]

grafik

mattmary commented 1 year ago

Hello @NicoHood

Thank you. So the problem is elsewhere.

Would you mind posting both

Thanks in advance Kind regards

Mat

NicoHood commented 1 year ago

Note: I did not use the get_cfg_var() in the config file at the moment, as of this bug. I guess this will not affect the system report, but if it does, I can also modify the config file. I am using wordpress 6.0.3 (I know it is NOT the latest version, but should not matter guess).

# Matomo

* Matomo-Plugin-Version: 4.13.0
* Config existiert und ist schreibbar.: Ja ("$abs_path/wp-content/uploads/matomo/config/config.ini.php" )
* JS Tracker existiert und ist schreibbar.: Ja ("$abs_path/wp-content/uploads/matomo/matomo.js" )
* Plugin-Verzeichnisse: Yes ([{"pluginsPathAbsolute":"$abs_path\/wp-content\/plugins\/matomo\/plugins","webrootDirRelativeToMatomo":"..\/"},{"pluginsPathAbsolute":"$abs_path\/wp-content\/plugins","webrootDirRelativeToMatomo":"..\/..\/"}])
* Tmp-Verzeichnis schreibbar: Yes ($abs_path/wp-content/cache/matomo)
* Matomo-Version: 4.13.0
* Matomo Blog idSite: 1
* Installierte Matomo-Version: 4.4.2 (Install date: 2021-09-25 17:03:58)
* Upgrades outstanding: No
* Upgrade in progress: No

## Endpoints

* Matomo JavaScript Tracker URL:  ($site_url/wp-content/uploads/matomo/matomo.js)
* Matomo JavaScript Tracker - WP Rest API:  ($site_url/wp-json/matomo/v1/hit/)
* Matomo HTTP Tracking API:  ($site_url/wp-content/plugins/matomo/app/matomo.php)
* Matomo HTTP Tracking API - WP Rest API:  ($site_url/wp-json/matomo/v1/hit/)

## Crons

* Server-Zeit: 2023-01-10 08:14:05
* Blog-Zeit: 2023-01-10 09:14:05 (Die nachfolgenden Daten werden in der Blog-Zeitzone angezeigt)
* Sync users & sites: Next run: 2023-01-10 16:04:51 (6 Stunden 50 Minuten) ( Last started: 2023-01-09 16:08:15 (-17 Stunden 5 Minuten). Last ended: 2023-01-09 16:08:15 (-17 Stunden 5 Minuten). Interval: daily)
* Archive: Next run: 2023-01-10 10:04:01 (49 Minuten 56s) ( Last started: 2023-01-10 09:05:09 (-8 Minuten 56s). Last ended: 2023-01-10 09:05:54 (-8 Minuten 11s). Interval: hourly)
* Update GeoIP DB: Next run: 2023-01-18 16:04:46 (8 Tage 6 Stunden) ( Last started: 2022-12-19 16:07:22 (-21 Tage 17 Stunden). Last ended: 2022-12-19 16:07:24 (-21 Tage 17 Stunden). Interval: matomo_monthly)

## Vorgeschriebene Prüfungen

* PHP-Version >= : ok 
* PDO Erweiterung: ok 
* PDO\MYSQL Erweiterung: ok 
* MYSQLI Erweiterung: ok 
* Weitere erforderliche Anforderungen: ok 
* Erforderliche Funktionen: ok 
* Benötigte PHP Konfiguration (php.ini): ok 
* Verzeichnisse mit Schreibzugriff: ok 
* Verzeichnisse mit Schreibzugriff auf Tag Manager: ok 

## Optionale Prüfungen

* 64-bit PHP Binär: ok 
* Tracker-Status: ok 
* Speicherlimit: ok 
* Zeitzone: ok 
* Öffnen einer URL: ok 
* PageSpeed ist deaktiviert: ok 
* GD > 2.x + FreeType (Grafiken): ok 
* Andere Erweiterungen: ok 
* Andere Funktionen: ok 
* Dateisystem: ok 
* Letzter erfolgreicher Abschluss der Archivierung: ok 
* Datenbankfähigkeiten: ok 
* Maximale Packetgröße: ok 
* Standorterkennung: ok 
* Update über HTTPS: ok 
* Supports Async Archiving: Yes
* Location provider ID: geoip2php
* Location provider available: Yes
* Location provider working: Yes
* Warning Proxy header: HTTP_X_FORWARDED_FOR (A proxy header is set which means you maybe need to configure a proxy header in the Advanced settings to make location reporting work. If the location in your reports is detected correctly, you can ignore this warning. <a href="https://matomo.org/faq/wordpress/how-do-i-fix-the-proxy-header-warning-in-the-matomo-for-wordpress-system-report/" target="_blank">Mehr erfahren</a>)
* Had visit in last 5 days: Yes
* Matomo URL: Yes ($site_url/wp-content/plugins/matomo/app)

## Matomo Settings

* Track mode: default
* Track codeposition: footer
* Track api endpoint: default
* Track js endpoint: default
* Version history: 4.13.0, 4.12.0, 4.11.0, 4.10.0, 4.6.0
* Core version: 4.13.0
* Last tracking settings update: 1632582287
* Last settings update: 1645301126
* Show get started page: 0

## Logs

* Keine: 

# WordPress

* Home URL: $site_url
* Site URL: $site_url
* WordPress Version: 6.0.3
* Number of blogs: 1
* Multisite Enabled: No
* Network Enabled: No
* WP_DEBUG: No
* WP_DEBUG_DISPLAY: Yes
* WP_DEBUG_LOG: No
* DISABLE_WP_CRON: -
* FORCE_SSL_ADMIN: Yes
* WP_CACHE: No
* CONCATENATE_SCRIPTS: -
* COMPRESS_SCRIPTS: -
* COMPRESS_CSS: -
* ENFORCE_GZIP: -
* WP_LOCAL_DEV: -
* WP_CONTENT_URL: $site_url/wp-content
* WP_CONTENT_DIR: $abs_path/wp-content
* UPLOADS: -
* BLOGUPLOADDIR: -
* DIEONDBERROR: -
* WPLANG: -
* ALTERNATE_WP_CRON: -
* WP_CRON_LOCK_TIMEOUT: 60
* WP_DISABLE_FATAL_ERROR_HANDLER: -
* MATOMO_SUPPORT_ASYNC_ARCHIVING: -
* MATOMO_TRIGGER_BROWSER_ARCHIVING: -
* MATOMO_ENABLE_TAG_MANAGER: -
* MATOMO_SUPPRESS_DB_ERRORS: -
* MATOMO_ENABLE_AUTO_UPGRADE: -
* MATOMO_DEBUG: -
* MATOMO_SAFE_MODE: -
* MATOMO_GLOBAL_UPLOAD_DIR: -
* MATOMO_LOGIN_REDIRECT: -
* Permalink Structure: /%postname%
* Possibly uses symlink: No
* Upload base url: $site_url/wp-content/uploads
* Upload base dir: $abs_path/wp-content/uploads
* Upload url: $site_url/wp-content/uploads/2023/01
* Custom upload_path: 
* Custom upload_url_path: 
* Compatible content directory: Yes

# WordPress Plugins

* Antispam Bee: 2.11.1
* Astra Pro: 3.9.4
* Code Snippets: 3.2.2
* Converter for Media: 5.6.2 (Network enabled)
* Marketing Campaigns Reporting (Matomo Plugin): 4.1.3
* Matomo Analytics - Ethical Stats. Powerful Insights.: 4.13.0
* Perfecty Push Notifications: 1.6.2
* PWA: 0.7.1
* Rank Math SEO: 1.0.105
* Regenerate Thumbnails: 3.1.5
* Smart Slider 3 Pro: 3.5.1.12
* Ultimate Addons for Gutenberg: 1.25.6
* WP Featherlight: 1.3.4
* Active Plugins: 12 (MarketingCampaignsReporting antispam-bee astra-addon code-snippets matomo nextend-smart-slider3-pro perfecty-push-notifications pwa seo-by-rank-math ultimate-addons-for-gutenberg webp-converter-for-media wp-featherlight)
* Theme: astra (astra)

# Server

* Server Info: Apache/2.4.54 (Unix)
* Apache AddHandler support: Supported
* PHP OS: Linux
* PHP Version: 7.4.33
* PHP SAPI: fpm-fcgi
* PHP Binary Name: php-fpm
* PHP Maxmind DB extension: Not loaded
* PHP Error Reporting: 0 After bootstrap: 0
* PHP Found Binary: php -q
* Timezone: UTC
* WP timezone: Europe/Berlin
* Locale: de_DE
* User Locale: de_DE
* Memory Limit: 256M (At least 128MB recommended. Depending on your traffic 256MB or more may be needed.)
* WP Memory Limit: 40M
* WP Max Memory Limit: 256M
* Timezone version: 2022.7
* Time: 1673338446
* Max Execution Time: 90
* Max Post Size: 2048M
* Max Upload Size: 2147483648
* Max Input Vars: 1500
* Disabled PHP functions: No
* zlib.output_compression is off: Yes
* Curl Version: 7.83.1, OpenSSL/1.0.2k-fips
* Suhosin installed: No

# PHP cli

* PHP cli Version: 8.0.26
* MySQLi support: ok

# Database

* MySQL Version: 5.5.5
* Mysqli Connect: Yes
* Force MySQL over Mysqli: No
* DB Prefix: hidden_value_
* DB CHARSET: utf8
* DB COLLATE: 
* SHOW ERRORS: No
* SUPPRESS ERRORS: No
* Uses Socket: No
* Uses IPv6: No
* Matomo tables found: 141
* DB tables exist: Yes
* Matomo users found: 2
* Matomo sites found: 1
* Erforderliche Berechtigungen: OK

# Browser

* Browser:  (Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0)
* Language: de,en-us,en

And the config file:

$ cat wp-content/uploads/matomo/config/config.ini.php 
; <?php exit; ?> DO NOT REMOVE THIS LINE
; file automatically generated or modified by Matomo; you can manually override the default values in global.ini.php by redefining them in this file.
[General]
force_ssl = 1
assume_secure_protocol = 1
trusted_hosts[] = "https://xxxxxx.de"

[PluginsInstalled]
PluginsInstalled[] = "Diagnostics"
PluginsInstalled[] = "Login"
PluginsInstalled[] = "CoreAdminHome"
PluginsInstalled[] = "UsersManager"
PluginsInstalled[] = "SitesManager"
PluginsInstalled[] = "Installation"
PluginsInstalled[] = "Monolog"
PluginsInstalled[] = "Intl"
PluginsInstalled[] = "CorePluginsAdmin"
PluginsInstalled[] = "CoreHome"
PluginsInstalled[] = "WebsiteMeasurable"
PluginsInstalled[] = "IntranetMeasurable"
PluginsInstalled[] = "CoreVisualizations"
PluginsInstalled[] = "Proxy"
PluginsInstalled[] = "API"
PluginsInstalled[] = "Transitions"
PluginsInstalled[] = "LanguagesManager"
PluginsInstalled[] = "Actions"
PluginsInstalled[] = "Dashboard"
PluginsInstalled[] = "Referrers"
PluginsInstalled[] = "UserLanguage"
PluginsInstalled[] = "DevicesDetection"
PluginsInstalled[] = "Goals"
PluginsInstalled[] = "Ecommerce"
PluginsInstalled[] = "SEO"
PluginsInstalled[] = "Events"
PluginsInstalled[] = "UserCountry"
PluginsInstalled[] = "GeoIp2"
PluginsInstalled[] = "VisitsSummary"
PluginsInstalled[] = "VisitFrequency"
PluginsInstalled[] = "VisitTime"
PluginsInstalled[] = "VisitorInterest"
PluginsInstalled[] = "RssWidget"
PluginsInstalled[] = "CoreUpdater"
PluginsInstalled[] = "CoreConsole"
PluginsInstalled[] = "ScheduledReports"
PluginsInstalled[] = "UserCountryMap"
PluginsInstalled[] = "Live"
PluginsInstalled[] = "PrivacyManager"
PluginsInstalled[] = "ImageGraph"
PluginsInstalled[] = "Annotations"
PluginsInstalled[] = "MobileMessaging"
PluginsInstalled[] = "Overlay"
PluginsInstalled[] = "SegmentEditor"
PluginsInstalled[] = "Insights"
PluginsInstalled[] = "Morpheus"
PluginsInstalled[] = "Contents"
PluginsInstalled[] = "BulkTracking"
PluginsInstalled[] = "Resolution"
PluginsInstalled[] = "DevicePlugins"
PluginsInstalled[] = "Heartbeat"
PluginsInstalled[] = "UserId"
PluginsInstalled[] = "CustomJsTracker"
PluginsInstalled[] = "Tour"
PluginsInstalled[] = "PagePerformance"
PluginsInstalled[] = "CustomDimensions"
PluginsInstalled[] = "TagManager"
PluginsInstalled[] = "WordPress"
PluginsInstalled[] = "CoreVue"
PluginsInstalled[] = "MarketingCampaignsReporting"
mattmary commented 1 year ago

Hello @NicoHood

Thank you. Not using get_cfg_var will not affect your system report. And your WordPress version has no importance.

I asked you these reports to check if the PHP cli used during the archiving process is the one in your PATH. It seems this is the case. So you should parse the same php.ini.

I would like to verify something. Could you:

Thanks in advance

Kind regards

Mat

NicoHood commented 1 year ago

I made all the steps that you asked me for. I verified that the system report fails. After running your command (I had to prepend php in order to run the script, as it was not set to executable) the system report showed up again with the latest data. No errors, no output at all. Just took a few seconds.

So there seems to be a difference between this command and the automated archive scheduling

mattmary commented 1 year ago

Hello @NicoHood

Thank you. As this is the same process which is called, we'll have to debug a bit more.

I'll have you to reproduce these steps (running the archiving process from your WordPress, and then run it from the console), but with the Matomo debug log enabled.

To do so, you have to configure your Matomo to log: this is done by editing the following file: ./wp-content/uploads/matomo/config/config.ini.php and adding in it the following content:

[log]
; Possible values are "screen" (default value), "file", "database" (logs to tables logger_*),
; "errorlog" (logs using the error_log() php function) and "syslog" (logs to the syslog service)
log_writers[] = file
; Possible values are ERROR, WARN, INFO, DEBUG
log_level = INFO
; if configured to log to file, log entries will be written to this file
logger_file_path = /tmp/matomo.log
; if configured to log to syslog, this is used as the identifier
;logger_syslog_ident = matomo

Feel free to customise the logger_file_path configuration. But it must be a path accessible both by your webserver and your shell user account. (For example, either your WordPress folder, or your tmp folder).

We'll start to log with an info log level first, and then:

And then, could you please email me the generated log file at wordpress@matomo.org?

Feel free to reach me if the process is not clear enough.

Kind regards

Mat

NicoHood commented 1 year ago

Sure, I am currently doing all the steps. I want to note, that with the config variables enabled also the diagnostic screen looks broken: grafik

I will email you my results in a few minutes

NicoHood commented 1 year ago

It seems that the log file will not be created. I tried /tmp/matomo.log and /var/www/virtual/user/html/wp-content/cache/matomo/matomo.log but both of them will not be created. Do I need to create them in first place?

I tried to test this by manually triggering cd wp-content/plugins/matomo/app && php ./console core:archive, as this sounds like an easy way to generate log output.

NicoHood commented 1 year ago

Now I have enabled the "normal" wordpress debug mode:

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

This at least show up debug output in wp-content/debug.log. There I also noticed tthe following random issue (no idea where this comes from, might be unrelated)

[15-Jan-2023 14:43:13 UTC] Matomo: Add tracking code. Blog ID: 1
[15-Jan-2023 14:43:58 UTC] Matomo: Uncaught exception: /var/www/virtual/user/html/wp-content/plugins/matomo/plugins/WordPress/WordPress.php(340): This feature is not available [Query: ?module=Installation&action=getEmptyPageForSystemCheck, CLI mode: 0]
[15-Jan-2023 14:43:58 UTC] [xxxxx.de] Error in Matomo: This feature is not available
mattmary commented 1 year ago

Hello @NicoHood

Regarding your system report output, it will be fixed in the next plugin release. But if you have this problem, it might mean that you have an error displayed in your system report. (This was not the case previously). Could you post it again?

Regarding the Matomo error you have in your log file, this is an expected error. This error will disappear in the next plugin release too.

I received your log file and will study it. Thanks for your patience.

Mat

NicoHood commented 1 year ago

What should I post again? You mean the system debug report? Previously it had no error message, as I did not enable the environment variable in my wp-config. I've also stated that in my comment above.

Here is the report with the error (loading the variable in wp-config):

                  # Matomo

* Matomo-Plugin-Version: 4.13.0
* Config existiert und ist schreibbar.: Ja ("$abs_path/wp-content/uploads/matomo/config/config.ini.php" )
* JS Tracker existiert und ist schreibbar.: Ja ("$abs_path/wp-content/uploads/matomo/matomo.js" )
* Plugin-Verzeichnisse: Yes ([{"pluginsPathAbsolute":"$abs_path\/wp-content\/plugins\/matomo\/plugins","webrootDirRelativeToMatomo":"..\/"},{"pluginsPathAbsolute":"$abs_path\/wp-content\/plugins","webrootDirRelativeToMatomo":"..\/..\/"}])
* Tmp-Verzeichnis schreibbar: Yes ($abs_path/wp-content/cache/matomo)
* Matomo-Version: 4.13.0
* Matomo Blog idSite: 1
* Installierte Matomo-Version: 4.4.2 (Install date: 2021-09-25 17:03:58)
* Upgrades outstanding: No
* Upgrade in progress: No

## Endpoints

* Matomo JavaScript Tracker URL:  ($site_url/wp-content/uploads/matomo/matomo.js)
* Matomo JavaScript Tracker - WP Rest API:  ($site_url/wp-json/matomo/v1/hit/)
* Matomo HTTP Tracking API:  ($site_url/wp-content/plugins/matomo/app/matomo.php)
* Matomo HTTP Tracking API - WP Rest API:  ($site_url/wp-json/matomo/v1/hit/)

## Crons

* Server-Zeit: 2023-01-17 14:01:21
* Blog-Zeit: 2023-01-17 15:01:21 (Die nachfolgenden Daten werden in der Blog-Zeitzone angezeigt)
* Sync users & sites: Next run: 2023-01-17 16:04:51 (1 Stunden 3 Minuten) ( Last started: 2023-01-16 16:04:54 (-22 Stunden 56 Minuten). Last ended: 2023-01-16 16:04:54 (-22 Stunden 56 Minuten). Interval: daily)
* Archive: Next run: 2023-01-17 15:04:01 (2 Minuten 40s) ( Last started: 2023-01-17 14:06:49 (-54 Minuten 32s). Last ended: 2023-01-17 14:06:55 (-54 Minuten 26s). Interval: hourly)
* Update GeoIP DB: Next run: 2023-01-18 16:04:46 (1 Tage 1 Stunden) ( Last started: 2022-12-19 16:07:22 (-28 Tage 22 Stunden). Last ended: 2022-12-19 16:07:24 (-28 Tage 22 Stunden). Interval: matomo_monthly)

## Vorgeschriebene Prüfungen

* PHP-Version >= : ok 
* PDO Erweiterung: ok 
* PDO\MYSQL Erweiterung: ok 
* MYSQLI Erweiterung: ok 
* Weitere erforderliche Anforderungen: ok 
* Erforderliche Funktionen: ok 
* Benötigte PHP Konfiguration (php.ini): ok 
* Verzeichnisse mit Schreibzugriff: ok 
* Verzeichnisse mit Schreibzugriff auf Tag Manager: ok 

## Optionale Prüfungen

* 64-bit PHP Binär: ok 
* Tracker-Status: ok 
* Speicherlimit: ok 
* Zeitzone: ok 
* Öffnen einer URL: ok 
* PageSpeed ist deaktiviert: ok 
* GD > 2.x + FreeType (Grafiken): ok 
* Andere Erweiterungen: ok 
* Andere Funktionen: ok 
* Dateisystem: ok 
* Warning Letzter erfolgreicher Abschluss der Archivierung: warning  (Die Archivierung ist zuletzt am Montag, 16. Januar 2023 09:08:58 erfolgreich gelaufen, also vor 1 Tage 04:52:22 )
* Datenbankfähigkeiten: ok 
* Maximale Packetgröße: ok 
* Standorterkennung: ok 
* Update über HTTPS: ok 
* Supports Async Archiving: Yes
* Location provider ID: geoip2php
* Location provider available: Yes
* Location provider working: Yes
* Warning Proxy header: HTTP_X_FORWARDED_FOR (A proxy header is set which means you maybe need to configure a proxy header in the Advanced settings to make location reporting work. If the location in your reports is detected correctly, you can ignore this warning. <a href="https://matomo.org/faq/wordpress/how-do-i-fix-the-proxy-header-warning-in-the-matomo-for-wordpress-system-report/" target="_blank">Mehr erfahren</a>)
* Had visit in last 5 days: Yes
* Matomo URL: Yes ($site_url/wp-content/plugins/matomo/app)

## Matomo Settings

* Track mode: default
* Track codeposition: footer
* Track api endpoint: default
* Track js endpoint: default
* Version history: 4.13.0, 4.12.0, 4.11.0, 4.10.0, 4.6.0
* Core version: 4.13.0
* Last tracking settings update: 1632582287
* Last settings update: 1645301126
* Show get started page: 0

## Logs

* Warning archive_main: 2023-01-17 12:04:31 (20 total errors during this script execution, please investigate and try and fix these errors. => CronArchive.php:625; CronArchive.php:618; CronArchive.php:280; Access.php:670; CronArchive.php:284; ScheduledTasks.php:332; class-wp-hook.php:305; class-wp-hook.php:331; plugin.php:524; wp-cron.php:138;)
* Warning archive_errors: 2023-01-17 12:04:31 ('Got invalid response from API request: ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=day&date=2023-01-17&format=json&trigger=archivephp. Response was \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Error unserializing the following response from ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=day&date=2023-01-17&format=json&trigger=archivephp: \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Got invalid response from API request: ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=day&date=2023-01-17&format=json&segment=referrerType%3D%3Dcampaign&trigger=archivephp. Response was \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Error unserializing the following response from ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=day&date=2023-01-17&format=json&segment=referrerType%3D%3Dcampaign&trigger=archivephp: \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Got invalid response from API request: ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=day&date=2023-01-16&format=json&trigger=archivephp. Response was \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Error unserializing the following response from ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=day&date=2023-01-16&format=json&trigger=archivephp: \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Got invalid response from API request: ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=day&date=2023-01-16&format=json&segment=referrerType%3D%3Dcampaign&trigger=archivephp. Response was \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Error unserializing the following response from ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=day&date=2023-01-16&format=json&segment=referrerType%3D%3Dcampaign&trigger=archivephp: \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Got invalid response from API request: ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=week&date=2023-01-16&format=json&trigger=archivephp. Response was \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Error unserializing the following response from ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=week&date=2023-01-16&format=json&trigger=archivephp: \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Got invalid response from API request: ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=week&date=2023-01-16&format=json&segment=referrerType%3D%3Dcampaign&trigger=archivephp. Response was \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Error unserializing the following response from ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=week&date=2023-01-16&format=json&segment=referrerType%3D%3Dcampaign&trigger=archivephp: \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Got invalid response from API request: ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=month&date=2023-01-01&format=json&trigger=archivephp. Response was \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Error unserializing the following response from ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=month&date=2023-01-01&format=json&trigger=archivephp: \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Got invalid response from API request: ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=month&date=2023-01-01&format=json&segment=referrerType%3D%3Dcampaign&trigger=archivephp. Response was \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Error unserializing the following response from ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=month&date=2023-01-01&format=json&segment=referrerType%3D%3Dcampaign&trigger=archivephp: \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Got invalid response from API request: ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=year&date=2023-01-01&format=json&trigger=archivephp. Response was \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Error unserializing the following response from ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=year&date=2023-01-01&format=json&trigger=archivephp: \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Got invalid response from API request: ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=year&date=2023-01-01&format=json&segment=referrerType%3D%3Dcampaign&trigger=archivephp. Response was \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Error unserializing the following response from ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=year&date=2023-01-01&format=json&segment=referrerType%3D%3Dcampaign&trigger=archivephp: \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' '20 total errors during this script execution, please investigate and try and fix these errors.' => ScheduledTasks.php:345; class-wp-hook.php:305; class-wp-hook.php:331; plugin.php:524; wp-cron.php:138;)
* Warning archive_main: 2023-01-17 13:04:55 (20 total errors during this script execution, please investigate and try and fix these errors. => CronArchive.php:625; CronArchive.php:618; CronArchive.php:280; Access.php:670; CronArchive.php:284; ScheduledTasks.php:332; class-wp-hook.php:305; class-wp-hook.php:331; plugin.php:524; wp-cron.php:138;)
* Warning archive_errors: 2023-01-17 13:04:55 ('Got invalid response from API request: ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=day&date=2023-01-17&format=json&trigger=archivephp. Response was \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Error unserializing the following response from ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=day&date=2023-01-17&format=json&trigger=archivephp: \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Got invalid response from API request: ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=day&date=2023-01-17&format=json&segment=referrerType%3D%3Dcampaign&trigger=archivephp. Response was \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Error unserializing the following response from ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=day&date=2023-01-17&format=json&segment=referrerType%3D%3Dcampaign&trigger=archivephp: \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Got invalid response from API request: ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=day&date=2023-01-16&format=json&trigger=archivephp. Response was \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Error unserializing the following response from ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=day&date=2023-01-16&format=json&trigger=archivephp: \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Got invalid response from API request: ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=day&date=2023-01-16&format=json&segment=referrerType%3D%3Dcampaign&trigger=archivephp. Response was \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Error unserializing the following response from ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=day&date=2023-01-16&format=json&segment=referrerType%3D%3Dcampaign&trigger=archivephp: \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Got invalid response from API request: ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=week&date=2023-01-16&format=json&trigger=archivephp. Response was \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Error unserializing the following response from ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=week&date=2023-01-16&format=json&trigger=archivephp: \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Got invalid response from API request: ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=week&date=2023-01-16&format=json&segment=referrerType%3D%3Dcampaign&trigger=archivephp. Response was \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Error unserializing the following response from ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=week&date=2023-01-16&format=json&segment=referrerType%3D%3Dcampaign&trigger=archivephp: \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Got invalid response from API request: ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=month&date=2023-01-01&format=json&trigger=archivephp. Response was \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Error unserializing the following response from ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=month&date=2023-01-01&format=json&trigger=archivephp: \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Got invalid response from API request: ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=month&date=2023-01-01&format=json&segment=referrerType%3D%3Dcampaign&trigger=archivephp. Response was \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Error unserializing the following response from ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=month&date=2023-01-01&format=json&segment=referrerType%3D%3Dcampaign&trigger=archivephp: \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Got invalid response from API request: ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=year&date=2023-01-01&format=json&trigger=archivephp. Response was \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Error unserializing the following response from ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=year&date=2023-01-01&format=json&trigger=archivephp: \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Got invalid response from API request: ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=year&date=2023-01-01&format=json&segment=referrerType%3D%3Dcampaign&trigger=archivephp. Response was \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Error unserializing the following response from ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=year&date=2023-01-01&format=json&segment=referrerType%3D%3Dcampaign&trigger=archivephp: \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' '20 total errors during this script execution, please investigate and try and fix these errors.' => ScheduledTasks.php:345; class-wp-hook.php:305; class-wp-hook.php:331; plugin.php:524; wp-cron.php:138;)
* Warning archive_main: 2023-01-17 14:06:55 (20 total errors during this script execution, please investigate and try and fix these errors. => CronArchive.php:625; CronArchive.php:618; CronArchive.php:280; Access.php:670; CronArchive.php:284; ScheduledTasks.php:332; class-wp-hook.php:305; class-wp-hook.php:331; plugin.php:524; wp-cron.php:138;)
* Warning archive_errors: 2023-01-17 14:06:55 ('Got invalid response from API request: ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=day&date=2023-01-17&format=json&trigger=archivephp. Response was \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Error unserializing the following response from ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=day&date=2023-01-17&format=json&trigger=archivephp: \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Got invalid response from API request: ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=day&date=2023-01-17&format=json&segment=referrerType%3D%3Dcampaign&trigger=archivephp. Response was \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Error unserializing the following response from ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=day&date=2023-01-17&format=json&segment=referrerType%3D%3Dcampaign&trigger=archivephp: \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Got invalid response from API request: ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=day&date=2023-01-16&format=json&trigger=archivephp. Response was \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Error unserializing the following response from ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=day&date=2023-01-16&format=json&trigger=archivephp: \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Got invalid response from API request: ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=day&date=2023-01-16&format=json&segment=referrerType%3D%3Dcampaign&trigger=archivephp. Response was \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Error unserializing the following response from ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=day&date=2023-01-16&format=json&segment=referrerType%3D%3Dcampaign&trigger=archivephp: \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Got invalid response from API request: ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=week&date=2023-01-16&format=json&trigger=archivephp. Response was \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Error unserializing the following response from ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=week&date=2023-01-16&format=json&trigger=archivephp: \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Got invalid response from API request: ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=week&date=2023-01-16&format=json&segment=referrerType%3D%3Dcampaign&trigger=archivephp. Response was \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Error unserializing the following response from ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=week&date=2023-01-16&format=json&segment=referrerType%3D%3Dcampaign&trigger=archivephp: \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Got invalid response from API request: ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=month&date=2023-01-01&format=json&trigger=archivephp. Response was \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Error unserializing the following response from ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=month&date=2023-01-01&format=json&trigger=archivephp: \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Got invalid response from API request: ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=month&date=2023-01-01&format=json&segment=referrerType%3D%3Dcampaign&trigger=archivephp. Response was \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Error unserializing the following response from ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=month&date=2023-01-01&format=json&segment=referrerType%3D%3Dcampaign&trigger=archivephp: \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Got invalid response from API request: ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=year&date=2023-01-01&format=json&trigger=archivephp. Response was \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Error unserializing the following response from ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=year&date=2023-01-01&format=json&trigger=archivephp: \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Got invalid response from API request: ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=year&date=2023-01-01&format=json&segment=referrerType%3D%3Dcampaign&trigger=archivephp. Response was \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' 'Error unserializing the following response from ?module=API&method=CoreAdminHome.archiveReports&idSite=1&period=year&date=2023-01-01&format=json&segment=referrerType%3D%3Dcampaign&trigger=archivephp: \'<!DOCTYPE html> <html dir=\'ltr\'> <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  <meta name="viewport" content="width=device-width">    <title>Datenbankfehler</title>  <style type="text/css">   html {    background: #f1f1f1;   }   body {    background: #fff;    border: 1px solid #ccd0d4;    color: #444;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;    margin: 2em auto;    padding: 1em 2em;    max-width: 700px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);   }   h1 {    border-bottom: 1px solid #dadada;    clear: both;    color: #666;    font-size: 24px;    margin: 30px 0 0 0;    padding: 0;    padding-bottom: 7px;   }   #error-page {    margin-top: 50px;   }   #error-page p,   #error-page .wp-die-message {    font-size: 14px;    line-height: 1.5;    margin: 25px 0 20px;   }   #error-page code {    font-family: Consolas, Monaco, monospace;   }   ul li {    margin-bottom: 10px;    font-size: 14px ;   }   a {    color: #0073aa;   }   a:hover,   a:active {    color: #006799;   }   a:focus {    color: #124964;    -webkit-box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    box-shadow:     0 0 0 1px #5b9dd9,     0 0 2px 1px rgba(30, 140, 190, 0.8);    outline: none;   }   .button {    background: #f3f5f6;    border: 1px solid #016087;    color: #016087;    display: inline-block;    text-decoration: none;    font-size: 13px;    line-height: 2;    height: 28px;    margin: 0;    padding: 0 10px 1px;    cursor: pointer;    -webkit-border-radius: 3px;    -webkit-appearance: none;    border-radius: 3px;    white-space: nowrap;    -webkit-box-sizing: border-box;    -moz-box-sizing:    border-box;    box-sizing:         border-box;     vertical-align: top;   }    .button.button-large {    line-height: 2.30769231;    min-height: 32px;    padding: 0 12px;   }    .button:hover,   .button:focus {    background: #f1f1f1;   }    .button:focus {    background: #f3f5f6;    border-color: #007cba;    -webkit-box-shadow: 0 0 0 1px #007cba;    box-shadow: 0 0 0 1px #007cba;    color: #016087;    outline: 2px solid transparent;    outline-offset: 0;   }    .button:active {    background: #f3f5f6;    border-color: #7e8993;    -webkit-box-shadow: none;    box-shadow: none;   }     </style> </head> <body id="error-page">  <div class="wp-die-message"><h1>Fehler beim Aufbau einer Datenbankverbindung</h1></div></body> </html>\'' '20 total errors during this script execution, please investigate and try and fix these errors.' => ScheduledTasks.php:345; class-wp-hook.php:305; class-wp-hook.php:331; plugin.php:524; wp-cron.php:138;)

# WordPress

* Home URL: $site_url
* Site URL: $site_url
* WordPress Version: 6.0.3
* Number of blogs: 1
* Multisite Enabled: No
* Network Enabled: No
* WP_DEBUG: No
* WP_DEBUG_DISPLAY: Yes
* WP_DEBUG_LOG: No
* DISABLE_WP_CRON: -
* FORCE_SSL_ADMIN: Yes
* WP_CACHE: No
* CONCATENATE_SCRIPTS: -
* COMPRESS_SCRIPTS: -
* COMPRESS_CSS: -
* ENFORCE_GZIP: -
* WP_LOCAL_DEV: -
* WP_CONTENT_URL: $site_url/wp-content
* WP_CONTENT_DIR: $abs_path/wp-content
* UPLOADS: -
* BLOGUPLOADDIR: -
* DIEONDBERROR: -
* WPLANG: -
* ALTERNATE_WP_CRON: -
* WP_CRON_LOCK_TIMEOUT: 60
* WP_DISABLE_FATAL_ERROR_HANDLER: -
* MATOMO_SUPPORT_ASYNC_ARCHIVING: -
* MATOMO_TRIGGER_BROWSER_ARCHIVING: -
* MATOMO_ENABLE_TAG_MANAGER: -
* MATOMO_SUPPRESS_DB_ERRORS: -
* MATOMO_ENABLE_AUTO_UPGRADE: -
* MATOMO_DEBUG: -
* MATOMO_SAFE_MODE: -
* MATOMO_GLOBAL_UPLOAD_DIR: -
* MATOMO_LOGIN_REDIRECT: -
* Permalink Structure: /%postname%
* Possibly uses symlink: No
* Upload base url: $site_url/wp-content/uploads
* Upload base dir: $abs_path/wp-content/uploads
* Upload url: $site_url/wp-content/uploads/2023/01
* Custom upload_path: 
* Custom upload_url_path: 
* Compatible content directory: Yes

# WordPress Plugins

* Antispam Bee: 2.11.1
* Astra Pro: 3.9.4
* Code Snippets: 3.2.2
* Converter for Media: 5.6.3 (Network enabled)
* Marketing Campaigns Reporting (Matomo Plugin): 4.1.3
* Matomo Analytics - Ethical Stats. Powerful Insights.: 4.13.0
* Perfecty Push Notifications: 1.6.2
* PWA: 0.7.1
* Rank Math SEO: 1.0.106
* Regenerate Thumbnails: 3.1.5
* Smart Slider 3 Pro: 3.5.1.12
* Spectra: 2.3.0
* WP Featherlight: 1.3.4
* Active Plugins: 12 (MarketingCampaignsReporting antispam-bee astra-addon code-snippets matomo nextend-smart-slider3-pro perfecty-push-notifications pwa seo-by-rank-math ultimate-addons-for-gutenberg webp-converter-for-media wp-featherlight)
* Theme: astra (astra)

# Server

* Server Info: Apache/2.4.54 (Unix)
* Apache AddHandler support: Supported
* PHP OS: Linux
* PHP Version: 8.0.26
* PHP SAPI: fpm-fcgi
* PHP Binary Name: php-fpm
* PHP Maxmind DB extension: Not loaded
* PHP Error Reporting: 4437 After bootstrap: 4437
* PHP Found Binary: php -q
* Timezone: UTC
* WP timezone: Europe/Berlin
* Locale: de_DE
* User Locale: de_DE
* Memory Limit: 256M (At least 128MB recommended. Depending on your traffic 256MB or more may be needed.)
* WP Memory Limit: 40M
* WP Max Memory Limit: 256M
* Timezone version: 2022.7
* Time: 1673964082
* Max Execution Time: 90
* Max Post Size: 2048M
* Max Upload Size: 2147483648
* Max Input Vars: 1500
* Disabled PHP functions: No
* zlib.output_compression is off: Yes
* Curl Version: 7.83.1, OpenSSL/1.0.2k-fips
* Suhosin installed: No

# PHP cli

* PHP cli Version: 8.0.27
* MySQLi support: ok

# Database

* MySQL Version: 10.3.37
* Mysqli Connect: Yes
* Force MySQL over Mysqli: No
* DB Prefix: 9aISZzD3Nr_
* DB CHARSET: utf8
* DB COLLATE: 
* SHOW ERRORS: No
* SUPPRESS ERRORS: No
* Uses Socket: No
* Uses IPv6: No
* Matomo tables found: 143
* DB tables exist: Yes
* Matomo users found: 2
* Matomo sites found: 1
* Erforderliche Berechtigungen: OK

# Browser

* Browser:  (Mozilla/5.0 (X11; Linux x86_64; rv:108.0) Gecko/20100101 Firefox/108.0)
* Language: de,en-us,en
NicoHood commented 1 year ago

BTW: I tried your suggestion now if (!defined('MATOMO_SUPPORT_ASYNC_ARCHIVING')) { define('MATOMO_SUPPORT_ASYNC_ARCHIVING', false); } but that did not start any archiving process. the config variables were set in the wp-config file. The pages loaded normally long, so I guess the process was not even triggered at all.

mattmary commented 1 year ago

Hello @NicoHood

I asked you to post your system report a second time to get the displayed error in your archiving process. Unfortunately, there is nothing.

But I can see now that your PHP version is different from your initial system report (7.4 vs 8.0): did you upgrade your PHP version? I have another user who has problem after upgrading to PHP8. We are currently debugging his environment too. But It would be definitively easier if you would be able to switch back to 7.4. Do you think it is possible, at least temporary, time to find the explanation of your problem? Can you also confirm in which PHP version did you run the test with the console I asked you?

Regarding the constant usage, I asked you to add in your configuration, you won't see in the system report if an archiving process has been done or not: it happens every time you load a Matomo page. The performance depends on a lot of thing like:

Kind regards

Mat

NicoHood commented 1 year ago

I think my provider made the switch. I though it has happened way before, I guess it was triggered, because I have recently reloaded the php configuration.

I think I cannot go back to 7.4 with my provider, but I had the problem with 7.4 anyways.

Regarding disabling async archiving: I understand what it should look like, and that it can be fast and almost not visible in speed diff. But the issue I am seeing is, that no archiving happens at all, so the non-sync workaround does not seem to work at all for me.

mattmary commented 1 year ago

Hello @NicoHood

May I ask you who is your hosting provider? Do you have an HTTP authentication to access either your back-office or your Matomo?

Just wondering if you would accept to create us an account on your back-office (Just to consult, no save or updates)? (Our email is wordpress@matomo.org).

Kind regards

Mat

NicoHood commented 1 year ago

My hosting provider is uberspace and I have full ssh access. I am not happy giving out credentials, but I could try to create a new wordpress site and reproduce the error.

NicoHood commented 1 year ago

I've setup a test server with a clean wordpress install where I can simply reproduce the issue.

  1. Please send me your PUBLIC ssh key and I will give you access
  2. I've send an admin invitation to matomo@wordpress.org AND wordpress@matomo.org (did you made a typo?) You can use the password reset function to choose a new password.
  3. You can access the page here: https://matomo.uber.space/ and here https://matomo.uber.space/wp-login.php
  4. SSH Access via ssh matomo@menkar.uberspace.de
  5. You have 30 days to debug the issue, as it is a free trail for the webhosting
  6. Feel free to edit/install/destroy as you like

Steps I've made for installation

Feel free to debug, let me know your PUBLIC ssh key so I can give you access

mattmary commented 1 year ago

Great @NicoHood ! Thank you! And yes, sorry, I made a typo in our email (which is indeed wordress@matomo.org). I sent you my ssh key. Regards

Mat

mattmary commented 1 year ago

Hello @NicoHood

First of all, thank you for your patience, and also thank you for setting up a debugging environment.

I've been able to reproduce on your testing environment when the async support was enabled. In this configuration, Matomo uses the PHP binary to call the app/console script to run the archiving process. (When async is disabled, the archiving request is made by a CURL request).

After investigation, I've found that the PHP Cli used by Matomo in your hosting provider is not /usr/bin/php but another file. (There is a custom logic embed in Matomo to choose the PHP Cli to use). This is why when I asked you to check if your binary loaded your wordpress configuration file, you found that it was loading it (you used the /usr/bin/php file). But when checking from the one used by Matomo, this file is not loaded.

You have several options to fix this problem:

Note about these solutions: I did not try indeed to update the php.ini used by the PHP Cli used by Matomo. The two solutions to disable the async mode work perfectly. But when changing the php binary used by by Matomo in the Matomo config, I get the following error from the API:

[WARNING] failed to store used version \'8.1\' for \'php\': [Errno 18] Invalid cross-device link {"idarchives":[146],"nb_visits":"2"}

This error message seems to be an OS one. If you choose this way to solve this archiving issue, I'll ask you to gather some informations from your hosting provider (they may have more information), and also I'll ask you to create another issue.

Kind regards

Mat

NicoHood commented 1 year ago

Thanks a lot for taking the time to debug this issue! Now for the next time, is there a way that we can add those php binarys to the diagnose report? Then at least we can better find such issues on other hosters.

I have forwarded your information to uberspace, hopefully they can give me more insights or even a fix :)

mattmary commented 1 year ago

Hello @NicoHood

Thank you for setting up a testing environment. I definitively agree that we would have identified quicker your problem if we had the full path of the PHP Cli used by Matomo in our system report. We'll make an update. Thanks anyway and enjoy analytics.

Mat

NicoHood commented 1 year ago

So my hoster explained to me their logic:

They have a wrapper script which determines the correct php binary. This wrapper will also load my .ini files. However matomo loads the final binary, not the wrapper itself. They told me the file /wp-content/plugins/matomo/app/core/CliMulti/CliPhp.php will do that "resolving".

https://github.com/matomo-org/matomo-for-wordpress/blob/develop/app/core/CliMulti/CliPhp.php

Now my question here: Is this really correct by matomo? I mean, If I add the wrapper back as the"binary to use", why doesnt matomo just picks up what it should do?

I am possibly not so deep in that topic, I guess it is more complex than that?

mattmary commented 1 year ago

Thank you for your feedback @NicoHood You are right, this is this class which manage the binary path to use. And for now, we do not manage wrappers.

Maybe your hosting provider could explain us:

We could then review this configuration.

NicoHood commented 1 year ago

Hi, I am really not sure what you are asking for. You can check the wrapper yourself, it is a python script: nano /usr/bin/php. You can change the php version via: https://manual.uberspace.de/lang-php/

mattmary commented 1 year ago

Hello @NicoHood

I received a report this morning from a security plugin I installed on the testing environment you set up for us. Some IPs has been blocked. I've finished testing, so you may consider closing this environment. Thanks anyway, it was very helpful. Kind regards

Mat

NicoHood commented 1 year ago

What do you mean by ips have been blocked? Nobody else received the credentials of this login, that sounds weird. I guess the server instance is closed anyways now.

mattmary commented 1 year ago

Hello @NicoHood

Probably brute force attacks.

But indeed, if the instance does not exist any more, this is no more a problem. Thank you. Mat

NicoHood commented 1 year ago

Which security plugin did you use?

mattmary commented 1 year ago

Wordfence