Unable to login to horde
Solution :–
Kindly try following steps:
1. Login to shell of the server using root login details and open the file ” /usr/local/cpanel/3rdparty/etc/horde/php.ini ” using vi or any other editor
2. Search for [Session] and change the following
From:-
session.save_handler = sqlite
session.save_path =/var/cpanel/userhomes/cpanedmin/sessions/phpsess.sdb
To:-
session.save_handler = files
session.save_path = /tmp
3. Save and exit
4. Restart Apache server.