Horde error :: PHP Fatal error: Call to undefined method Horde

nikhilv

Registered
Nov 21, 2012
2
0
1
cPanel Access Level
Website Owner
Hello,

Horde on this server is not working and gives a blank page.


Following error is logged at the log file /usr/local/cpanel/logs/error_log

PHP Fatal error: Call to undefined method Horde::log() in /usr/local/cpanel/3rdparty/php/54/lib/php/Horde/ErrorHandler.php on line 171

When I tried to update update_horde_config, through error.

~~~
====================

Fatal Error:
SQLSTATE[HY000]: General error: 1005 Can't create table 'horde.content_schema_info' (errno: 121)
In /usr/local/cpanel/3rdparty/php/54/lib/php/Horde/Db/Adapter/Base.php on line 551

~~~

Thanks
Nikhil
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,260
463
Hello :)

Please let us know which version of MySQL is installed on your system:

Code:
mysql -V
Also, do you notice any error messages in /var/lib/mysql/$hostname.err when restarting MySQL?

Thank you.