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: Cannot declare class \EasyRdf\Graph, because the name is already in use in require() (line 24 of /var/www/html/drupal/vendor/islandora/chullo/src/IFedoraApi.php).
These lines of code seem to be the issue:
if (class_exists('\EasyRdf_Graph')) {
class_alias('\EasyRdf_Graph', ' \EasyRdf\Graph');
}
The text was updated successfully, but these errors were encountered:
Getting the following warning in IFedoraApi.php:
Warning: Cannot declare class \EasyRdf\Graph, because the name is already in use in require() (line 24 of /var/www/html/drupal/vendor/islandora/chullo/src/IFedoraApi.php).
These lines of code seem to be the issue:
if (class_exists('\EasyRdf_Graph')) {
class_alias('\EasyRdf_Graph', ' \EasyRdf\Graph');
}
The text was updated successfully, but these errors were encountered: