Hello,
Same upload problem here:
* latest version of Mezzanine (1.2.4), deployed with the bundled fabric file, on a newly installed Ubuntu 12.04 server
* works ok if I start the development server behind nginx
* doesn't work if I start django with gunicorn (manually or through supervisor)
The exact message is "KeyError at /admin/media-library/upload_file/ : '_auth_user_id'"
It appears to come from the function _upload_file, in filebrowser_safe/views.py
I had to add logging in django settings to see this.
Any help would be appreciated !
Thanks
Henri