matomo-for-wordpress icon indicating copy to clipboard operation
matomo-for-wordpress copied to clipboard

Archive fails when database connection uses environment variables in wordpress config

Open NicoHood opened this issue 3 years ago • 5 comments
trafficstars

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.

NicoHood avatar Sep 24 '22 12:09 NicoHood

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.

mattmary avatar Sep 26 '22 20:09 mattmary

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

NicoHood avatar Sep 26 '22 20:09 NicoHood

Hi @NicoHood Yes, it will make a difference.

mattmary avatar Sep 26 '22 21:09 mattmary

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.

NicoHood avatar Sep 30 '22 06:09 NicoHood

Hi @NicoHood

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

mattmary avatar Oct 02 '22 21:10 mattmary

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

mattmary avatar Dec 15 '22 23:12 mattmary

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 avatar Dec 16 '22 12:12 NicoHood

Is there anything that is blocking to fix this issue?

NicoHood avatar Dec 16 '22 12:12 NicoHood

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

mattmary avatar Dec 19 '22 19:12 mattmary

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?

NicoHood avatar Dec 21 '22 17:12 NicoHood

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

mattmary avatar Dec 21 '22 19:12 mattmary

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.

NicoHood avatar Dec 22 '22 12:12 NicoHood

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:

  • check your web server phpinfo: please add a file called test_info.php in your webserver with the following content: <?php phpinfo(); then open our browser and request %yourwebserverurl%/test_info.php. You'll have a line like this one: Screenshot from 2023-01-05 08-38-56
  • Compare with your PHP cli configuration: open shell access on your server and then type the following command: php -i | grep "Loaded Configuration File"

Is it the same value?

Kind regards

Mat

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

mattmary avatar Jan 04 '23 19:01 mattmary

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

NicoHood avatar Jan 06 '23 10:01 NicoHood

Hello @NicoHood

Thank you. So the problem is elsewhere.

Would you mind posting both

  • your system report (https://matomo.org/faq/wordpress/how-do-i-find-and-copy-the-system-report-in-matomo-for-wordpress/) and
  • your matomo configuration (file wp-content/uploads/matomo/config/config.ini.php) ?

Thanks in advance Kind regards

Mat

mattmary avatar Jan 08 '23 20:01 mattmary

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"

NicoHood avatar Jan 10 '23 08:01 NicoHood

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:

  • restore your configuration with the get_cfg_var usage
  • wait for one hour
  • confirm from your system report that the last archiving process failed
  • and run from the shell the archiving process by running:
cd wp-content/plugins/matomo/app && ./console core:archive

Do you have any error displayed? Do the last archive run displayed in your system report matches this run?

Thanks in advance

Kind regards

Mat

mattmary avatar Jan 10 '23 23:01 mattmary

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

NicoHood avatar Jan 12 '23 07:01 NicoHood

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:

  • Go to the Matomo WordPress troubleshooting page "Matomo Analytics > Diagnostics > Troubleshooting", and please click on the "Clear Matomo cache" button.
  • Generate content in Matomo from your website (or let your visitors do it for you)
  • Wait for the next archiving process (It is available from the system report "Matomo Analytics > Diagnostics", Screenshot from 2023-01-13 09-50-29
  • After this archiving process has been done, please browse your webserver to generate new data,
  • and then run the archiving process, but this time from the command line (with the following command): cd wp-content/plugins/matomo/app && php ./console core:archive (Note: The two last steps must be made in the hour following the last archiving process made by WordPress.)

And then, could you please email me the generated log file at [email protected]?

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

Kind regards

Mat

mattmary avatar Jan 12 '23 21:01 mattmary

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 avatar Jan 15 '23 13:01 NicoHood

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 avatar Jan 15 '23 14:01 NicoHood

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

NicoHood avatar Jan 15 '23 14:01 NicoHood

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

mattmary avatar Jan 16 '23 19:01 mattmary

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 avatar Jan 17 '23 14:01 NicoHood

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.

NicoHood avatar Jan 17 '23 14:01 NicoHood

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:

  • Your visitors number
  • The number of segments you defined
  • How many years do you keep in your history
  • If you generate annual reports
  • ... So it may have no visible impact. Are your reports up to date now? Is it an acceptable solution for you? (it may be not if you use the WordPress widgets available from the summary link).

Kind regards

Mat

mattmary avatar Jan 17 '23 23:01 mattmary

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.

NicoHood avatar Jan 18 '23 07:01 NicoHood

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 [email protected]).

Kind regards

Mat

mattmary avatar Jan 18 '23 22:01 mattmary

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 avatar Jan 20 '23 07:01 NicoHood

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 [email protected] AND [email protected] (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 [email protected]
  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

  • WordPress 6.1 and php 8.1 is used
  • I've installed it via command line (wp-cli)
  • I've removed the default plugins, installed matomo, enabled it, nothing more
  • I've setup wordpress.php in ~/etc/php.d/wordpress.ini which contains the database connection variables
  • I've modified wp-config.php accordingly
  • All webserver files are in ~/html which points to /var/www/virtual/matomo/html
  • You can check my command history via ssh with history (I've made a mistake with the wordpress.ini first, so I had to move it to the correct location)
  • Uberspace php documentation can be found here: https://manual.uberspace.de/lang-php/

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

NicoHood avatar Jan 22 '23 10:01 NicoHood