matomo-for-wordpress
matomo-for-wordpress copied to clipboard
Get a fully functioning Matomo Analytics for your WordPress. Star us on Github? +1. Matomo is the leading open alternative to Google Analytics that gives you full control over your data. Privacy is bu...
#0 /wp-content/plugins/matomo/app/vendor/geoip2/geoip2/src/Database/Reader.php(221): GeoIp2\Database\Reader->getRecord('City', 'City', '95.255.20.205') #1 /wp-content/plugins/matomo/app/vendor/geoip2/geoip2/src/Database/Reader.php(84): GeoIp2\Database\Reader->modelFor('City', 'City', '95.255.20.205') #2 /wp-content/plugins/matomo/app/plugins/GeoIp2/LocationProvider/GeoIp2/Php.php(128): GeoIp2\Database\Reader->city('95.255.20.205') #3 /wp-content/plugins/matomo/app/plugins/UserCountry/VisitorGeolocator.php(146): Piwik\Plugins\GeoIp2\LocationProvider\GeoIp2\Php->getLocation(Array) #4 /wp-content/plugins/matomo/app/plugins/UserCountry/VisitorGeolocator.php(115): Piwik\Plugins\UserCountry\VisitorGeolocator->getLocationObject(Object(Piwik\Plugins\GeoIp2\LocationProvider\GeoIp2\Php), Array) #5 /wp-content/plugins/matomo/app/plugins/UserCountry/Columns/Base.php(55): Piwik\Plugins\UserCountry\VisitorGeolocator->getLocation(Array, true) #6 /wp-content/plugins/matomo/app/plugins/UserCountry/Columns/City.php(43): Piwik\Plugins\UserCountry\Columns\Base->getLocationDetail(Array, 'city_name') #7 /wp-content/plugins/matomo/app/core/Tracker/Visit.php(514):...
Hi, First of all thanks for the great service 🙂 Secondly, I have some problems implementing ( embedding, not sure what’s called technically..) a specific widget ( Visits in Real-Time...
see https://wordpress.org/support/topic/archive-error-with-wp-rocket/ wprocket upgraded in this release Monolog to 2.0. Now we have a conflict. refs #233 refs https://github.com/matomo-org/matomo/issues/16905
see https://wordpress.org/support/topic/diagnostics-archive-reports-outputs-as-application-json/
Hi, I've set my wordpress database using environment variables through the php.ini config: ```php define( 'DB_PASSWORD', get_cfg_var('WP_DB_PASSWORD') ); ``` This will make the archive not working anymore, as it says...
Some users like this one https://wordpress.org/support/topic/using-wordpress-tags-and-categories-in-matomo/ would love to be able to track the wordpress categories in their Matomo. It could be nice to have a feature which allows that.
Currently I believe the root folder name in the archive or the archive name itself is incorrect (we just upload the result of `git archive`), but it should be possible...
After installing a Matomo plugin on the marketplace in a multisite WordPress will display a "Network Activate" button. Clicking it should activate the plugin for the entire network, but it...
If a fatal error occurs, the core safemode is currently displayed. This safemode displays the core version, not the MWP version and allows uninstalling other WordPress plugins (which are considered...
Add a new diagnostic that: * sends a curl request to the matomo/index.php page (forwarding cookies) * checks that the response looks like the matomo frontend, without errors * if...