Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RainLoop file upload does not work #1184

Open
criskolkman opened this issue Sep 21, 2016 · 8 comments
Open

RainLoop file upload does not work #1184

criskolkman opened this issue Sep 21, 2016 · 8 comments

Comments

@criskolkman
Copy link

criskolkman commented Sep 21, 2016

Hello all,

I've been searching for this for quite a while now but haven't found a solution yet.
Attachment uploads do not work (most of the time) and I can't really find out why, it also seems random and not really limited to an upload size.
See screenshots.
rainloop
error

Running on CentOS 7 with Apache2.
Error message is "An unkown file upload error occured".

@RainLoop
Copy link
Owner

RainLoop commented Sep 21, 2016

Fixed in v1.10.4.181
Thanks for reporting this problem!

@criskolkman
Copy link
Author

Hello,

I have the new version installed but the exact same problem is happening.

@criskolkman
Copy link
Author

Anything on this because it's still not working?

@dgiordano
Copy link

dgiordano commented Oct 12, 2016

Hi Experts, I'm using the latest versione of rainloop 1.10.4.183 but I've the same issue.
attachment_error
Not all clients have this problem. Only some one.
How can I fix it?
PHP and NGINX settings are ok.
Thanks in advance.

@dgiordano
Copy link

I fix my issue studing logs of rainloop.
Was a permission error in the folder /var/www/apps/rainloop/data/data***/default/storage/files/an

Thanks.

@criskolkman
Copy link
Author

Don't think this is the solution for me.
The location for the AN folder you mention is in:
/var/www/clients/client2/web2/web/data/data/default/storage/cfg

And the rights on those folders:
]# ls -l
total 16
drwxr-xr-x 3 web2 client2 4096 Sep 24 12:01 an
drwxr-xr-x 3 web2 client2 4096 Sep 23 14:07 cr
drwxr-xr-x 3 web2 client2 4096 Sep 23 16:46 in
drwxr-xr-x 3 web2 client2 4096 Sep 24 11:52 ti

@Franselbaer
Copy link

Seems to be still open. It really looks like Rainloop cannot store uploaded files because of permission. Haven't found it yet.

@woohooyeah
Copy link

woohooyeah commented Oct 25, 2018

Not sure whether it's the same issue, but I also experienced an inability to upload any attachments. My NGINX logs were showing things like:
2018/10/24 18:22:43 [error] 12165#0: *4294 client intended to send too large body: [blah blah blah]

It works here now by setting:
client_max_body_size 30M;
in my RainLoop's website config in NGINX.

The equivalent for Apache2 would be:
LimitRequestBody 31457280

Or some other sane value. I never noticed until recently, when trying attachments larger than 1M (NGINX's default client_max_body_size value). But Apache2 should have a default of LimitRequestBody 0, so it might indeed be permission related in your case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants