You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
```PDOException: SQLSTATE[23503]: Foreign key violation: 7 ERROR: insert or update on table "organism" violates foreign key constraint "organism_type_id_fkey" DETAIL: Key (type_id)=(0) is not present in table "cvterm".: INSERT INTO chado.organism (species, genus, common_name, abbreviation, type_id, infraspecific_name, comment) VALUES (:species, :genus, :common_name, :abbreviation, :type_id, :infraspecific_name, NULL); Array ( [:species] => balteatus [:genus] => Bombus [:common_name] => bee [:abbreviation] => B. stuff [:type_id] => 0 [:infraspecific_name] => ) in chado_query() (line 1720 of /app/tripal3/drupal7/sites/all/modules/contrib/tripal/tripal_chado/api/tripal_chado.query.api.inc).```
user is reporting this error.
the type_id is set to 0 instead of null for some reason. I examined the serialized record and it appears to be null, not 0.
The text was updated successfully, but these errors were encountered:
i confirmed this was due to something with the features module exporting content configuration. Beyond that I can't put my finger on it. For now ,be warned: using hte drupal features module to export configurations might break compatibility with this module.
bradfordcondon
changed the title
user site unable to submit organisms
user site unable to submit organisms for content modified by Drupal Features module
Apr 3, 2019
user is reporting this error.
the type_id is set to 0 instead of null for some reason. I examined the serialized record and it appears to be null, not 0.
The text was updated successfully, but these errors were encountered: