tripal/t4d8

Problem with Tripal Installation

spficklin opened this issue · 0 comments

As per this issue tripal/tripal#1249 Lacey reported the following which needs fixing in Tripal 4

Wow that took a bit of digging but I finally found the issue:
Screen Shot 2022-01-13 at 1 42 12 PM

It turns out this function uses an old notation for the "contained in" operator for geometric type (i.e. point, box, lseg, line, path, polygon, and circle) operators that have been deprecated since 8.2. The official PostgreSQL docker container was just updated to Postgresql version 14 which finally removed this deprecated function. All we have to do is change it to <@ and all supported versions of PostgreSQL will work and our install should be fixed! :-)

Originally posted by @laceysanderson in tripal/tripal#1237 (comment)