This is finally fixed in https://github.com/stephenmcd/mezzanine/commit/9527662dc3c7d7dfaa6397e01be9ebc999f2646f
On Friday, 1 February 2013 14:17:11 UTC+11, Josh Cartmell wrote: > > I'm getting the following error when I try to submit a Mezzanine form that > includes two larger files (the files are about 1.3mb each): > > Traceback (most recent call last): > > File ".../lib/python2.7/site-packages/django/core/handlers/base.py", > line 105, in get_response > response = middleware_method(request, callback, callback_args, > callback_kwargs) > > File > "...lib/python2.7/site-packages/Mezzanine-1.2.3-py2.7.egg/mezzanine/pages/middleware.py", > > line 80, in process_view > processor_response = processor(request, page) > > File > "...lib/python2.7/site-packages/Mezzanine-1.2.3-py2.7.egg/mezzanine/forms/page_processors.py", > > line 58, in form_processor > f.seek(0) > > ValueError: I/O operation on closed file > > After submitting the serving produces a 500 error. The form entries, and > files end up in the database, but no emails are sent to people who should > get copies. > > Anyone have any tips or pointers? > > Thanks, > Josh > -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" 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.
