Skip to content

Problem with function fetchRow() ARC2_Store.php on line 761 #130

@excel007

Description

@excel007

Hello

I setup new arc2 with on a PHP server Version 5.6.31.
I follow from https://github.com/semsol/arc2.
But when I coding these php code :

<?php

include_once(dirname(__FILE__).'/arc/ARC2.php'); // path to the file ARC2.php
include_once(dirname(__FILE__).'/config.php');

$store = ARC2::getStore($arc_config);
$store->query('LOAD <http://chatlogs.planetrdf.com/swig/2009-07-26>');

?>

I have a problem. It shows message

( ! ) Fatal error: Call to a member function fetchRow() on null in ...\arc\store\ARC2_Store.php on line 761

Please help me for this error.
Thank you


EDIT by @k00ni: Fix code highlighting

Metadata

Metadata

Assignees

No one assigned

    Labels

    no-bugstoreRelated to the RDF store.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions