Skip to content
This repository has been archived by the owner on Aug 25, 2022. It is now read-only.

Fatal error with rdf_entity/rdf_taxonomy #101

Open
davidjguru opened this issue Jul 4, 2019 · 1 comment
Open

Fatal error with rdf_entity/rdf_taxonomy #101

davidjguru opened this issue Jul 4, 2019 · 1 comment

Comments

@davidjguru
Copy link

Hi, I'm working with OpenEuropa and I have the whole system build and installed (drupal-site-template, all the contrib modules of oe_*, four containers (web, database, sparq, selenium), docker, docker-compose, etc.
All seems working fine, but I have a problem in some sections... For me, the problem begins with a click on Content / RDF listing:

Selection_146

Then, Drupal crashed and gives:

"The website encountered an unexpected error. Please try again later.
TypeError: Return value of Drupal\rdf_entity\RdfGraphHandler::getEntityTypeGraphUris() must be of the type array, null returned in Drupal\rdf_entity\RdfGraphHandler->getEntityTypeGraphUris() (line 164 of modules/contrib/rdf_entity/src/RdfGraphHandler.php)."

Come back and go to admin/reports/dblog and seems just a problem with a module called “rdf_entity” :

Selection_147
Ok, I'm going to see the family of RDF Entity:

Selection_149

And when click in the Rdf Taxonomy module for install it, I received the next PHP Fatal error:

Selection_151

Any idea? Must I write a patch and commit it?
Greetings,

David.

@yenyasinn
Copy link

RDF taxonomy module can not be enabled due to error message:

Fatal error: Class Drupal\rdf_taxonomy\TermRdfStorage contains 2 abstract methods and must therefore be declared abstract or implement the remaining methods (Drupal\taxonomy\TermStorageInterface::getVocabularyHierarchyType, Drupal\taxonomy\TermStorageInterface::getTermIdsWithPendingRevisions) in /var/www/html/web/modules/contrib/rdf_entity/modules/rdf_taxonomy/src/TermRdfStorage.php on line 17

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants