hi,

this problem may not be django related at all, but maybe someone here could 
tell me how to debug it.

I have a VPS on Gandi with several .90 django sites and some running on latest 
trunk. I had set up virtualenv to run the sites on trunk. The sites on trunk 
run perfectly. The .90 sites also run perfectly. Only problem is that every 
few days, admin login fails in all the .90 sites. The error is:

Request Method:         GET
Request URL:    http://ootygolfclub.org/web/admin/
Exception Type:         ProgrammingError
Exception Value:        ERROR: column "web" does not exist LINE 1: 
...kages"."name" 
FROM "packages" WHERE "packages"."label" = web ^ SELECT 
"packages"."label","packages"."name" FROM "packages" WHERE "packages"."label" 
= web
Exception Location:     /usr/lib/python2.5/site-packages/django/core/db/base.py 
in execute, line 9

the point is that column web exists, and running psql from the command prompt 
I am able to run this select statement and get a reply.

Apache2.2 with mod_python, postgresql8.3 on debian lenny.

Any idea where to start looking for the problem?
-- 
regards
kg
http://lawgon.livejournal.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to