I just moved my Django stuff from Dreamhost to Webfaction, and have been trying to track down a lot of weird problems since the move. One of the oddest is this proxy error problem.
If the user attempts to update their profile, it throws a proxy error if the "state" field is in the form. The template code is: <label for="id_state">State/Province</label> {{ form.state }}<br /> Which outputs: <label for="id_state">State/Province</label> <input type="text" id="id_state" class="vTextField" name="state" size="30" value="" maxlength="200" /><br /> If that template code is commented out, there's no problem. If it's there, I get a proxy error, every time. Why the heck would that simple form field cause a POST error? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---