Hi,
As I install the latest -dev (July 11.), I obtain subsequent errors:
The SPARQL endpoint http://jena.hpl.hp.com:2020/sparql returned an error. Please check it and make sure it allows to load from URIs via FROM clauses.
(it's true... the URI isn't reachable)
and a number of "warning: Invalid argument supplied for foreach() in {...}\evoc\evoc.module on line 199."
Comments
Comment #1
alex72rm commentedI've found a solution: around #190 in the evoc.module, sparql endpoint's variable ($endpoint) is defined twice. Please remove the second one (only the first assign works:
$endpoint = 'http://demo.openlinksw.com/sparql/';)Alessandro
Comment #2
vitoabrusci commentedI've found the corrected endpoint and it's http://lod.openlinksw.com/sparql. You can use instead of http://demo.openlinksw.com/sparql/ .
Comment #4
ron williams commentedI'm moving this to not fixed as it has not been updated in the latest dev release.