Fatal error: Call to undefined function rdf_uri()
minimalismore - December 5, 2008 - 21:20
| Project: | Relations API |
| Version: | 6.x-1.0-alpha1 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Arto |
| Status: | closed |
| Issue tags: | rdf_uri |
Jump to:
Description
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?

#1
I didn't encounter this error in 6.x-1.0-alpha5. Perhaps it's been fixed?
#2
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.#3
#4
Automatically closed -- issue fixed for 2 weeks with no activity.