[00:08:58] Installed bluespice but getting an error... chameleon/skin.json does not exist! [00:13:04] I removed wfloadskin('chameleon') from localsettings.php and now getting "$wgDefaultSkin as SkinBlueSpiceCalumma, is not available" [00:17:17] BrownKiwi61: is there anything in the "skins" directory? [00:18:23] Yes: bluespicecalumma, chameleon, vector, monobook, timeless [00:21:56] I hope it was wfLoadSkin('chameleon'); [00:23:14] yes [00:23:35] I hope those dirs are non-empty and the access rights are connect [00:23:41] s,connect,correct, [00:24:41] I don't know Bluespice at all, sorry [00:24:41] correct [00:25:39] I ran composer again and that error is gone after the dependencies updated. However, skin is still not loading [00:27:04] Script sh _bluespice/pre-autoload-dump.sh handling the pre-autoload-dump event returned with error code 127 [00:27:24] *pulling my hair out* [00:37:56] I'd try bluespice alone on a new database and a new directory [00:39:28] @saper I did that and got it working. Now trying to get it integrated with our existing mediawiki [02:50:18] hello [02:52:26] I am an Outreachy applicant, eager to make my first contribution [03:18:21] Hi Bimbola. Glad to hear you are interested in Outreachy :) [06:43:19] Hi. Need help with DocBookExport extension. When I follow a link to a book I see only red exception box with "Error: " inside. Is there a way to get at least more detailed message? [08:12:10] !debug | evle3 [08:12:10] evle3: For information on debugging (including viewing errors), see https://mediawiki.org/wiki/Manual:How_to_debug . A list of related configuration variables is at https://mediawiki.org/wiki/Manual:Configuration_settings#Debug.2Flogging Also see https://mediawiki.org/wiki/Manual:Errors_and_symptoms [16:58:30] Just found out something not working with Extension:Flow on Beta Cluster... I'm not sure whether it's a known issue, but I cannot create/edit posts on https://en.wikipedia.beta.wmflabs.org/wiki/Talk:Flow_QA anymore... [16:59:41] (Hope I've found the correct channel to report this) [17:12:07] CXuesong: Do you get an error like... [17:12:07] [XZ9mVKwQBGoAAB-499MAAAAC] Exception caught: Request to parsoid for "html" to "wikitext" conversion of content connected to title "Topic:V8xht5pchemxmn4g" failed: (curl error: 28) Timeout was reached [17:19:04] https://phabricator.wikimedia.org/T234242 [17:19:56] Yep. [17:21:40] Reedy: Actually I have opened an issue in my home-made API client repo. https://github.com/CXuesong/WikiClientLibrary/issues/59 [17:23:30] Just discovered it by accident because I haven't executing my unit tests for a while. [18:31:50] Hello all, I am hoping I can get some help with an issue I am having. I have created an internal wiki for my company and created users for my team, but the email portion of our server was not configured, so I want to delete the created users and recreate them with a default password they can change later. I've installed UserMerge extension and added both 'sysops' and 'bureaucrats' to the 'usermerge' permissions, but I still cannot visit the [18:31:50] Special:UserMerge page. It says I don't have permission...any help would be greatly appreciated. [18:37:04] Warburtonstoryad: Why not just reset all their passwords? [18:37:22] https://www.mediawiki.org/wiki/Manual:ChangePassword.php [18:38:58] that would do the trick I think, let me try that. Thank you [18:39:37] But for your actual issue, I think you've added the permissions the wrong way round [18:41:37] that worked to solve the immediate issue [18:41:43] so thank you! [18:41:49] could you elaborate on your second comment? [18:42:02] Did you do $wgGroupPermissions['usermerge']['sysop'] = true; [18:42:13] Rather than $wgGroupPermissions['sysop']['usermerge'] = true; [18:42:35] ah no I did the second one [18:42:55] I didn't realize that was necessary based on the previous entries (still new to mediawiki) [18:43:03] 2nd one is correct (group first, then permission) [18:43:15] that's what I did [18:43:20] so I am confused [18:44:00] and you are logged into a sysop account? [18:44:11] what's the exact error message you get when you visit Special:UserMerge? [18:48:50] Hi all, I've been struggling trying to implement Active Directory with MediaWiki 1.34 and 1.35. I saw that the extension LDAP Authentication has information about versions compatible, and here shows that it's work https://wikiapiary.com/wiki/Extension:LDAP_Authentication_Plugin at least on 1.34 [18:49:36] I tried to debug the LDAP but it seems that mediawiki is not running the extension at authentication moment [18:49:43] because at logs there is no info [18:51:28] FWIW, neither of those versions of MW are considered stable, and generally would advise against using in production unless you know what you're doing [18:51:54] Have you actually enabled the logs for the extension? [18:57:47] Yeah I know that they are not stable, but I'm using the VisualEditor and as far as I know the minimum version to run it is the 1.34. Regarding enabling the logs, I put the parameter $wgLDAPDebug = 3; //for debugging LDAP [18:59:38] I put that parameter on LocalSettings.php [18:59:41] VE should work fine on old versions if you use the right version from the branch [18:59:45] You've gotta tell it where to log [19:00:15] https://www.mediawiki.org/wiki/Extension:LDAP_Authentication/Configuration_Options#Specifying_the_debug_file [19:07:28] https://monosnap.com/file/2EaX7Pu9Ise5ihYAkQ8psBp6SIwfCa [19:08:07] I did that, restarted the nginx [19:08:28] and tried to login, no info at /var/log/mediawiki/ldap.log [19:09:28] touch the file and make sure the webserver user can write to it? [19:13:07] yes, I double check that [19:13:08] https://monosnap.com/file/RpFKCoxABO7gszK1MsKjdvY2YVVB76 [19:24:02] Hi, I don't understand why French is not shown as available language despite that all strings was translated.. any idea? https://www.mediawiki.org/wiki/User:Amire80/Global_templates_draft_spec/TLDR [19:26:34] https://www.mediawiki.org/wiki/User:Amire80/Global_templates_draft_spec/TLDR/fr [19:31:04] Okay, I managed to create the page with a dummy edit in the trad tool, thanks Reedy [19:35:57] I installed the stable version now, 1.33.1 [19:36:19] the same occurs, no info on /var/log/mediawiki/ldap.log [19:36:37] @Reedy: you're right VisualEditor works on 1.33 [19:40:51] vandyk: Ok, so $wgAuth was removed in 1.33 [19:41:04] So https://www.mediawiki.org/wiki/Extension:LDAP_Authentication/Configuration_Options#When_using_password_authentication is out of date [19:41:50] This means that will not work? [19:42:10] No [19:42:18] Well, it won't work if you follow the examples on that page [19:44:59] Filed https://phabricator.wikimedia.org/T235211 for that in the first instance [19:46:45] I found this https://www.mediawiki.org/wiki/LDAP_hub/Migration_from_extension_LDAPAuthentication [19:46:57] I'll take a look and make some tests [19:47:53] Noting, you can still use the old extension on MW, the WMF are doing so [19:47:59] https://noc.wikimedia.org/conf/highlight.php?file=wikitech.php [19:50:52] great link this one [20:20:57] sorry folks, stepped away for lunch. the error I'm getting is: Permission Error: You do not have permission to merge users, for the following reason: You are not allowed to execute the action you have requested. Which doesn't make sense because I am part of all of the admin groups. [20:23:09] It sounds like you haven't assigned the rights correctly in some way [20:23:29] https://en.wikipedia.org/wiki/Special:ListGroupRights will show what MW is working with [20:44:55] I'll check that out. Thanks all! [21:51:15] Why is my privert wiki saying page not found when I try random pages or categories? [21:51:50] Unable to connect - is the error and "Firefox can’t establish a connection to the server at localhost." [21:58:38] that's not a page your found [21:58:46] is your server running? [21:59:07] * Platonides suspects the pricess burned her wiki [22:15:46] It gets to the main page just fine [22:15:58] How do I check it is running [22:28:14] Ah, I found the error, I used a custom port and random page did not have the port in the ur; leading it to think teh page vanished from the web