Author Topic: Attachment Size , php5-fpm and nginx problems [Solved]  (Read 3392 times)

Offline GD96

  • Newbie
  • *
  • Posts: 2
Attachment Size , php5-fpm and nginx problems [Solved]
« 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.
« Last Edit: June 25, 2012, 09:55:48 AM by GD96 »

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,901
    • SKaero - Custom Roundcube development
Re: Attachment Size , php5-fpm and nginx problems
« Reply #1 on: June 24, 2012, 03:06:25 PM »
Are there any errors in the RoundCube error log?

Offline GD96

  • Newbie
  • *
  • Posts: 2
Re: Attachment Size , php5-fpm and nginx problems
« Reply #2 on: June 24, 2012, 03:37:43 PM »
No, nothing that would pertain to that.