despens created this task.
despens added a project: Wikibase-Containers.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION
  When running `php ./extensions/Wikibase/repo/maintenance/dumpRdf.php --server 
https://artbase.rhizome.org`, the RDF dumper exits with the following error 
message:
  
    Recoverable fatal error: Object of class Closure could not be converted to 
string in /var/www/html/vendor/wikimedia/purtle/src/TurtleRdfWriter.php on line 
88
  
  Inside `TurtleRdfWriter.php`, the line `$this->write( "$base:$local" );` 
causes the issue: apparently `$local` is a Closure that can not be converted to 
a string.
  
  When the error happens, `var_dump` for `$base` returns `string(3) "owl"`, and 
for `$local` returns `object(Closure)#335 (0) {}`.
  
  In my TTL export, this happened about half-way through the export, the rest 
of the data was not exported.

TASK DETAIL
  https://phabricator.wikimedia.org/T267129

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: despens
Cc: Aklapper, despens, Samantha_Alipio_WMDE, Akuckartz, Jelabra, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Asahiko, Wikidata-bugs, aude, Addshore, Mbch331
_______________________________________________
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to