Hi,
when creating a new contact (or modifing an existing one) I'm not able to save firstname and second name; the record is created in the DB but fields firstname and secondname remain empty
It seem to be a general problem with the filed "first_name". Also saving fields in administration -> entity manager, Espo always answer "Error while rebuilding database"
Of course, the column 'first_name' on table 'contact' exists
Here is the log
[2017-01-25 11:35:49] Espo.ERROR: Fault to rebuild database schema. Details: There is no column with name 'first_name' on table 'contact'. [] []
[2017-01-25 11:35:49] Espo.ERROR: API [PUT]:/Admin/fieldManager/:scope/:name, Params:Array ( [scope] => Account [name] => billingAddressCity ) , InputData: {"name":"billingAddressCity","label":"Citta'","typ e":"varchar","dynamicLogicVisible":null,"dynamicLo gicRequired":null,"dynamicLogicReadOnly":null,"too ltipText":"","required":false,"default":"","maxLen gth":null,"trim":false,"audited":false,"tooltip":f alse} - Error while rebuilding database. See log file for details. [] []
[2017-01-25 11:35:49] Espo.ERROR: Display Error: Error while rebuilding database. See log file for details., Code: 500 URL: /api/v1/Admin/fieldManager/Account/billingAddressCity [] []
when creating a new contact (or modifing an existing one) I'm not able to save firstname and second name; the record is created in the DB but fields firstname and secondname remain empty
It seem to be a general problem with the filed "first_name". Also saving fields in administration -> entity manager, Espo always answer "Error while rebuilding database"
Of course, the column 'first_name' on table 'contact' exists
Here is the log
[2017-01-25 11:35:49] Espo.ERROR: Fault to rebuild database schema. Details: There is no column with name 'first_name' on table 'contact'. [] []
[2017-01-25 11:35:49] Espo.ERROR: API [PUT]:/Admin/fieldManager/:scope/:name, Params:Array ( [scope] => Account [name] => billingAddressCity ) , InputData: {"name":"billingAddressCity","label":"Citta'","typ e":"varchar","dynamicLogicVisible":null,"dynamicLo gicRequired":null,"dynamicLogicReadOnly":null,"too ltipText":"","required":false,"default":"","maxLen gth":null,"trim":false,"audited":false,"tooltip":f alse} - Error while rebuilding database. See log file for details. [] []
[2017-01-25 11:35:49] Espo.ERROR: Display Error: Error while rebuilding database. See log file for details., Code: 500 URL: /api/v1/Admin/fieldManager/Account/billingAddressCity [] []
Comment