https://bugzilla.wikimedia.org/show_bug.cgi?id=61027

       Web browser: ---
            Bug ID: 61027
           Summary: [RDFIO]
           Product: MediaWiki
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: General/Unknown
          Assignee: wikibugs-l@lists.wikimedia.org
          Reporter: leo_wallen...@hotmail.com
    Classification: Unclassified
   Mobile Platform: ---

There seem to be an error in /stores/SMW_ARC2Store.php in the RDFIO extension:
line 9 reads `require_once(
"$IP/extensions/SemanticMediaWiki/includes/storage/SMW_SQLStore2.php" );`
but there is no such file. Changing that to `require_once(
"$IP/extensions/SemanticMediaWiki/includes/storage/compatSQLStore/SMW_SQLStore2.php"
);` works (tried with SMW 1.8, 1.9 and current development version).

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to