I'm a non-admin user on https://florencia.wikibase.cloud/wiki/Main_Page. When trying to add a reference using property "Reference URL" of type URL with a link, I get the error below:
I get the same error when adding a normal statement with property type URL and a URL.
We'd like for all successfully registered users to be able to contribute to a Wikibase. There should be no errors.
Issue likely caused by locking down URL entries to reduce spam, since its' a spam sensitive case.
Multiple tickets surrounding this issue have been created, see mentioned and duplicate.
Suspicion: There's a Captcha somewhere that's not visible.
Possible fix we tried but did not work:
// Don't try to let users answer captchas if they try to add links // on either Item or Property pages. Bug T86453 $wgCaptchaTriggersOnNamespace[WB_NS_ITEM]['addurl'] = false; $wgCaptchaTriggersOnNamespace[WB_NS_PROPERTY]['addurl'] = false;
Further work to investigate this issue:
- Using a debugger look for errors thrown when trying to make edits like this