Hi Lukasz, This is a configuration/permissions problem on the server. Check to make sure the media/uploaded/ directory and all contents within (recursively) are owned by the web server's user.
If that doesn't solve it, it could either be an issue with your web server configuration pointing to the wrong location for these files, or SELinux is getting in the way (in which case you'll need rules that allow access by Apache). 1.7 is no longer supported outside of a support contract, so I'd also recommend upgrading to 2.5.x when convenient in order to continue receiving bug and security fixes. Christian On Thu, Jul 20, 2017 at 03:20 Lukasz <[email protected]> wrote: > Hi, we have a problem with downloading files attached to review request > (RB v. 1.7). > > Error is: > > Forbidden (403) > > You don't have permission to access (some-file-name.pdf) on this server. > > > We found that files bigger than about 2.5 MB are uploaded correctly, but > have different ownership than smaller ones (0600 vs. 0755). > > We tested a couple file types, all failed. User on which Review Board > works is not able to access these attachments. > > > Issue looks similar to below topics (from 2013 and 2015, but still without > solution): > > https://groups.google.com/d/topic/reviewboard-dev/a4LuUif6QMg/discussion > > https://groups.google.com/d/topic/reviewboard-dev/FtZ_Yq4p5g4/discussion > > > Is it known bug? Do you have solution for this case? > > > Regards. > > -- > Supercharge your Review Board with Power Pack: > https://www.reviewboard.org/powerpack/ > Want us to host Review Board for you? Check out RBCommons: > https://rbcommons.com/ > Happy user? Let us know! https://www.reviewboard.org/users/ > --- > You received this message because you are subscribed to the Google Groups > "reviewboard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- Christian Hammond President/CEO of Beanbag Makers of Review Board -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
