chadwick37
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Plguin not updated in over 2 yearsThis plugin was not updated recently! It has been over 2 years since it was updated. The only thing the author did was update the readme to say it has been tested with WordPress 4.7 and incremented the release. That is not an update and is misleading by the plugin author. This plugin does work but there are bugs with 4.7, particularly if you use the customizer.
Forum: Plugins
In reply to: [Connect Matomo (WP-Matomo, WP-Piwik)] WP-Piwik 1.0 beta testJust ran a composer update which pulled in 1.0. These are the errors and notices I got:
[27-Apr-2015 21:10:14 UTC] PHP Notice: Undefined property: WP_Piwik::$statsPageId in /var/www/content/plugins/wp-piwik/classes/WP_Piwik.php on line 440 [27-Apr-2015 21:10:24 UTC] PHP Warning: Missing argument 2 for WP_Piwik\Admin::__construct(), called in /var/www/content/plugins/wp-piwik/classes/WP_Piwik.php on line 207 and defined in /var/www/content/plugins/wp-piwik/classes/WP_Piwik/Admin.php on line 9 [27-Apr-2015 21:10:24 UTC] PHP Notice: Undefined variable: settings in /var/www/content/plugins/wp-piwik/classes/WP_Piwik/Admin.php on line 11 [27-Apr-2015 21:10:24 UTC] PHP Fatal error: Call to undefined method WP_Piwik\Admin\Settings::add() in /var/www/content/plugins/wp-piwik/classes/WP_Piwik.php on line 209
Forum: Plugins
In reply to: [Connect Matomo (WP-Matomo, WP-Piwik)] WP-Piwik 1.0 beta testJust ran a composer update which pulled in 1.0. These are the errors and notices I got:
[27-Apr-2015 21:10:14 UTC] PHP Notice: Undefined property: WP_Piwik::$statsPageId in /var/www/content/plugins/wp-piwik/classes/WP_Piwik.php on line 440 [27-Apr-2015 21:10:24 UTC] PHP Warning: Missing argument 2 for WP_Piwik\Admin::__construct(), called in /var/www/content/plugins/wp-piwik/classes/WP_Piwik.php on line 207 and defined in /var/www/content/plugins/wp-piwik/classes/WP_Piwik/Admin.php on line 9 [27-Apr-2015 21:10:24 UTC] PHP Notice: Undefined variable: settings in /var/www/content/plugins/wp-piwik/classes/WP_Piwik/Admin.php on line 11 [27-Apr-2015 21:10:24 UTC] PHP Fatal error: Call to undefined method WP_Piwik\Admin\Settings::add() in /var/www/content/plugins/wp-piwik/classes/WP_Piwik.php on line 209
Do you have any feedback as to why admin pages are not being tracked even with Track Admin Pages enabled and logged in admins are not being tracked even though I’m not filtering any roles?
Thanks for the response. Yes it is in network mode and adding the tracking code is enabled. However, I was not logged out when checking to see if the tracking code was inserted. When I log out I do see the tracking code is inserted. In the WP-Piwik settings I do not have any of the roles checked for the tracking filter. It is important that user traffic is collected in both the front end and the in the admin so I don’t want to disable tracking for any user roles. I also have ‘Track Admin Pages’ enabled. The fact that the tracking code isn’t being inserted while logged in means users are not being tracked? How about in the admin? I don’t see the tracking code there either.
Thanks,
ChadThank you! That fixed it.