• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Problem in horde webmail_cannot open email from specific email add.

cristina

New Pleskian
Hello Support,

Good day.

I have a plesk12 webhost linux. We are having an issue about horde webmail. Weird because one of the email user cannot open email coming from specific email address and this is the message:

Error Message: Error when communicating with the server
and
There has been no contact with the server for several minutes. The server may be temporarily unavailabe or network problems may be interrupting your session. You will not see any updates until the connection is restored.


Now upon checking to the error logs of httpd, I found the ff:
[Tue Jul 14 16:53:09 2015] [warn] [client 202.X.X.X] mod_fcgid: stderr: PHP Fatal error: Class 'Math_BigInteger' not found in /usr/share/psa-pear/pear/php/Horde/Mapi.php on line 172, referer:http://webmail.domainsample.com/imp/dynamic.php?page=mailbox

Can you help me to solve this issue? I searched the google but I cannot see any related to this.

Please note: I hide the IP details and domain name.

Thanks,
Cristina
 
Hello cristina,

Try this workaround:

# /usr/share/psa-pear/pear/pear install Math_BigInteger
# cp -R /usr/share/pear/Math/ /usr/share/psa-pear/pear/php/
 
Last edited:
Back
Top