UofS-Pulse-Binfo / nd_genotypes

Drupal/Tripal: Tripal interface for Chado Natural Diversity Genotypic data.
https://nd-genotypes.readthedocs.io/en/latest/index.html
GNU General Public License v2.0
4 stars 1 forks source link

Error: function create_point(integer, bigint) does not exist #55

Closed Xaiku closed 3 years ago

Xaiku commented 3 years ago

Hey everybody,

I followed the following steps to test nd_genotypes: image

but when I ran the sync job with the drush command, it gave me the following error: image It still gives me 100% completed on my jobs lists. image

laceysanderson commented 3 years ago

Hi @Xaiku

This is actually a well known Chado bug which will be fixed in Chado 1.4: https://github.com/GMOD/Chado/issues/65

In the meantime, this GIST explains how to fix it in a Tripal site.

Xaiku commented 3 years ago

Hi @laceysanderson,

Everything seems to work now. Thanks a lot!