Is this configuration error output code still actual in there files? /usr/local/ispconfig/interface/web/sites/templates/web_vhost_domain_edit.htm /usr/local/ispconfig/interface/web/sites/templates/web_vhost_domain_redirect.htm /usr/local/ispconfig/interface/web/sites/templates/web_vhost_domain_ssl.htm /usr/local/ispconfig/interface/web/sites/templates/web_vhost_domain_advanced.htm Code: <tmpl_if name="config_error_msg"> <div class="alert alert-danger"> <p> <tmpl_var name="configuration_error_txt"> <div> <div style="float:left;width:150px;">{tmpl_var name='config_error_tstamp'} : </div> <div style="padding-left:150px;">{tmpl_var name='config_error_msg'}</div> </div> </p> </div> </tmpl_if>
You can find the ISPConfig GIT repository here: https://git.ispconfig.org/ispconfig/ispconfig3/-/tree/develop There you can see which code is and needs to be in which files.