Roundcube Community Forum

Release Support => Pending Issues => Topic started by: GD96 on June 24, 2012, 01:10:41 PM

Title: Attachment Size , php5-fpm and nginx problems [Solved]
Post by: GD96 on June 24, 2012, 01:10:41 PM
UPDATE:

Seems that updating to 7.2 fixed the issue, I can't tell you exactly why it fixed it, but it did.

Hello Everyone,

I am having a bit of  a problem changing the default upload limit on my server. As I stated in the subject line I am running nginx with php5-fpm. I have included fastcgi_param PHP_VALUE in my nginx php block ( with all the pertinent info , post_max_size and so on). I have also done the same in the php.ini file to change it globally, since nginx does not use .htaccess files. So I am at a bit of a loss as when I log into roundcube, it displays the new limit when I attach a file , but the icon that shows it is uploading will spin forever and never finish.

Does anyone have any insight as to what I need to change?

Here are the values I have changed in nginx, and php.ini

upload_max_filename
postmax_size
log_errors
error_log
max_input_time
memory_limit

Any help would be appreciated.

Thank You.
Title: Re: Attachment Size , php5-fpm and nginx problems
Post by: SKaero on June 24, 2012, 03:06:25 PM
Are there any errors in the RoundCube error log?
Title: Re: Attachment Size , php5-fpm and nginx problems
Post by: GD96 on June 24, 2012, 03:37:43 PM
No, nothing that would pertain to that.