Hi all,

I'm trying to delete and Authentication Server from a domain, but I'm
getting this error message:

Environment:

Request Method: POST
Request URL: http://baruwa.domain.tld/settings/auth/2/delete/
Django Version: 1.2.3
Python Version: 2.6.6
Installed Applications:
['django.contrib.auth',
 'django.contrib.contenttypes',
 'django.contrib.sessions',
 'baruwa.auth',
 'baruwa.accounts',
 'baruwa.messages',
 'baruwa.lists',
 'baruwa.reports',
 'baruwa.status',
 'baruwa.config']
Installed Middleware:
('django.middleware.gzip.GZipMiddleware',
 'django.middleware.common.CommonMiddleware',
 'django.contrib.sessions.middleware.SessionMiddleware',
 'django.contrib.auth.middleware.AuthenticationMiddleware',
 'django.contrib.csrf.middleware.CsrfMiddleware')


Traceback:
File "/usr/lib/pymodules/python2.6/django/core/handlers/base.py" in
get_response
  100.                     response = callback(request, *callback_args,
**callback_kwargs)
File "/usr/lib/pymodules/python2.6/django/contrib/auth/decorators.py" in
_wrapped_view
  25.                 return view_func(request, *args, **kwargs)
File "/usr/lib/pymodules/python2.6/baruwa/utils/decorators.py" in _inner
  34.         return function(request, *args, **kwargs)
File "/usr/lib/pymodules/python2.6/baruwa/config/views.py" in
delete_auth_host
  310.         if form.is_valid():
File "/usr/lib/pymodules/python2.6/django/forms/forms.py" in is_valid
  121.         return self.is_bound and not bool(self.errors)
File "/usr/lib/pymodules/python2.6/django/forms/forms.py" in _get_errors
  112.             self.full_clean()
File "/usr/lib/pymodules/python2.6/django/forms/forms.py" in full_clean
  267.         self._clean_fields()
File "/usr/lib/pymodules/python2.6/django/forms/forms.py" in _clean_fields
  278.             value = field.widget.value_from_datadict(self.data,
self.files, self.add_prefix(name))

Exception Type: AttributeError at /settings/auth/2/delete/
Exception Value: 'NoneType' object has no attribute 'widget'

Is anyone able to assist please?

Thanks in advance,
Jim



-- 
View this message in context: 
http://baruwa-users-list.963389.n3.nabble.com/Baruwa-1-0-2-Delete-Authentication-Server-tp2555285p2555285.html
Sent from the Baruwa users list mailing list archive at Nabble.com.
_______________________________________________
Baruwa mailing list
[email protected]
http://lists.baruwa.org/mailman/listinfo/baruwa

Reply via email to