Hi, I have a strange problem, possibly permissions related, that I was hoping someone might be able to help me diagnose.
I have my Django app configured so that I can upload images. Previously this worked fine, I've uploaded over 200 images with no problems. All of a sudden, however, it has stopped working. Now, when I upload a new image (or try to change an old one), the admin interface registers the new object, it's filename etc, but the image never actually makes it to the appropriate folder. I've checked that in the models upload_to is still set as I expect it, I've also checked that settings.py is still pointing at the correct media_root. I can only conclude that somehow the permissions on my media_root folder have somehow been mixed up and Django can no longer write to it. The only thing to have changed recently is that I migrated the site to a different domain (away from a subdomain to the main domain), so it's conceivable it happened then. Many thanks, Jon -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

