• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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