Hi,
we had the same problem with the ldaplogin module, the solution was to add the line $this->setGeneralVariablesView($view);
into the Controller.php file:
function admin($ajaxSuccess = null, $ajaxError = null)
{
$view = Piwik_View::factory('LoginLdap');
$this->setGeneralVariablesView($view);
we had the same problem with the ldaplogin module, the solution was to add the line $this->setGeneralVariablesView($view);
into the Controller.php file:
function admin($ajaxSuccess = null, $ajaxError = null)
{
$view = Piwik_View::factory('LoginLdap');
$this->setGeneralVariablesView($view);