Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drupal/vendor/islandora/chullo/src/IFedoraApi.php \EasyRdf\Graph Already In Use #1759

Closed
jqi26 opened this issue Feb 9, 2021 · 3 comments
Closed
Assignees

Comments

@jqi26
Copy link

jqi26 commented Feb 9, 2021

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');
}

@mjordan
Copy link
Contributor

mjordan commented Feb 10, 2021

Can confirm that I am seeing this warning too when I do a drush cr.

@elizoller
Copy link
Member

PR is up

@mjordan
Copy link
Contributor

mjordan commented Feb 16, 2021

Merged, closing.

@mjordan mjordan closed this as completed Feb 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants