in Centurion_Form_Model_Abstract::_columnToElements(), line 917:
if ($this->_columnValidators[$datatype] == 'stringLength') { /* add length option to StringLength validator */ }
typo error: should be 'StringLength' instead of 'stringLength'
currently on case sensitive OS like Linux, StringLength validator is added but without any option because the if returns false
in Centurion_Form_Model_Abstract::_columnToElements(), line 917: if ($this->_columnValidators[$datatype] == 'stringLength') { /* add length option to StringLength validator */ } typo error: should be 'StringLength' instead of 'stringLength' currently on case sensitive OS like Linux, StringLength validator is added but without any option because the if returns false