Closed tarrow closed 6 years ago
It looks like that is because the autoloading is still done from composer via the php entry point.
https://github.com/filbertkm/WikibaseImport/blob/master/WikibaseImport.php#L5
I guess the extension.json
needs to set load_composer_autoloader
? I’ll send a PR.
As title. If loaded with wfLoadExtension rather than
require_once $IP/extensions/WikibaseImport/WikibaseImport.php";
it errors with: