Re: Data truncated for column 'text' at row 1

2007-11-12 Thread francois
ave built my site on the Django dev server and everything works > > fine there. But when I uploaded the project to a Apache + mod_python > > server I got an error > > > Data truncated for column 'text' at row 1 > > > That is shown when I pass swedish chars like å

Re: Data truncated for column 'text' at row 1

2007-11-12 Thread francois
<[EMAIL PROTECTED]> wrote: > Hi! > I have built my site on the Django dev server and everything works > fine there. But when I uploaded the project to a Apache + mod_python > server I got an error > > Data truncated for column 'text' at row 1 > > That is shown when I pas

Re: Data truncated for column 'text' at row 1

2007-09-28 Thread Dushyant Sharma
uilt my site on the Django dev server and everything works > fine there. But when I uploaded the project to a Apache + mod_python > server I got an error > > Data truncated for column 'text' at row 1 > > That is shown when I pass swedish chars like å ä and ö into a form, > which then POST

Re: Data truncated for column 'text' at row 1

2007-09-28 Thread Ester Ytterbrink
I had the same problem, caused by using the letters å, ä and ö, when editing my database from the admin page. For me it was solved by recreating the database with character set utf8 and collation utf8_unicode_ci. I use MySql 5.0.37 and Django 0.96.

Re: Data truncated for column 'text' at row 1

2007-09-25 Thread Andrey Khavryuchenko
SD> Data truncated for column 'text' at row 1 [...] SD> The POSTing works 'cause when I return to the site I can see the post. SD> I guess this has something to do with unicode or something, but I SD> don't really know where to look. SD> Any hint is really appreciat

Data truncated for column 'text' at row 1

2007-09-24 Thread Sebastian Dahlgren
Hi! I have built my site on the Django dev server and everything works fine there. But when I uploaded the project to a Apache + mod_python server I got an error Data truncated for column 'text' at row 1 That is shown when I pass swedish chars like å ä and ö into a form, which then POST's

Data truncated for column 'text' at row 1

2007-09-24 Thread Sebastian Dahlgren
Hi! I have built my site on the Django dev server and everything works fine there. But when I uploaded the project to a Apache + mod_python server I got an error Data truncated for column 'text' at row 1 That is shown when I pass swedish chars like å ä and ö into a form, which then POST's