Quantcast
Channel: Piwik Forums - Support & Bugs
Viewing all articles
Browse latest Browse all 13117

Re: LoginLDAP Plugin Failed on upgrade to 1.11.1

$
0
0
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);

Viewing all articles
Browse latest Browse all 13117

Trending Articles