Re: Malformed header from script.

2007-05-13 Thread Anthony Batchelor
> I didn't try posting the forum but I did visit the web site and click > on a couple of tags in the cloud. Got a list of posts, no error message. > > hth, > > - Mark Just before bed, I worked out the problem... I had left some print statements in my view. Although it worked in development, o

Malformed header from script.

2007-05-12 Thread Anthony Batchelor
Hi, I've developed a site that worked locally, but when I put it onto Dreamhost I started having problems with some areas. If you go to http://haircrazy.info/Tags/ and select a tag. You should go to a list of articles/posts etc. for that tag. Instead you are re-directed to the front page, the erro

Re: verdjn PhotoField problem...

2007-02-16 Thread Anthony Batchelor
Oops, I meant to say form here... > > The interesting part from the model is > > from django import forms > from hc.fields.photofield import PhotoField > from django.core import validators > from django.contrib.auth.models import User > from hc.users.models import UserProfile > > class EditAccoun

verdjn PhotoField problem...

2007-02-16 Thread Anthony Batchelor
Hi, I'm using the verdjn PhotoField and in most of the app it works fine. But, when I try to use it for an 'old' form, I get the following error Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/Django-0.95-py2.4.egg/django/ core/handlers/base.py" in get_response 74.