• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

When I access Webmail I get blank page!

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?
 
hi!

let's perform some investigation:
- make sure that domain resolves in proper way
- that psa-horde and psa-imp packages were installed or upgraded correctly
("rpm -V package name " for RH-based OS)
- what php version have you got?
 
Re Version of PHP5.2

Hi
Have you upgraded PHP to 5.2 without using the upgrade manager. we have a problem on one VPS with this issue. we have upgraded PHP to 5.2 and cannot access Horde webmail now , as we get 500 error although DNS is correct.

I have found this link elsewhere that relates to earlier plesk versions but havent tried it yet

http://rackerhacker.com/2007/11/28/fixing-horde-problems-in-plesk-81x82x-with-php-525/

see if this is relevant to you , hope it helps, but dont blame me if it doesnt!
 
Back
Top