Topic on Project:Support desk

wikidata extension how to enable it

17
5.66.147.95 (talkcontribs)

hi how can I enable wikibase repo in wikidata extension.

Ricordisamoa (talkcontribs)
2.221.61.175 (talkcontribs)

Well now there is now an extension called extension:wikidata build and it includes wikibase and all the other required extensions init but I doint know how to enable WikibaseRepo epo in wikidata

Ricordisamoa (talkcontribs)
86.135.248.16 (talkcontribs)

I have added that but it still haven't enabled it

Ricordisamoa (talkcontribs)

Can you post your full LocalSettings.php?

86.135.248.16 (talkcontribs)

What do you mean post my full LocalSettings.php

Ricordisamoa (talkcontribs)

LocalSettings.php is the custom configuration file for your wiki. Copying all its contents into a reply could help us searching for problems. Anyway, you have to insert

require_once("$IP/extensions/Wikidata/Wikidata.php");

into it.

86.135.248.16 (talkcontribs)

Oh ok I will copy it but li will leave out password

86.135.248.16 (talkcontribs)

there you go I have removed the security code and password.

Ricordisamoa (talkcontribs)
86.135.248.16 (talkcontribs)

ok but wikibase repo should show in special version on my wiki but it doesent

Ricordisamoa (talkcontribs)

As a nearly hopeless try, you could test

$wgUseWikibaseRepo = true;

(I really don't know what wmg means)

Otherwise, you should wait for a reply by a real tech guru.

86.135.248.16 (talkcontribs)

Ok

86.135.248.16 (talkcontribs)

it still dosent work ill wait till the expert can answer this but thanks for your help

176.253.248.56 (talkcontribs)

Well they can update the extension to support that and to not support meaning you would add a setting to LocalSettings and you says ether true or false for people who doint or have access to sh

90.195.251.120 (talkcontribs)

hi I have fixed the issue and have got it to enable it but one of these settings enabled it

$wgEnableWikibaseRepo = true; $wgEnableWikibaseClient = false; $wmgUseWikibaseRepo = true; $wmgUseWikibaseClient = false; require_once __DIR__ . "/extensions/Wikidata/Wikidata.php"; require_once __DIR__ . "/extensions/Wikidata/extensions/Wikibase/repo/ExampleSettings.php";

and by going to http://wikidata-jenkins.wmflabs.org/ci/job/wikidata-build-repo-tests/ws/ and looking at the settings in localsetting.php

Reply to "wikidata extension how to enable it"