1.Acknowledges!
Line 4069 in file include/forms.inc.php
change
$exp_SELECT = new CComboBox('ack_enable');
into
$exp_select = new CComboBox('ack_enable');
this typo breaks configuration of acknowledges undex unix like env.
2.Adding items!
and adding items to the servers allways selects the same server (first one).
Line 4069 in file include/forms.inc.php
change
$exp_SELECT = new CComboBox('ack_enable');
into
$exp_select = new CComboBox('ack_enable');
this typo breaks configuration of acknowledges undex unix like env.
2.Adding items!
and adding items to the servers allways selects the same server (first one).