When opening an email from Horde webmail, the frame that's suppose to show the message came up as blank.
This usually happen when the email contains some attachment.
In most cases, it might be due to PHP's limit, the post_max_size and memory_limit directive.
You can try to increase the value of those from php.ini (located in /etc/php.ini) and restart Apache.
Then try again to open that particular email in Horde.
- 0 Users Found This Useful
相關文章
Allow directory listing in Linux VPS
To allow directory listing or directory browsing in your Linux VPS, create a .htaccess file (Yes,...
How to import/export mysql database from SSH?
From SSH command line, issue the following command:mysql -u username -p database_name <...
Upgrading PHP
By default, PHP that's on Linux VPS is version 5.1.6. In case your web application requires...
How can to increase the maximum attachment in webmail?
You need to increase the PHP directives below from the php.ini (/etc/php.ini) file. ...