Answer the question
In order to leave comments, you need to log in
Can't login to manager modx revo?
Hello. Does not enter the MODX REVOLUTION admin panel, just a blank white page and that's it. The error is written like this. How to deal with it?
/var/www/htdocs/core/model/modx/modmanagerresponse.class.php : 190) PHP warning: Parameter 1 to modManagerController::getInstance() expected to be a reference, value given
Answer the question
In order to leave comments, you need to log in
In the file core/model/modxmodmanagerresponse.class.php on line 190 (or close), there is a line:
$this->modx->controller = call_user_func_array(array($c,$getInstanceMethod),array($this->modx, $className,$this->action));
It should be replaced with the line:
$this->modx->controller = call_user_func_array(array($c,$getInstanceMethod),array(&$this->modx,$className,$this->action));
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question