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
Warning: Undefined variable $db in tripal_get_feature_blast_results() (line 116 of .../sites/all/modules/tripal_analysis_blast/api/tripal_analysis_blast.api.inc).
This happens if there are no blast hits for a particular feature. And under PHP8, this prevents the content page from rendering. But the fix is pretty simple.
Warning: Attempt to read property "value" on null in tripal_get_feature_blast_results() (line 84 of .../sites/all/modules/tripal_analysis_blast/api/tripal_analysis_blast.api.inc).
More warnings observed under PHP8 to be fixed
Pull Request #47
The text was updated successfully, but these errors were encountered: