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
There are a number of warnings that are accumulating in the Drupal container startup log, and I'm just creating this issue to track their origin and potential resolution.
Masonry
drupal_1 | [error] Content Browser requires the Masonry library. Download the newest release from
drupal_1 | https://github.com/desandro/masonry/releases and place it in /libraries
This error is tied to the missing Masonry JS library and other missing JS artifacts like the PDF viewer that never made it into idc-isle-dc from the original drupal site. This error will be resolved when Masonry is added.
This error has been present since idc-isle-dc was inaugurated.
SimpleTest
drupal_1 | [warning] (Currently using Testing (SimpleTest) The <em>Testing</em> (SimpleTest) module is deprecated for removal in Drupal 9. It should not be enabled on production sites. Read <a href="https://www.drupal.org/node/3091784">The Drupal core SimpleTest module is deprecated</a> for alternative ways to run tests during development.)
This error seems to be related to the presence of a deprecated module. It isn't clear whether Drupal or Islandora depend on this module, or if it can be removed without consequence.
This error, too, has been around since idc-isle-dc was inaugurated.
EasyRdf\Graph
drupal_1 | [warning] Cannot declare class \EasyRdf\Graph, because the name is already in use IFedoraApi.php:24
This error is newer, and I think was introduced in 517f87b, though I am not 100% positive.
The error seems benign, but kind of smells like EasyRdf is being depended upon by two different modules. If that is the case, it may be worth noting in case the version of EasyRdf diverges (at worst, incompatible versions of the library are depended upon).
The text was updated successfully, but these errors were encountered:
There are a number of warnings that are accumulating in the Drupal container startup log, and I'm just creating this issue to track their origin and potential resolution.
Masonry
This error is tied to the missing Masonry JS library and other missing JS artifacts like the PDF viewer that never made it into idc-isle-dc from the original drupal site. This error will be resolved when Masonry is added.
This error has been present since idc-isle-dc was inaugurated.
SimpleTest
This error seems to be related to the presence of a deprecated module. It isn't clear whether Drupal or Islandora depend on this module, or if it can be removed without consequence.
This error, too, has been around since idc-isle-dc was inaugurated.
EasyRdf\Graph
This error is newer, and I think was introduced in 517f87b, though I am not 100% positive.
The error seems benign, but kind of smells like EasyRdf is being depended upon by two different modules. If that is the case, it may be worth noting in case the version of EasyRdf diverges (at worst, incompatible versions of the library are depended upon).
The text was updated successfully, but these errors were encountered: