• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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