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
Comment #1
drewish commentedI didn't encounter this error in 6.x-1.0-alpha5. Perhaps it's been fixed?
Comment #2
Arto commentedYes, 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.Comment #3
Arto commented