Horde Webmail Troubleshooting
From Hostek.com Wiki
On a cPanel VPS, there is a Horde log file located in: /var/cpanel/horde/log/horde_0.log
Most issues could be resolved the by doing the following:
- run
/usr/local/cpanel/bin/update-horde --force
- If that doesn't fix the issue then try:
/scripts/fullhordereset
- If you get database errors or the issue is still not resolved you could try fully re-creating the Horde database:
- Backup horde database
mysqldump horde > horde.sql
- Drop the horde database
mysql -Bse "drop database horde"
- Create the horde database:
mysql < /usr/local/cpanel/base/horde/scripts/sql/create.mysql.sql
- Then run
/scripts/resethorde
and/scripts/fullhordereset
- Backup horde database