Here is the message I get when try to log in.
Python version: 2.7.10 (default, Jul 5 2015, 10:29:10) [GCC 4.2.1 Compatible FreeBSD Clang 3.3 (tags/RELEASE_33/final 183502)]
Python main interpreter initialized at 0x8028850c0
python threads support enabled
your server socket listen backlog is limited to 100 connections
your mercy for graceful operations on workers is 60 seconds
mapped 72752 bytes (71 KB) for 1 cores
*** Operational MODE: single process ***
*** no app loaded. going in full dynamic mode ***
*** uWSGI is running in multiple interpreter mode ***
spawned uWSGI worker 1 (and the only) (pid: 1220, cores: 1)
WSGI app 0 (mountpoint='192.168.190.190:444|/iredadmin') ready in 1 seconds on interpreter 0x8028850c0 pid: 1220
192.168.190.190:444 [pid: 1220|app: 0|req: 1/1] 192.168.2.120 () {52 vars in 889 bytes} [Tue Sep 8 12:26:34 2015] GET /iredadmin => generated 4821 bytes in 1068 msecs (HTTP/1.1 200) 1 headers in 111 bytes (2 switches on core 0)
192.168.190.190:444 [pid: 1220|app: 0|req: 2/2] 192.168.2.120 () {62 vars in 1183 bytes} [Tue Sep 8 12:26:43 2015] POST /iredadmin/login => generated 0 bytes in 463 msecs (HTTP/1.1 303) 3 headers in 209 bytes (2 switches on core 0)
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/web/application.py", line 239, in process
return self.handle()
File "/usr/local/lib/python2.7/site-packages/web/application.py", line 230, in handle
return self._delegate(fn, self.fvars, args)
File "/usr/local/lib/python2.7/site-packages/web/application.py", line 420, in _delegate
return handle_class(cls)
File "/usr/local/lib/python2.7/site-packages/web/application.py", line 396, in handle_class
return tocall(*args)
File "/usr/local/www/iRedAdmin-0.4.2/controllers/decorators.py", line 11, in proxyfunc
return func(self, *args, **kw)
File "/usr/local/www/iRedAdmin-0.4.2/controllers/mysql/basic.py", line 133, in GET
newVersionInfo=newVersionInfo,
File "/usr/local/www/iRedAdmin-0.4.2/libs/iredbase.py", line 166, in render_template
return jinja_env.get_template(template_name).render(context)
File "/usr/local/lib/python2.7/site-packages/jinja2/environment.py", line 989, in render
return self.environment.handle_exception(exc_info, True)
File "/usr/local/lib/python2.7/site-packages/jinja2/environment.py", line 754, in handle_exception
reraise(exc_type, exc_value, tb)
File "/usr/local/www/iRedAdmin-0.4.2/libs/../templates/default/macros/general.html", line 795, in template
{% macro display_per_user_wblist(values=[], htmlInputName, label) -%}
TemplateSyntaxError: non-default argument follows default argument
192.168.190.190:444 [pid: 1220|app: 0|req: 3/3] 192.168.2.120 () {56 vars in 1060 bytes} [Tue Sep 8 12:26:43 2015] GET /iredadmin/dashboard/checknew => generated 21 bytes in 360 msecs (HTTP/1.1 500) 2 headers in 155 bytes (2 switches on core 0)