• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Webmail Error

dimensions

Basic Pleskian
We are using RHEL 4 with PSA 7.5.2.

We get the following error when we try to access lorge mail files about 1MB :

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 1306542 bytes) in /home/httpd/vhosts/webmail/horde/lib/Text.php on line 141

any idea?
Thanking in advance.
 
Hi,

try to increase memory_limit in

/etc/php.ini
and
/usr/local/psa/admin/conf/php.ini :

;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;

max_execution_time = 30 ; Maximum execution time of each script, in seconds
memory_limit = 20M ; Maximum amount of memory a script may consume (8MB)

I hope this helps ;)
 
Error

Hi Niel,

Thank you for ur reply.
Tried using your settings but iot gave the following error:

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 12 bytes) in /home/httpd/vhosts/webmail/horde/imp/lib/MIME/Viewer/text.php on line 65

Any idea?
 
restart apache

Hi, have you tried to restart apache?

it can be done from CP or from command line:

CP:

System > Server > Services Manager > Web Server (Apache) > Restart

CL:

apachectl restart , but I like best:

/etc/init.d/httpd stop
and
/etc/init.d/httpd start

I hope that helps ;)
 
Back
Top