-
Notifications
You must be signed in to change notification settings - Fork 91
Open
Labels
Description
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