Hey all,
I am getting "Base Server Response" everytime I try to create a new field in the User Entity. I have deleted the database and reinstalled it several times, but EVERY time I seem to edit the User Entity I get errors. Here is the one that is happening right now (right after making a multiEnum field:
[2017-08-05 04:06:49] Espo.ERROR: Uncaught Exception PDOException: "SQLSTATE[42S22]: Column not found: 1054 Unknown column 'user.type_of_user' in 'field list'" at /home2/*******/public_html/crm/application/Espo/ORM/DB/Mapper.php line 114 {"exception":"[object] (PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'user.type_of_user' in 'field list' at /home2/*******/public_html/crm/application/Espo/ORM/DB/Mapper.php:114)"} []
I am getting "Base Server Response" everytime I try to create a new field in the User Entity. I have deleted the database and reinstalled it several times, but EVERY time I seem to edit the User Entity I get errors. Here is the one that is happening right now (right after making a multiEnum field:
[2017-08-05 04:06:49] Espo.ERROR: Uncaught Exception PDOException: "SQLSTATE[42S22]: Column not found: 1054 Unknown column 'user.type_of_user' in 'field list'" at /home2/*******/public_html/crm/application/Espo/ORM/DB/Mapper.php line 114 {"exception":"[object] (PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'user.type_of_user' in 'field list' at /home2/*******/public_html/crm/application/Espo/ORM/DB/Mapper.php:114)"} []
Comment