Closed (outdated)
Project:
SPARQL
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jun 2008 at 17:43 UTC
Updated:
14 Sep 2019 at 15:22 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
shelleyp commentedForgot the end point.
Suggestion: a required field like the sparql end point shouldn't be included in a collapsible section labeled "Options"
Comment #2
omar commentedI got the same error... but AFAIK, it has nothing to do with endpoints but rather with a file missing from the packages. The sparql.engine.inc file doesn't seem to be in the CVS repository either. Strangely enough I found a version of it here:
http://github.com/bendiken/drupal/commit/cfc1095ad4ef566030c4ecd786b11f0...
Comment #3
mlncn commentedConfirmed, adding the sparql.engine.inc file from omar's link above fixes at least that issue.
Comment #4
student297 commentedwhat is end point url? I am a starter,Sorry for asking though
Comment #5
jmiccolis commentedsparql.engine.inc file is indeed missing from CVS.
@Arto, any reason not to just add the version in your github repo?
Comment #6
drewish commentedhere's a patch with the file from github.
Comment #7
shunting commentedThe administrative interface allows endpoint to be disabled.
If it is, then the field should not appear in the edit form for a SPARQL node, should it?
Comment #8
matthiassamwald commentedThe current dev version (1.x-dev) seems to have similar problems. I updated to dev in the hope that the problem with the missing file was fixed by now, but it was not. Then I added sparql.engine.inc from the Github link. But I guess this file is incompatible with the -dev version, it demands to have sparql.pages.inc as well. So I also addes sparql.pages.inc from Github. Now I get the errpr
"Cannot redeclare sparql_endpoint() (previously declared in /var/www/drupal/sites/default/modules/sparql/sparql.pages.inc:16) in /var/www/drupal/sites/default/modules/sparql/sparql.engine.inc on line"
I guess the -dev version was restructured so I am now stuck with incompatible files. What a mess.
Comment #9
Yorgg commentedI have looking at github for the file under the name of sparql.engine.inc for the SPARQL Drupal module but the download link seems unavailable.
Comment #10
Yorgg commentedI have looking at github for the file under the name of sparql.engine.inc for the SPARQL Drupal module but the download link seems unavailable.
Comment #11
thamizhg commentedi downloaded sparql module and installed. If i execute some rdf queries in sparql query window, its executed and showing some results.
when i try to execute the following code from my module, it throws error.
Fatal error: Call to undefined method SPARQL_Query::where()
Previously i got file not found error(require once) for sparql.engine.inc file. then i downloaded from the patch. After that i am getting the "Call to undefined method SPARQL_Query:" error.
pls let me know the solution to resolve this.
Comment #12
levacjeep commentedAlso getting this error.
Fatal error: Call to undefined method SPARQL_Query::where()
Nothing in dblog. Has this been resolved?
Thanks :)
Comment #13
ronline commented@student297 the list of end points => http://www.w3.org/wiki/SparqlEndpoints
Comment #14
avpadernoI am removing issue tags used from one to four issues. I apologize for bumping the issue.
I am closing this issue as Drupal 6 isn't supported anymore.