H
hspc@43.hk
Guest
I try to access http://webamil.domain.ltd, it's blank page, I checked the error_log get
"Fatal error: Call to undefined method Auth::_getdriverbyparam() in /usr/share/psa-horde/lib/Horde/Auth/composite.php on line 124" this message!
and I open this file to check line 124 :
123 case 'transparent':
124 if (($login_driver = Auth::_getDriverByParam('loginscreen_switch', $this->_params)) &&
125 $this->_loadDriver($login_driver)) {
126 return $this->_drivers[$login_driver]->hasCapability('transparent');
127 }
Who can help me to solve this problem?
"Fatal error: Call to undefined method Auth::_getdriverbyparam() in /usr/share/psa-horde/lib/Horde/Auth/composite.php on line 124" this message!
and I open this file to check line 124 :
123 case 'transparent':
124 if (($login_driver = Auth::_getDriverByParam('loginscreen_switch', $this->_params)) &&
125 $this->_loadDriver($login_driver)) {
126 return $this->_drivers[$login_driver]->hasCapability('transparent');
127 }
Who can help me to solve this problem?