Re: admin connection mysql problem

2006-06-27 Thread Andy Dustman
On 6/26/06, Patrick <[EMAIL PROTECTED]> wrote: > File "/usr/lib/python2.3/site-packages/MySQLdb/connections.py", line 151, > in __init__ > self.converter[types.StringType] = string_literal > > TypeError: object does not support item assignment I don't really know what the actual cause is,

Re: admin connection mysql problem

2006-06-27 Thread John DeRosa
Patrick Martini wrote: > Thanks for the answer :) > I have tries to start my site without installed application. > But the admin give me always the same problem. > > I have already broken two keyboards trying to risolve the problem :) > > Have you another suggestion ? nope, sorry!... --~--~--

Re: admin connection mysql problem

2006-06-27 Thread Patrick Martini
Thanks for the answer :) I have tries to start my site without installed application. But the admin give me always the same problem. I have already broken two keyboards trying to risolve the problem :) Have you another suggestion ? > > Oh well, sorry my suggestion didn't help. > > A brute force

Re: admin connection mysql problem

2006-06-27 Thread John DeRosa
Oh well, sorry my suggestion didn't help. A brute force way, if nobody else can help, would be to remove classes one at a time from your model until the admin site works again. Narrow down and then isolate the problem code, and then stare at it for a real long time... John Patrick wrote: >

Re: admin connection mysql problem

2006-06-27 Thread Patrick Martini
Now i have tried only the default admin page without any app and the results are the same John DeRosa wrote: > When I've seen messages similar to this, it's usually because an > identifier in the meta.Admin list_display list was not defined as a > field in the class. A good place to start woul

Re: admin connection mysql problem

2006-06-26 Thread Patrick
Thx john i have checked the spelling of every field listed in Admin class but the error was always there. Patrick John DeRosa wrote: > When I've seen messages similar to this, it's usually because an > identifier in the meta.Admin list_display list was not defined as a > field in the class. A

Re: admin connection mysql problem

2006-06-26 Thread John DeRosa
When I've seen messages similar to this, it's usually because an identifier in the meta.Admin list_display list was not defined as a field in the class. A good place to start would be to check the spelling of every field listed in meta.Admin. John Patrick wrote: > Hi, > when i go in my admin

admin connection mysql problem

2006-06-26 Thread Patrick
Hi, when i go in my admin site (http://basetta.pupazzo.org/admin) I recieve always this Mod_python error: "PythonHandler django.core.handlers.modpython" Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/mod_python/apache.py", line 299, in HandlerDispatch result =