Nikerabbit added a comment.

Based on additional debugging:

$description: You do not have the permissions needed to carry out this action. (You do not have sufficient permissions)
$errorCode: permissiondenied
$httpRespCode: 0
$extradata:
array(1) {
  ["messages"]=>
  array(2) {
    ["_element"]=>
    string(7) "message"
    [0]=>
    array(4) {
      ["name"]=>
      string(29) "wikibase-api-permissiondenied"
      ["parameters"]=>
      array(1) {
        ["_element"]=>
        string(9) "parameter"
      }
      ["html"]=>
      string(64) "You do not have the permissions needed to carry out this action."
      ["_BC_subelements"]=>
      array(1) {
        [0]=>
        string(4) "html"
      }
    }
  }
}

Basically this attempt provided no more info either. Please add debugging to Wikibase repo. I am not able to do it myself. For example in repo/includes/Api/ModifyEntity.php

288                 // At this point only change/edit rights should be checked
289                 $status = $this->checkPermissions( $entity, $user );
290 
291                 if ( !$status->isOK() ) {
292                         // Dump info from status
293                         $this->errorReporter->dieError( 'You do not have sufficient permissions', 'permissiondenied' );
294                 }

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

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

To: Nikerabbit
Cc: Nemo_bis, WMDE-leszek, thiemowmde, hoo, gerritbot, TerraCodes, Luke081515, Jay8g, aude, MarcoAurelio, Addshore, Aklapper, Nikerabbit, Ramalepe, Liugev6, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, Mbch331
_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to