Posted by Alexander Ladda |
|
I installed Communitydraft; When editing my superuser profile I get this:
Environment: Request Method: POST Request URL: http://127.0.0.1:8000/community/profile/edit/ Django Version: 0.97-pre-SVN-7249 Python Version: 2.5.1 Installed Applications: ['django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'django.contrib.humanize', 'django.contrib.flatpages', 'django.contrib.admin', 'django.contrib.sitemaps', 'sphene.community', 'sphene.sphboard', 'sphene.sphwiki', 'sphene.sphblog'] Installed Middleware: ('sphene.community.middleware.ThreadLocals', 'sphene.community.middleware.GroupMiddleware', 'sphene.community.middleware.MultiHostMiddleware', 'sphene.community.middleware.LastModified', 'django.middleware.common.CommonMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.middleware.locale.LocaleMiddleware', 'django.middleware.doc.XViewMiddleware', 'sphene.community.middleware.PermissionDeniedMiddleware') Traceback: File "/home/alex/django_trunk/django/core/handlers/base.py" in get_response 82. response = callback(request, *callback_args, **callback_kwargs) File "/home/alex/communitydraft/community/../../communitytools/sphenecoll/sphene/community/views.py" in profile_edit_mine 267. return profile_edit(request, group = group, user_id = None) File "/home/alex/communitydraft/community/../../communitytools/sphenecoll/sphene/community/views.py" in profile_edit 309. request = request, File "/home/alex/django_trunk/django/dispatch/dispatcher.py" in send 360. **named File "/home/alex/django_trunk/django/dispatch/robustapply.py" in robustApply 47. return receiver(*arguments, **named) File "/home/alex/communitydraft/community/../../communitytools/sphenecoll/sphene/sphboard/models.py" in board_profile_edit_save_form 1340. request.user.message_set.create( message = ugettext_lazy(u"Successfully saved board profile.") ) File "/home/alex/django_trunk/django/db/models/fields/related.py" in create 261. self.add(new_obj) File "/home/alex/django_trunk/django/db/models/fields/related.py" in add 256. obj.save() File "/home/alex/django_trunk/django/db/models/base.py" in save 264. ','.join(placeholders)), db_values) File "/home/alex/django_trunk/django/db/backends/util.py" in execute 18. return self.cursor.execute(sql, params) Exception Type: ProgrammingError at /community/profile/edit/ Exception Value: can't adapt do you want this kind of stuff here or at http://code.google.com/p/sct-project/issues/list ? |
|
Posted by Herbert Poul |
|
hmm.. i don't get this error .. but i suspect it's because of using ugettext_lazy ... i've changed that to ugettext .. could you try it again ?
well .. for small bugs i prefer the forum.. as long as there are not dozens of problems open simultaneously it should work :) otherwise it might get hard to keep an overview on what is solved and what isn't .. for now the google code issue tracker is just to keep track of feature requests which won't be implemented immediately :) Hey, we have Signatures !!! Great, isn't it ? ;) |
|
Posted by Alexander Ladda |
|
yes. that was it. It works now.
about issuetracker: I don't really know what would be a small bug and what would be some really big issue ... I just guessed, that it would be pretty basic stuff for you... and I also just want it written down, that's why I'd like to post stuff, that comes to my mind. There's no pressure to get it fixed asap... --- Last Edited by Alexander Ladda at 2008-03-15 16:27:51 --- |
|
Posted by Herbert Poul |
|
simply post all bugs here if it's a bigger problem so it can't be fixed immediately and isn't of priority .. i can still move it into the issue tracker.. i don't see this as much of a problem :)
btw. you haven't responded to the top-aligned author info http://code.google.com/p/sct-project/issues/detail?id=92 ;) Hey, we have Signatures !!! Great, isn't it ? ;) |
Please login to post a reply.