Something broke. When I try to add a new configitem an error on the screen Can't use an undefined value as a HASH reference at / opt / otrs / / Kernel / System / ITSMConfigItem.pm line 1044. and in the system log (Class not found in database!) actually it is, but the record is created.
In addition, the table configitem 28 records in OTRS can only see 25. All manipulations are carried out only through OTRS.
I'm trying to find the error and I suddenly realized that I do not see where it stores the data directly to CI?
general_catalog - contains a list of classes
configitem - units numbers, class and status -
configitem_counter - count units into classes
configitem_definition - describe the structure of storage units according to the classes and their versions
configitem_history - content changes
configitem_history_type - the types of changes
configitem_version - the current version number of units
Question-and where is the data itself? At one table? What the name jf this table and how to find data there?
