I'm using the zend library service piwik to integrate my platform with
piwik.
This is the code for the call to piwik:
$piwik = new Zend_Service_Piwik();
$piwik->setAuthToken('anonymous')
->setIdSite(2)
->setHost('http://stats.dev.loc/piwik/');
$response = $piwik->SitesManager()->queryApi("SitesManager.addSite", $params);
It gives me this error:
*Message:* One mandatory setting (tokenAuth, idSite, Host or Method) is
empty.
could help me solve it?
Thank you very much.
piwik.
This is the code for the call to piwik:
$piwik = new Zend_Service_Piwik();
$piwik->setAuthToken('anonymous')
->setIdSite(2)
->setHost('http://stats.dev.loc/piwik/');
$response = $piwik->SitesManager()->queryApi("SitesManager.addSite", $params);
It gives me this error:
*Message:* One mandatory setting (tokenAuth, idSite, Host or Method) is
empty.
could help me solve it?
Thank you very much.