Changes between Initial Version and Version 1 of Ticket #28170


Ignore:
Timestamp:
May 3, 2017, 7:32:31 PM (7 years ago)
Author:
Tim Graham
Comment:

I'm not sure if there's much we can do with the report without a way to reproduce the problem. If you can bisect to determine the commit where the behavior changed, that would be useful.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28170

    • Property Component Core (Other)File uploads/storage
  • Ticket #28170 – Description

    initial v1  
    11I upgraded from DJango 1.10.6 to 1.11 and can no longer use FileField to upload files larger than 2.5 MB.  When an attempt is made to upload a larger file I get the error below occurs.  Please note if I downgrade to 1.10.6 again the upload feature works just fine.
    2 
     2{{{
    33Django Version: 1.11
    44Exception Type: PermissionError
     
    118118Exception Type: PermissionError at /orders/service/vpn/5/
    119119Exception Value: [Errno 1] Operation not permitted
     120}}}
Back to Top