Installed rdf-6.x-1.0-alpha3.tar.gz and relations-6.x-1.0-alpha1.tar.gz together with arc2 version 20-11-18. Clicked the relations-tab on a newly created node, and received : Fatal error: Call to undefined function rdf_uri() in relations.module on line 136

Grepped for rdf_uri, but could only find function rdf_uriref in rdf.api.inc. replaced all instances of rdf_uri in relations.module, and it sessm to work.
Is this the right function to call then?

Comments

drewish’s picture

Status: Active » Postponed (maintainer needs more info)

I didn't encounter this error in 6.x-1.0-alpha5. Perhaps it's been fixed?

Arto’s picture

Assigned: Unassigned » Arto
Status: Postponed (maintainer needs more info) » Fixed
Issue tags: +rdf_uri

Yes, this would certainly have been some bad interaction between early versions of this module and the RDF API. The rdf_uri() function is always available in the current version of the RDF API.

Arto’s picture

Title: Fatal error: Call to undefined function rdf_uri() in relations.module on line 136 » Fatal error: Call to undefined function rdf_uri()

Status: Fixed » Closed (fixed)
Issue tags: -rdf_uri

Automatically closed -- issue fixed for 2 weeks with no activity.