fujunzhuo / gae-django-cms

Automatically exported from code.google.com/p/gae-django-cms
0 stars 0 forks source link

不能修改个人信息 #19

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. 修改个人信息
2. submit
3.

What is the expected output? What do you see instead?
显示There was an error while handling your request.

What version of the product are you using? On what operating system?
v2.0

Please provide any additional information below.
估计是键的名称的问题
12-31 09:35AM 47.827 /profile 500 43ms 112cpu_ms 42api_cpu_ms 1kb Mozilla/5.0 
(Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) 
Chrome/7.0.517.41 Safari/534.7,gzip(gfe)
222.29.39.52 - wangxing.pku [31/Dec/2010:09:35:47 -0800] "POST /profile 
HTTP/1.1" 500 1061 "http://siteofaqi.appspot.com/profile" "Mozilla/5.0 
(Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) 
Chrome/7.0.517.41 Safari/534.7,gzip(gfe)" "siteofaqi.appspot.com" ms=44 
cpu_ms=112 api_cpu_ms=42 cpm_usd=0.003368
E 12-31 09:35AM 47.854
Exception in request:
Traceback (most recent call last):
  File "/base/data/home/apps/siteofaqi/2.347301723764435373/common/zip-packages/django-1.1.zip/django/core/handlers/base.py", line 92, in get_response
    response = callback(request, *callback_args, **callback_kwargs)
  File "/base/data/home/apps/siteofaqi/2.347301723764435373/common/zip-packages/django-1.1.zip/django/contrib/auth/decorators.py", line 78, in __call__
    return self.view_func(request, *args, **kwargs)
  File "/base/data/home/apps/siteofaqi/2.347301723764435373/app1/views.py", line 659, in profile
    art_left = cd['art_left']
KeyError: 'art_left'

Original issue reported on code.google.com by wangxing...@gmail.com on 31 Dec 2010 at 5:39