• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Downloading attachments in Horde/Webmail

T

thedust2010

Guest
It seems anything above 1.5MB can not be downloaded or displayed at all from inside Horde. I've looked at my phpinfo() output and all limits are set to 2MB or higher, so I don't think it's a PHP configuration issue. Besides, I'm not uploading... just downloading.

Anyone else have this problem? Clients want to kill me...
 
Solved this by simply increasing the following values in /etc/php.ini:

max_execution_time
max_input_time
memory_limit
 
Back
Top