W
WebDork
Guest
Anyone able to give me any help on solving the following please ?
Logging into webmail now gives:
A fatal error has occurred
Auth_imp: Required IMAP extension not found.
Details have been logged for the administrator.
[root@angusserver1 ~]# tail -f /var/log/psa-horde/psa-horde.log
Aug 01 08:00:27 HORDE [emergency] [imp] Auth_imp: Required IMAP extension not found. [on line 44 of "/usr/share/psa-horde/imp/lib/Auth/imp.php"]
Aug 01 12:31:51 HORDE [emergency] [imp] Auth_imp: Required IMAP extension not found. [on line 44 of "/usr/share/psa-horde/imp/lib/Auth/imp.php"]
Aug 01 22:19:24 HORDE [emergency] [imp] Auth_imp: Required IMAP extension not found. [on line 44 of "/usr/share/psa-horde/imp/lib/Auth/imp.php"]
Aug 01 23:55:17 HORDE [emergency] [imp] Auth_imp: Required IMAP extension not found. [on line 44 of "/usr/share/psa-horde/imp/lib/Auth/imp.php"]
Aug 02 00:02:38 HORDE [emergency] [imp] Auth_imp: Required IMAP extension not found. [on line 44 of "/usr/share/psa-horde/imp/lib/Auth/imp.php"]
Aug 02 05:59:57 HORDE [emergency] [imp] Auth_imp: Required IMAP extension not found. [on line 44 of "/usr/share/psa-horde/imp/lib/Auth/imp.php"]
Aug 02 12:36:25 HORDE [emergency] [imp] Auth_imp: Required IMAP extension not found. [on line 44 of "/usr/share/psa-horde/imp/lib/Auth/imp.php"]
Aug 02 23:03:28 HORDE [emergency] [imp] Auth_imp: Required IMAP extension not found. [on line 44 of "/usr/share/psa-horde/imp/lib/Auth/imp.php"]
Aug 02 23:53:35 HORDE [emergency] [imp] Auth_imp: Required IMAP extension not found. [on line 44 of "/usr/share/psa-horde/imp/lib/Auth/imp.php"]
Line 44 is basically this function:
function Auth_imp($params = array())
{
if (!Util::extensionExists('imap')) {
Horde::fatal(PEAR::raiseError(_("Auth_imp: Required IMAP extension not found.")), __FILE__, __LINE__);
}
}
Logging into webmail now gives:
A fatal error has occurred
Auth_imp: Required IMAP extension not found.
Details have been logged for the administrator.
[root@angusserver1 ~]# tail -f /var/log/psa-horde/psa-horde.log
Aug 01 08:00:27 HORDE [emergency] [imp] Auth_imp: Required IMAP extension not found. [on line 44 of "/usr/share/psa-horde/imp/lib/Auth/imp.php"]
Aug 01 12:31:51 HORDE [emergency] [imp] Auth_imp: Required IMAP extension not found. [on line 44 of "/usr/share/psa-horde/imp/lib/Auth/imp.php"]
Aug 01 22:19:24 HORDE [emergency] [imp] Auth_imp: Required IMAP extension not found. [on line 44 of "/usr/share/psa-horde/imp/lib/Auth/imp.php"]
Aug 01 23:55:17 HORDE [emergency] [imp] Auth_imp: Required IMAP extension not found. [on line 44 of "/usr/share/psa-horde/imp/lib/Auth/imp.php"]
Aug 02 00:02:38 HORDE [emergency] [imp] Auth_imp: Required IMAP extension not found. [on line 44 of "/usr/share/psa-horde/imp/lib/Auth/imp.php"]
Aug 02 05:59:57 HORDE [emergency] [imp] Auth_imp: Required IMAP extension not found. [on line 44 of "/usr/share/psa-horde/imp/lib/Auth/imp.php"]
Aug 02 12:36:25 HORDE [emergency] [imp] Auth_imp: Required IMAP extension not found. [on line 44 of "/usr/share/psa-horde/imp/lib/Auth/imp.php"]
Aug 02 23:03:28 HORDE [emergency] [imp] Auth_imp: Required IMAP extension not found. [on line 44 of "/usr/share/psa-horde/imp/lib/Auth/imp.php"]
Aug 02 23:53:35 HORDE [emergency] [imp] Auth_imp: Required IMAP extension not found. [on line 44 of "/usr/share/psa-horde/imp/lib/Auth/imp.php"]
Line 44 is basically this function:
function Auth_imp($params = array())
{
if (!Util::extensionExists('imap')) {
Horde::fatal(PEAR::raiseError(_("Auth_imp: Required IMAP extension not found.")), __FILE__, __LINE__);
}
}