Roundcube Community Forum

Release Support => Pending Issues => Topic started by: starion on February 10, 2017, 01:41:48 PM

Title: Size limit text in "Attach a file" dialog...
Post by: starion on February 10, 2017, 01:41:48 PM
I have changed the settings in php.ini for larger upload and post sizes to 20M.  No problem there.  However the roundcube file attachment dialog box still shows "Maximum allowed file size is 2.0MB".

I have seen several references to this, but was unable to find a solution.  Anybody know how to do this?
Title: Re: Size limit text in "Attach a file" dialog...
Post by: SKaero on February 10, 2017, 02:07:01 PM
1. Make sure you change post_max_size as well as upload_max_filesize.
2. Make sure your changing the correct php.ini, many systems have multiple php.ini files for different environments.
3. Make sure you restarted the web server after you made the change.
Title: Re: Size limit text in "Attach a file" dialog...
Post by: starion on February 10, 2017, 02:09:39 PM
Doh.  Restart httpd and works fine.