Hello,
with the update to 0.10.0.6. i got the following errors in the backend:
WP-Piwik 0.10.0.6
Mode: http
Test 1/3: global.getPiwikVersion<br />
<b>Warning</b>: Missing argument 2 for WP_Piwik\Request::register(), called in /wp-content/plugins/wp-piwik/classes/WP_Piwik/Admin/Settings.php on line 600 and defined in <b>/wp-content/plugins/wp-piwik/classes/WP_Piwik/Request.php</b> on line <b>15</b><br />
string(5) "2.0.3"
Test 2/3: SitesManager.getSitesWithAtLeastViewAccess<br />
<b>Warning</b>: Missing argument 2 for WP_Piwik\Request::register(), called in /wp-content/plugins/wp-piwik/classes/WP_Piwik/Admin/Settings.php on line 605 and defined in <b>/wp-content/plugins/wp-piwik/classes/WP_Piwik/Request.php</b> on line <b>15</b><br />
<br />
<b>Warning</b>: Invalid argument supplied for foreach() in <b>/wp-content/plugins/wp-piwik/classes/WP_Piwik/Request.php</b> on line <b>62</b><br />
<br />
<b>Warning</b>: array_unshift() expects parameter 1 to be array, null given in <b>/wp-content/plugins/wp-piwik/classes/WP_Piwik/Request/Rest.php</b> on line <b>48</b><br />
<br />
<b>Warning</b>: array_unshift() expects parameter 1 to be array, null given in <b>/wp-content/plugins/wp-piwik/classes/WP_Piwik/Request/Rest.php</b> on line <b>49</b><br />
bool(false)
Test 3/3: SitesManager.getSitesIdFromSiteUrl
array(0) {
}
i uninstalled and reinstalled the plugin, entered all information again, but the error still appear. no statistics are visible in the wp backend. logging the traffic is still working, i do it by hand with the according piwik code in my footer.php and disabled the inclusion in the WP Piwik settings in wordpress.
This problem appeared on all website, where i updated to the latest version in wordpress repository. Can you give me an hint, what else i can try to fix the problem?
Btw: enabling the auto configuration in setting do not show me any site. this was not the case before the update.