• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

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