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

alex72rm’s picture

Status: Active » Needs work

I'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

vitoabrusci’s picture

Status: Needs work » Fixed

I've found the corrected endpoint and it's http://lod.openlinksw.com/sparql. You can use instead of http://demo.openlinksw.com/sparql/ .

Status: Fixed » Closed (fixed)

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

ron williams’s picture

Status: Closed (fixed) » Reviewed & tested by the community

I'm moving this to not fixed as it has not been updated in the latest dev release.