• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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