Hi, I just encountered the following exception when I wanted to look from work, what my computer has done this day so far.
Seems like there are some rights missing. If you need more info than that I try to save the page, not just the exception traceback which is attached below. Norbert ---------------------------------- Environment: Request Method: GET Request URL: http://tah.openstreetmap.org/User/show/byid/236/ Django Version: 1.0-beta_2-SVN-8629 Python Version: 2.4.4 Installed Applications: ['django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sites', 'django.contrib.admin', 'tah.user', 'tah.browse', 'tah.requests', 'tah.tah_intern'] Installed Middleware: ('django.middleware.common.CommonMiddleware', 'django.middleware.http.SetRemoteAddrFromForwardedFor', 'django.contrib.sessions.middleware.SessionMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware') Traceback: File "/var/www/tah/user/views.py" in show_single_user 38. try: u = TahUser.objects.get(user__pk=searchstring) # Get the user in the system File "/home/spaetz/django-trunk/django/db/models/query.py" in get 296. num = len(clone) File "/home/spaetz/django-trunk/django/db/models/query.py" in __len__ 152. self._result_cache = list(self.iterator()) File "/home/spaetz/django-trunk/django/db/models/query.py" in iterator 267. for row in self.query.results_iter(): File "/home/spaetz/django-trunk/django/db/models/sql/query.py" in results_iter 206. for rows in self.execute_sql(MULTI): File "/home/spaetz/django-trunk/django/db/models/sql/query.py" in execute_sql 1652. cursor.execute(sql, params) Exception Type: ProgrammingError at /User/show/byid/236/ Exception Value: permission denied for relation user_tahuser -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer _______________________________________________ Tilesathome mailing list [email protected] http://lists.openstreetmap.org/listinfo/tilesathome
