I'm digging on it. The problem is I move the website from webfaction to djangoeurope. I got this problem on the admin panel when I try to upload a picture
POST /admin/filer/clipboard/operations/upload/?qqfile=IMG-20130619-WA0000.jpg 500 (Internal Server Error) fileuploader.js:1220
qq.extend._upload fileuploader.js:1220
qq.UploadHandlerAbstract.upload fileuploader.js:908
qq.FileUploaderBasic._uploadFile fileuploader.js:413
qq.FileUploaderBasic._uploadFileList fileuploader.js:404
qq.FileUploaderBasic._onInputChange fileuploader.js:388
qq.UploadButton.onChange fileuploader.js:325
(anonymous function)
GET /en/admin/filer/folder/4/list/undefined/ 404 (Not Found) jquery.min.js:112
c.extend.clean jquery.min.js:112
sa jquery.min.js:20
c.fn.extend.domManip jquery.min.js:109
c.fn.extend.append jquery.min.js:103
c.fn.extend.html jquery.min.js:107
qq.FileUploaderBasic.onComplete /en/admin/filer/folder/4/list/:139
qq.(anonymous function).onComplete fileuploader.js:349
qq.extend._onComplete fileuploader.js:1246
xhr.onreadystatechange
############
I check the pillow library and seems to be correct. I had a similar problem few months ago (
https://github.com/stefanfoulis/django-filer/issues/257) and I solved it installing the correct libraries on my personal server. Now I have to face with Django Europe hosting service and my hands are tied ;-)
Just I would like to understand where I can find more info about the problem I had. I already set FILER_DEBUG = True.
Karim Gorjux