1

Topic: NameError: global name 'throttle' is not defined

==== Required information ====
- iRedMail version: 0.8.6.
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Linux/BSD distribution name and version: Debian 6
- Related log if you're reporting an issue: /var/log/apache2/error.log
====


Everything seems to be working. Do I need to do anything about this error message?

Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.6/web/application.py", line 242, in process
    return self.handle()
  File "/usr/lib/pymodules/python2.6/web/application.py", line 233, in handle
    return self._delegate(fn, self.fvars, args)
  File "/usr/lib/pymodules/python2.6/web/application.py", line 415, in _delegate
    return handle_class(cls)
  File "/usr/lib/pymodules/python2.6/web/application.py", line 390, in handle_class
    return tocall(*args)
  File "/usr/share/apache2/iredadmin/controllers/decorators.py", line 11, in proxyfunc
    return func(self, *args, **kw)
  File "/usr/share/apache2/iredadmin/controllers/mysql/domain.py", line 121, in GET
    throttleLib = throttle.Throttle()
NameError: global name 'throttle' is not defined

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: NameError: global name 'throttle' is not defined

Does logout and re-login fix this issue?

3

Re: NameError: global name 'throttle' is not defined

ZhangHuangbin wrote:

Does logout and re-login fix this issue?

Yes, thank you!