Config error message

Discussion in 'General' started by dampel, Mar 29, 2024.

  1. dampel

    dampel New Member

    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'} :&nbsp;</div>
              <div style="padding-left:150px;">{tmpl_var name='config_error_msg'}</div>
            </div>
        </p>
      </div>
    </tmpl_if>
    
     
    Last edited: Mar 29, 2024
  2. till

    till Super Moderator Staff Member ISPConfig Developer

  3. dampel

    dampel New Member

    Thank you
     

Share This Page