[01:39:01] hi [01:39:06] getting this error Lua error in Module:WikidataCheck at line 22: attempt to index field 'wikibase' (a nil value). [01:39:24] what could be such error? [01:40:11] empty value but wikidata seems to send the property [01:40:44] First guess, do you have wikidata installed [01:41:09] and possibly the version that that module expects (not sure how stable wikidata lua is) [01:44:34] wikidata [01:44:38] is an extension? [01:45:37] https://www.mediawiki.org/wiki/Wikibase/Installation <-? [01:45:39] sorry, i meant wikibase [01:54:11] ill check tomorrow thanks [02:22:49] I want to be able to check the IP of users that log on to a wiki -- is there a way to do that? I've installed CheckUser but I'm not sure if that only finds the IPs of users when they make edits, but I want their IPs just if they log in. Trying to investigate people who are sharing their account [02:23:38] Derk: Try also enabling the authentication mediawiki log [02:23:49] !wg DebugLogGroups [02:23:49] https://www.mediawiki.org/wiki/Manual:%24wgDebugLogGroups [02:24:04] i think checkuser does sometimes record logins, or maybe only w/central auth [02:26:00] this is like greek to me :/ [02:27:18] I basically am experienced enough to have installed checkuser and copy/paste stuff into localsetting but I don't really understand this at all -- is there a more gentle introduction perhaps? [02:30:38] Derk: Short version, if you put $wgDebugLogGroups['auhtentication'] = '/some/path/the/server/can/write/to.log'; at the bottom of LocalSettings.php, it will create a text info with log stuff (although I'm not sure if all of that includes ip addresses in non-structured format) [02:30:42] ugh [02:30:49] If you spell authentication correctly... [02:31:03] $wgDebugLogGroups['authentication'] = '/some/path/the/server/can/write/to.log' [04:32:20] bawolff: thanks... sorry, got pulled away for other stuff... that didn't seem to work, just caused a 500 error... fwiw I'm running mw 1.26.3 (dreamhost installed it) and I've had issues with checkuser before because it was an older version of mw [04:32:32] does the file need to be created already? have a certain access level? [04:32:35] Oh that probably means i made a typo [04:33:04] don't sell yourself short... you spelled authentication correctly! [04:33:05] nope, don't see a typo [04:33:10] the last time that is [04:33:23] usually 500 means missing semicolon or quote mark or something [04:33:25] !500 [04:33:25] A blank page or HTTP 500 error usually indicates a fatal PHP error. For information on debugging (including viewing errors), see . [04:33:32] your php error log should have a better error [04:33:50] if the file doesn't already exist, then the directory needs to be writable by the webserver [04:34:31] I threw a semicolon in at the end and that worked [04:34:46] logged out and back in, but no log is there [04:34:59] note that 1.26 is ancient and unsupported [04:35:12] obv I changed the file location to my home dir [04:35:35] unsupported as in no longer receiving security updates [04:35:41] yeah, I know :( the one click install that dreamhost has is so nice though, and this is a pretty informal thing for just a few friends [04:59:27] Is there a way to add a setg of reviewers to all commits in a chain on gerrit? [11:35:37] hi, cant i install dependencies without composer? [11:45:59] Depends whether you're wanting dependancies beyond what MW core [11:46:03] *needs [11:55:04] Reedy: im trying to install wikibase [11:55:26] which doesnt seem to bring everything needed [11:57:42] No, it won't [11:57:52] so composer is required then? [12:05:23] It is [12:15:32] ok [12:15:35] worked thanks [12:15:40] i was having an ipv6 issue [12:15:46] Reedy: what does it mean "Twitter username not in Wikidata" [12:15:46] ? [12:16:32] Guest17042: It doesn't really work like that [12:16:33] do i need to add something to wikidata? [12:17:30] Where are you getting that message from? [12:17:48] me or Guest17042 ? [12:18:00] You [12:18:13] the twitter template [12:19:45] I guess the error is as it explains [12:19:58] Whatever you're trying to pull from wikidata doesn't have a twitter username on that item [12:20:05] so [12:20:08] do i have to add one? [12:20:33] Dunno [12:20:37] Depends if you want that information [12:21:54] i dont know [12:22:00] i just dont want it to complain [12:22:06] on the page about it [12:53:29] Reedy: is it possible to grab all Modules and Templates for a certain template? [12:54:16] like way faster [12:54:23] instead of one by one? [12:54:50] Special:Export and tick include templates? [12:56:42] like i tried this Template:Twitter it gets no extra modules [12:59:12] I do [13:00:18] weird [13:00:21] let me redo it [13:04:43] nah same thing :| [13:05:38] What're you missing? [13:05:53] I find 20 modules from exporting Template:Twitter on enwiki [13:05:56] a lot of templates [13:06:16] and modules [13:06:22] I get 32 templates exported too [13:07:18] Lua error in package.lua at line 80: module 'Module:Message box/configuration' not found. Lua error in package.lua at line 80: module 'Module:Message box/configuration' not found. [13:07:22] it keeps asking stuff [13:07:29] im doing this btw php importdump [13:08:54] it gives me revision mismatch too [13:13:16] i just wanted to get rid of that "Twitter username not in Wikidata" [13:14:52] shouldn't be hard to find that and just comment out the condition or similar [13:15:06] which part? [13:21:36] Lua error in package.lua at line 80: module 'Module:Message box/configuration' not found. <- i have it [13:22:14] atleast the error is gone [13:30:23] one more thing Reedy if possible [13:30:48] is it possible to embed a {{Template|bla|bla}} and have an image associated to it? [13:32:24] what do you mean by an image associated [13:32:30] like [13:32:41] instead of the link itself but an image [13:32:48] lets say twitter's bird? [13:33:03] That would be possible, yes [13:33:05] or that should be changed at the core? [13:33:16] How? [13:33:17] please [14:05:02] {{Facebook | id | name}} [14:05:31] [[Image:Facebook.jpg|{{Facebook | id | name}}]] [14:05:38] not possible right? [17:39:23] Hi i have cargo table it is possible to have a lets say "Member" then when doing template|member=bla it displays some fields?