500 Internal Server Error
Internal Server Error
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.
-----
in /var/log/messages
this file
ERROR: null value in column "name" violates not-null constraint
DETAIL: Failing row contains (732, null, null, null, 1, null, null, null, 1, 1, t, null, 2016-05-11 13:27:12.752903, 2016-05-11 13:27:12.752903, 753, t, t, null, null, null, null).
STATEMENT: INSERT INTO "crm_team" ("id", "alias_id", "company_id", "use_leads", "active", "use_opportunities", "create_uid", "write_uid", "create_date", "write_date") VALUES(nextval('crm_team_id_seq'), 753, 1, true, true, true, 1, 1, (now() at time zone 'UTC'), (now() at time zone 'UTC')) RETURNING id
There is issue with database query which insert value in table crm_team which column “name” has check for not null and insert query does not contain name so it throws not null exception.
Thanks for your help.
You have to provide your code which is causing the error.
Merci.
Bur.+1 (450) 312.11.10
Cel.+1 (438) 822-6370
Fax.+1 (450) 877.1029
Then post the complete traceback to check where it comes from if not from code you have developed yourself.