Page 1 of 1

Exception when edititing profile fields

Posted: Wed May 02, 2007 12:25 pm
by markus
A char type profile was added to the openemm customer profile.
When I try to edit the profile fields the following exception shows up:
Ursache: javax.servlet.ServletException: javax.servlet.jsp.JspException: Missing message for key "fieldType.CHAR"
The entry in the field table looks ok:

Code: Select all

INSERT INTO `customer_field_tbl` (`company_id`, `col_name`, `admin_id`, `shortname`, `description`, `default_value`, `mode_edit`, `mode_insert`) VALUES  (1, 'intern', 0, 'intern', 'Test Profile Field Descr', 'n', 0, 0);
Can I remove the field in the db? I could delete the line from customer_field_tbl and remove the appropriate column from customer_1_tbl. Are these the only tables that are changed when creating a new profile field?

Thanks in advance!