I have installed mezzanine and I have tried to use the admin interface to upload some pictures to media library. I didn't have any problem on dev server (localhost) but on the deployment server I get the following:
NetworkError: 500 INTERNAL SERVER ERROR - http://mydomain/asset_proxy/?u=http://mydomain/static/filebrowser/uploadify/uploadify.swf
I've tried to find a solution on the internet without any success. All the topics related to this problem are ambiguous and didn't help me at all.
It seems there might be a security issue when the server tries to load the flash object (uploadify.swf) but I don't really get it.
I'd be very happy to understand where the problem comes from as much as how to fix it.
Thanks a lot!