Addshore closed this task as "Resolved".
Addshore added a comment.


  This is due to one of the Wikibase defaults being created from wgServer.
  Changing wgServer will cause this default to change:
  
        'conceptBaseUri' => function() {
                $uri = preg_replace( '!^//!', 'http://', $GLOBALS['wgServer'] );
                return $uri . '/entity/';
        },
  
  Changing your conceptbaseUri will require a reload of the query service.
  See 
https://addshore.com/2019/11/changing-the-concept-uri-of-an-existing-wikibase-with-data/
  
  Alternatively you can just set the conceptBaseUri itself rather than using 
the default which uses wgServer.

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

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

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

Reply via email to