Quantcast
Channel: iRedMail
Viewing all articles
Browse latest Browse all 14105

Can't create user

$
0
0

======== Required information ====
- iRedMail version: 0.8.4 (non pro)
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Linux/BSD distribution name and version: Ubuntu 12.04.2 LTS
- Related log if you're reporting an issue:
====
I can't create user (only user) and changed to debug mode.
Received messages when I try to create an user:

Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.7/web/application.py", line 242, in process
    return self.handle()
  File "/usr/lib/pymodules/python2.7/web/application.py", line 233, in handle
    return self._delegate(fn, self.fvars, args)
  File "/usr/lib/pymodules/python2.7/web/application.py", line 415, in _delegate
    return handle_class(cls)
  File "/usr/lib/pymodules/python2.7/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/user.py", line 189, in GET
    msg=i.get('msg'),
  File "/usr/share/apache2/iredadmin/libs/iredbase.py", line 168, in render_template
    return jinja_env.get_template(template_name).render(context)
  File "/usr/lib/python2.7/dist-packages/jinja2/environment.py", line 894, in render
    return self.environment.handle_exception(exc_info, True)
  File "/usr/share/apache2/iredadmin/libs/../templates/default/mysql/user/create.html", line 11, in top-level template code
    {% from "macros/msgHandlers.html" import userMsgHandler with context %}
  File "/usr/share/apache2/iredadmin/libs/../templates/default/layout.html", line 7, in top-level template code
    <title>{% block title %}{%endblock%}</title>
  File "/usr/share/apache2/iredadmin/libs/../templates/default/mysql/user/create.html", line 13, in block "title"
    {% block title %}{{ _('Add user under domain: %s') |format(cur_domain) }}{% endblock title %}
  File "/usr/lib/python2.7/dist-packages/jinja2/filters.py", line 503, in do_format
    return soft_unicode(value) % (kwargs or args)
TypeError: not all arguments converted during string formatting


Viewing all articles
Browse latest Browse all 14105

Trending Articles