403 Forbidden messages when saving items in django-admin
Howdy,
-- I run a Django website for some people that's hosted on a remote site. The issue I'm running into is that in the django admin section (the contrib module) my users get a 403 Forbidden message every time they save an item by pressing the "Save" submit-button:
Forbidden
You don't have permission to access /admin/Article/newsitem/10/ on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
The odd thing is that when I look at the list of items (in the above case news-items), the item that they attempted to save is there. Nothing about it seems to be missing, even uploaded images are where they're supposed to be.
This leads me to believe that it's actually a redirect that occurs after processing the POST request that is causing those 403 errors, but that would seem to be something internal to the admin contrib module?
Is this familiar to anyone or do you have any good suggestions of where to start digging?
The site is hosted remotely and I only have FTP access to it, so I can't verify a whole lot. If it's not something in my code or in the file structure, I'll have to pass the question on to the server admin who is not familiar with Django.
I'm fairly confident that the site is running Django 1.4.
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/a4b47ccc-f8e2-40a8-856c-ea7bfe7cfd99%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home