Re: SuspiciousOperation error saving uploaded files under apache

2009-01-12 Thread garagefan
I ran across this issue. You need make the "group", for the folder you will be saving images into, Apache. And give groups RWX permissions for that folder On Jan 12, 3:43 am, raik wrote: > Hi there, > > I am using a FileField to store user-uploaded files on the server. My > setup works with the

SuspiciousOperation error saving uploaded files under apache

2009-01-12 Thread raik
Hi there, I am using a FileField to store user-uploaded files on the server. My setup works with the development server but raises a SuspiciousOperation error when I switch to apache2. I spent hours trying to figure out what's going wrong but I am running out of ideas now ... settings.py: MEDIA_