Topic: Internal server error after (jinja?) upgrade
======== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.2
- Linux/BSD distribution name and version: FreeBSD 9.3
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro? yes
- Related log if you're reporting an issue:
class 'jinja2.exceptions.TemplateSyntaxError'> at /dashboard
non-default argument follows default argument
Python /usr/local/www/iredadmin/libs/../templates/default/macros/general.html in template, line 1217
====
Similar to: http://www.iredmail.org/forum/topic9684 … error.html
Solution is to replace line 1218 from:
{% macro display_per_account_wblist(values=[], htmlInputName, label) -%}
to:
{% macro display_per_account_wblist(values, htmlInputName, label) -%}
----
Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.