3835: AttributeError: 'NoneType' object has no attribute 'get' in reviewboard\admin\views.py", line 39

der.*****@gmai***** (Google Code) (Is this you? Claim this profile.)
April 15, 2015
3819
What version are you running?
reviewboard-2.0.15-py2.7.egg

What's the URL of the page containing the problem?
reviewboard\admin\

What steps will reproduce the problem?
1. Login with a local administrator (staff)
2. Go to Admin page

What is the expected output? What do you see instead?
Admin page should be displayed, but instead 
"Something broke! (Error 500)"

What operating system are you using? What browser?
Windows Server 2008 R2 english, Chrome

Please provide any additional information below.
Traceback (most recent call last):

  File "D:\Programs\Python27\lib\site-packages\django-1.6.11-py2.7.egg\django\core\handlers\base.py", line 112, in get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)

  File "D:\Programs\Python27\lib\site-packages\django-1.6.11-py2.7.egg\django\contrib\admin\views\decorators.py", line 17, in _checklogin
    return view_func(request, *args, **kwargs)

  File "D:\Programs\Python27\lib\site-packages\reviewboard-2.0.15-py2.7.egg\reviewboard\admin\views.py", line 39, in dashboard
    primary_widget_positions = profile_data.get('primary_widget_positions')

AttributeError: 'NoneType' object has no attribute 'get'

I have no clue, why profile_data is None.

Also, when logging in with an LDAP Admin, the page works.
Seems to be something missing when create a new Admin account?

Thanks for your help.