I found the error in the logs:

Error - <type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'id'
URL: http://galaxy.bric.dk/user/manage_user_info?cntrller=user
File '/steno-internal/projects/galaxy/galaxy-dist/lib/galaxy/web/framework/middleware/error.py', line 149 in __call__
  app_iter = self.application(environ, sr_checker)
File '/steno-internal/projects/galaxy/galaxy-dist/eggs/Paste-1.7.5.1-py2.7.egg/paste/recursive.py', line 84 in __call__
  return self.application(environ, start_response)
File '/steno-internal/projects/galaxy/galaxy-dist/eggs/Paste-1.7.5.1-py2.7.egg/paste/httpexceptions.py', line 633 in __call__
  return self.application(environ, start_response)
File '/steno-internal/projects/galaxy/galaxy-dist/lib/galaxy/web/framework/base.py', line 132 in __call__
  return self.handle_request( environ, start_response )
File '/steno-internal/projects/galaxy/galaxy-dist/lib/galaxy/web/framework/base.py', line 190 in handle_request
  body = method( trans, **kwargs )
File '/steno-internal/projects/galaxy/galaxy-dist/lib/galaxy/webapps/galaxy/controllers/user.py', line 926 in manage_user_info
  status=status )
File '/steno-internal/projects/galaxy/galaxy-dist/lib/galaxy/web/framework/__init__.py', line 1002 in fill_template
  return self.fill_template_mako( filename, **kwargs )
File '/steno-internal/projects/galaxy/galaxy-dist/lib/galaxy/web/framework/__init__.py', line 1017 in fill_template_mako
  return template.render( **data )
File '/steno-internal/projects/galaxy/galaxy-dist/eggs/Mako-0.4.1-py2.7.egg/mako/template.py', line 296 in render
  return runtime._render(self, self.callable_, args, data)
File '/steno-internal/projects/galaxy/galaxy-dist/eggs/Mako-0.4.1-py2.7.egg/mako/runtime.py', line 660 in _render
  **_kwargs_for_callable(callable_, data))
File '/steno-internal/projects/galaxy/galaxy-dist/eggs/Mako-0.4.1-py2.7.egg/mako/runtime.py', line 692 in _render_context
  _exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
File '/steno-internal/projects/galaxy/galaxy-dist/eggs/Mako-0.4.1-py2.7.egg/mako/runtime.py', line 718 in _exec_template
  callable_(context, *args, **kwargs)
File '/steno-internal/projects/galaxy/galaxy-dist/database/compiled_templates/base.mako.py', line 42 in render_body
  __M_writer(unicode(next.body()))
File '/steno-internal/projects/galaxy/galaxy-dist/database/compiled_templates/webapps/galaxy/user/manage_info.mako.py', line 93 in render_body
  __M_writer(unicode(trans.security.encode_id( user_type_form_definition.id )))
AttributeError: 'NoneType' object has no attribute 'id'



2014/1/14 Nikos Sidiropoulos <nikos.sidiro@gmail.com>
Hi all,

Although users were able to create accounts till recently, now the following error pops up whenever someone is trying to register as a new user after filling the fields and clicking submit.

"Select the user's type and information"

Is anyone familiar with this error?

Bests,
Nikos