NAL-i5K / tripal_chado_datasets

Provides an admin layer and forms for users to submit organisms and analysis into Chado
0 stars 0 forks source link

approving/rejecting submission request warnings #49

Open bradfordcondon opened 5 years ago

bradfordcondon commented 5 years ago
Warning: Illegal offset type in drupal_set_message() (line 2057 of /Users/chet/UTK/tripal/includes/bootstrap.inc).
Warning: Illegal offset type in drupal_set_message() (line 2061 of /Users/chet/UTK/tripal/includes/bootstrap.inc).
Warning: Illegal offset type in isset or empty in drupal_set_message() (line 2056 of /Users/chet/UTK/tripal/includes/bootstrap.inc).
Warning: Illegal offset type in drupal_set_message() (line 2057 of /Users/chet/UTK/tripal/includes/bootstrap.inc).
Warning: Illegal offset type in drupal_set_message() (line 2061 of /Users/chet/UTK/tripal/includes/bootstrap.inc).

rejecting only gives:

Warning: Illegal offset type in drupal_set_message() (line 2057 of /Users/chet/UTK/tripal/includes/bootstrap.inc).
Warning: Illegal offset type in drupal_set_message() (line 2061 of /Users/chet/UTK/tripal/includes/bootstrap.inc).
bradfordcondon commented 5 years ago

i know this is because the pre-existing code implemented rupal_set_message wrong and/or the API changed since they wrote it. pass variables array as argument to t() not drupal_set_message()