tripal / tripal_blast

Provides an user interface to BLAST on Tripal sites.
https://tripal.github.io/tripal_blast/
5 stars 13 forks source link

Undefined array key "cvitjs_location" in blast_ui #108

Closed smriti-135 closed 5 months ago

smriti-135 commented 5 months ago

When I try to enable "CViTjs" via Home -> Admin -> Tripal -> Extensions. I am getting the following message

Warning: Undefined array key "cvitjs_location" in blast_ui_admin_form_submit() (line 329 of /var/www/html/teak-wood-genes-drupal7/sites/all/modules/tripal_blast/includes/blast_ui.admin.inc).

My cvitjs folder and the data folder exist as follows Screenshot from 2024-04-10 16-16-05

I am also adding the file blast_ui.admin.inc.txt

laceysanderson commented 5 months ago

CViTjs is no longer being maintained and as such is being removed from the 4.x version of this module. With this in mind and since the version of Tripal Blast you are running is no longer supported, my suggestion is to un-check the "Enable CViTjs" checkbox in the "Enable and configure genome visualization" in the configuration and to not use CViTjs. The module should work well without this optional integration.

smriti-135 commented 5 months ago

Done. Thank you!