Adding a comment fails with a Fatal error: Call to undefined function rdf_schema_get_entities(). Turning off the Converters portion of File Framework resolves the issue.

Originally posted to the RDF project: http://drupal.org/node/269180#comment-1073447

Developing on Windows, Drupal 6.6, File Framework 6.x-1.0-alpha2, RDF 6.x-1.0-alpha3

Comments

Arto’s picture

Priority: Normal » Critical
Arto’s picture

Miglius, can you have a look at this as soon as possible, please. If the root problem turns out to be in the RDF API, I'd like to fix it today so as to get it included in the next release which I'm about to roll out.

miglius’s picture

I cannot reproduce this issue. I have tested the File Framework alpha2 with RDF alpha3 with the converters turned on by creating a comments with and without the file attachments. It worked as expected.

The function rdf_schema_get_entities() is not explicitly called from the File framework code.

I have tested on the linux box though since I don't have a windows setup. I'm not sure if converters will work on the window box since most of them triggers unix command line utilities and uses the unix paths to the files. It was not tested on windows.

Arto’s picture

Status: Active » Postponed (maintainer needs more info)

OK, we need more info, then... Brian, the Trace module might be able to give you a stack trace of the problem, which would pinpoint the issue in one go.

Arto’s picture

Issue tags: +RDF
johanneshahn’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)