matomo.adblockforyou.com Open in urlscan Pro
62.77.140.104  Public Scan

Submitted URL: http://matomo.adblockforyou.com/
Effective URL: https://matomo.adblockforyou.com/index.php?module=CoreUpdater&action=
Submission: On October 21 via manual from US — Scanned from DE

Form analysis 2 forms found in the DOM

POST index.php?module=LanguagesManager&action=saveLanguage

<form action="index.php?module=LanguagesManager&amp;action=saveLanguage" method="post" class="ng-pristine ng-valid ng-scope">
  <input type="hidden" name="language" id="language" autocomplete="off">
  <input type="hidden" name="nonce" id="nonce" value="dbc976e68f53493e6cf628e9a9a6536f" autocomplete="off">
  <input type="hidden" name="token_auth" value="" autocomplete="off">
</form>

index.php

<form action="index.php" id="upgradeCorePluginsForm" class="clearfix ng-pristine ng-valid" data-updating="Aktualisiere...">
  <input type="hidden" name="updateCorePlugins" value="1" autocomplete="off">
  <input type="submit" class="btn right" value="Matomo aktualisieren">
</form>

Text Content

DIE DATENBANK MUSS AKTUALISIERT WERDEN

Ihre Matomo-Datenbank ist nicht mehr aktuell und muss aktualisiert werden, bevor
Sie weiter arbeiten können.

Deutsch
Über Matomo Übersetzungen አማርኛ العربية Беларуская Български বাংলা Bosanski
Català Čeština Cymraeg Dansk Deutsch Ελληνικά English Esperanto Español
(Argentina) Español Eesti Euskara فارسی Suomi Français Galego עברית हिन्दी
Hrvatski Magyar Indonesia Íslenska Italiano 日本語 Ქართული 한국어 Kurdî Lietuvių
Latviešu Norsk bokmål Nederlands Norsk nynorsk Polski Português (Brasil)
Português Română Русский Slovenčina Slovenščina Shqip Српски Svenska தமிழ்
తెలుగు ไทย Tagalog Türkçe Українська Tiếng Việt 简体中文 繁體中文


Die folgenden Plugins werden aktualisiert: LanguagesManager, DevicesDetection,
Goals, CustomDimensions.

Die folgenden Dimensionen werden aktualisiert: log_conversion.revenue,
log_link_visit_action.idaction_content_interaction,
log_link_visit_action.idaction_content_name,
log_link_visit_action.idaction_content_piece,
log_link_visit_action.idaction_content_target,
log_link_visit_action.idaction_product_cat,
log_link_visit_action.idaction_product_cat2,
log_link_visit_action.idaction_product_cat3,
log_link_visit_action.idaction_product_cat4,
log_link_visit_action.idaction_product_cat5,
log_link_visit_action.idaction_product_name,
log_link_visit_action.idaction_product_sku, log_link_visit_action.idpageview,
log_link_visit_action.product_price, log_link_visit_action.search_cat,
log_link_visit_action.search_count, log_link_visit_action.time_dom_completion,
log_link_visit_action.time_dom_processing, log_link_visit_action.time_network,
log_link_visit_action.time_on_load, log_link_visit_action.time_server,
log_link_visit_action.time_spent_ref_action,
log_link_visit_action.time_transfer, log_visit.config_browser_engine,
log_visit.config_browser_name, log_visit.config_browser_version,
log_visit.config_client_type, log_visit.config_cookie,
log_visit.config_device_brand, log_visit.config_device_model,
log_visit.config_device_type, log_visit.config_flash, log_visit.config_java,
log_visit.config_os, log_visit.config_pdf, log_visit.config_quicktime,
log_visit.config_realplayer, log_visit.config_resolution,
log_visit.config_silverlight, log_visit.config_windowsmedia,
log_visit.location_browser_lang, log_visit.location_country,
log_visit.location_latitude, log_visit.location_longitude,
log_visit.location_region, log_visit.profilable, log_visit.referer_name,
log_visit.referer_url, log_visit.visit_entry_idaction_name,
log_visit.visit_entry_idaction_url, log_visit.visit_exit_idaction_name,
log_visit.visit_exit_idaction_url, log_visit.visit_goal_buyer,
log_visit.visit_goal_converted, log_visit.visit_total_actions,
log_visit.visit_total_events, log_visit.visit_total_interactions,
log_visit.visit_total_searches, log_visit.visit_total_time,
log_visit.visitor_count_visits, log_visit.visitor_localtime,
log_visit.visitor_returning, log_visit.visitor_seconds_since_first,
log_visit.visitor_seconds_since_last, log_visit.visitor_seconds_since_order.


WICHTIGER HINWEIS FÜR GROSSE MATOMO-INSTALLATIONEN

Dies ist ein umfangreiche Aktualisierung. Das Einspielen dauert länger als
üblich. Der folgende Hinweis ist besonders für große Installationen wichtig.

Wenn Sie eine große Matomo-Datenbank haben, können Aktualisierungen zu lange
dauern, um erfolgreich im Browser durchgeführt zu werden. In diesem Fall können
Sie die Aktualisierung auch von der Kommandozeile aus starten:

php /var/www/html/console core:update

Wenn Sie eine Website mit hohem Verkehrsaufkommen verwalten, empfehlen wir, das
Besuchertracking vorübergehend zu deaktivieren und die Benutzeroberfläche in den
Wartungsmodus zu versetzen.

Zu Ihrer Information: Dies sind die SQL Abfragen und Konsolenkommandos, welche
ausgeführt werden, um die Datenbank für Matomo 4.10.1 zu aktualisieren

› Klicken Sie hier, um die Liste der auszuführenden SQL Abfragen und
Konsolenkommandos anzuzeigen und zu kopieren

# Diese SQL Abfragen werden ausgeführt: 
ALTER TABLE `matomo_user_language` ADD COLUMN `use_12_hour_clock` TINYINT(1) NOT NULL DEFAULT 0 AFTER `language`;
ALTER TABLE `matomo_log_visit` CHANGE `config_os_version` `config_os_version` VARCHAR( 100 ) DEFAULT NULL, CHANGE `config_device_type` `config_device_type` VARCHAR( 100 ) DEFAULT NULL;
ALTER TABLE `matomo_goal` ADD COLUMN `description` VARCHAR(255) NOT NULL DEFAULT '' AFTER `name`;
ALTER TABLE `matomo_custom_dimensions` ADD COLUMN `case_sensitive` TINYINT UNSIGNED NOT NULL DEFAULT 1 AFTER `extractions`;
ALTER TABLE `matomo_custom_dimensions` DROP INDEX `idcustomdimension_idsite`;
ALTER TABLE `matomo_custom_dimensions` ADD PRIMARY KEY(`idcustomdimension`, `idsite`);
ALTER TABLE `matomo_log_visit` MODIFY COLUMN `profilable` TINYINT(1) NULL, MODIFY COLUMN `visit_goal_buyer` TINYINT(1) NULL, MODIFY COLUMN `visit_goal_converted` TINYINT(1) NULL, MODIFY COLUMN `visitor_returning` TINYINT(1) NULL, MODIFY COLUMN `visitor_seconds_since_first` INT(11) UNSIGNED NULL, MODIFY COLUMN `visitor_seconds_since_order` INT(11) UNSIGNED NULL, MODIFY COLUMN `visitor_count_visits` INT(11) UNSIGNED NOT NULL DEFAULT 0, MODIFY COLUMN `visit_entry_idaction_name` INTEGER(10) UNSIGNED NULL, MODIFY COLUMN `visit_entry_idaction_url` INTEGER(11) UNSIGNED NULL  DEFAULT NULL, MODIFY COLUMN `visit_exit_idaction_name` INTEGER(10) UNSIGNED NULL, MODIFY COLUMN `visit_exit_idaction_url` INTEGER(10) UNSIGNED NULL DEFAULT 0, MODIFY COLUMN `visit_total_actions` INT(11) UNSIGNED NULL, MODIFY COLUMN `visit_total_interactions` MEDIUMINT UNSIGNED DEFAULT 0, MODIFY COLUMN `visit_total_searches` SMALLINT(5) UNSIGNED NULL, MODIFY COLUMN `referer_name` VARCHAR(255) NULL, MODIFY COLUMN `referer_url` VARCHAR(1500) NULL, MODIFY COLUMN `location_browser_lang` VARCHAR(20) NULL, MODIFY COLUMN `config_browser_engine` VARCHAR(10) NULL, MODIFY COLUMN `config_browser_name` VARCHAR(40) NULL, MODIFY COLUMN `config_browser_version` VARCHAR(20) NULL, MODIFY COLUMN `config_client_type` TINYINT( 1 ) NULL DEFAULT NULL, MODIFY COLUMN `config_device_brand` VARCHAR( 100 ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL, MODIFY COLUMN `config_device_model` VARCHAR( 100 ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL, MODIFY COLUMN `config_device_type` TINYINT( 100 ) NULL DEFAULT NULL, MODIFY COLUMN `config_os` CHAR(3) NULL, MODIFY COLUMN `visit_total_events` INT(11) UNSIGNED NULL, MODIFY COLUMN `visitor_localtime` TIME NULL, MODIFY COLUMN `visitor_seconds_since_last` INT(11) UNSIGNED NULL, MODIFY COLUMN `config_resolution` VARCHAR(18) NULL, MODIFY COLUMN `config_cookie` TINYINT(1) NULL, MODIFY COLUMN `config_flash` TINYINT(1) NULL, MODIFY COLUMN `config_java` TINYINT(1) NULL, MODIFY COLUMN `config_pdf` TINYINT(1) NULL, MODIFY COLUMN `config_quicktime` TINYINT(1) NULL, MODIFY COLUMN `config_realplayer` TINYINT(1) NULL, MODIFY COLUMN `config_silverlight` TINYINT(1) NULL, MODIFY COLUMN `config_windowsmedia` TINYINT(1) NULL, MODIFY COLUMN `visit_total_time` INT(11) UNSIGNED NOT NULL, MODIFY COLUMN `location_country` CHAR(3) NULL, MODIFY COLUMN `location_latitude` decimal(9, 6) DEFAULT NULL, MODIFY COLUMN `location_longitude` decimal(9, 6) DEFAULT NULL, MODIFY COLUMN `location_region` char(3) DEFAULT NULL;
ALTER TABLE `matomo_log_conversion` MODIFY COLUMN `visitor_returning` TINYINT(1) NULL, MODIFY COLUMN `visitor_seconds_since_first` INT(11) UNSIGNED NULL, MODIFY COLUMN `visitor_seconds_since_order` INT(11) UNSIGNED NULL, MODIFY COLUMN `visitor_count_visits` INT(11) UNSIGNED NOT NULL DEFAULT 0, MODIFY COLUMN `referer_name` VARCHAR(255) NULL, MODIFY COLUMN `config_browser_name` VARCHAR(40) NULL, MODIFY COLUMN `config_client_type` TINYINT( 1 ) NULL DEFAULT NULL, MODIFY COLUMN `config_device_brand` VARCHAR( 100 ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL, MODIFY COLUMN `config_device_model` VARCHAR( 100 ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL, MODIFY COLUMN `config_device_type` TINYINT( 100 ) NULL DEFAULT NULL, MODIFY COLUMN `location_country` CHAR(3) NULL, MODIFY COLUMN `location_latitude` decimal(9, 6) DEFAULT NULL, MODIFY COLUMN `location_longitude` decimal(9, 6) DEFAULT NULL, MODIFY COLUMN `location_region` char(3) DEFAULT NULL, MODIFY COLUMN `revenue` float default NULL;
ALTER TABLE `matomo_log_link_visit_action` MODIFY COLUMN `idpageview` CHAR(6) NULL DEFAULT NULL, MODIFY COLUMN `search_cat` VARCHAR(200) NULL, MODIFY COLUMN `search_count` INTEGER(10) UNSIGNED NULL, MODIFY COLUMN `time_spent_ref_action` INTEGER(10) UNSIGNED NULL, MODIFY COLUMN `idaction_product_cat` INT(10) UNSIGNED NULL, MODIFY COLUMN `idaction_product_cat2` INT(10) UNSIGNED NULL, MODIFY COLUMN `idaction_product_cat3` INT(10) UNSIGNED NULL, MODIFY COLUMN `idaction_product_cat4` INT(10) UNSIGNED NULL, MODIFY COLUMN `idaction_product_cat5` INT(10) UNSIGNED NULL, MODIFY COLUMN `idaction_product_name` INT(10) UNSIGNED NULL, MODIFY COLUMN `product_price` DOUBLE NULL, MODIFY COLUMN `idaction_product_sku` INT(10) UNSIGNED NULL, MODIFY COLUMN `idaction_content_interaction` INTEGER(10) UNSIGNED DEFAULT NULL, MODIFY COLUMN `idaction_content_name` INTEGER(10) UNSIGNED DEFAULT NULL, MODIFY COLUMN `idaction_content_piece` INTEGER(10) UNSIGNED DEFAULT NULL, MODIFY COLUMN `idaction_content_target` INTEGER(10) UNSIGNED DEFAULT NULL, MODIFY COLUMN `time_dom_completion` MEDIUMINT(10) UNSIGNED NULL, MODIFY COLUMN `time_dom_processing` MEDIUMINT(10) UNSIGNED NULL, MODIFY COLUMN `time_network` MEDIUMINT(10) UNSIGNED NULL, MODIFY COLUMN `time_on_load` MEDIUMINT(10) UNSIGNED NULL, MODIFY COLUMN `time_server` MEDIUMINT(10) UNSIGNED NULL, MODIFY COLUMN `time_transfer` MEDIUMINT(10) UNSIGNED NULL;



BRAUCHEN SIE HILFE BEIM UPGRADE VON MATOMO?

Wenn Sie Hilfe beim Upgrade von Matomo brauchen, sind die Ersteller von Matomo
hier, um Ihnen zu einem erfolgreichen Upgrade zu helfen. Für Anleitungen, best
practises und weiterführenden Support, kontaktiere die Matomo-Experten um das
Upgrade sicher durchzuführen.


SIND SIE BEREIT?

Die Aktualisierung kann eine Weile dauern. Bitte haben Sie etwas Geduld.


Dateiintegrität Close



Ok