[13:25:10] looking for advice on the action=logout API call. I included a valid csrf token and get warning from the main module: Unrecognized parameter: 'token' [13:25:17] any idea why? [14:13:08] btw, the logout itself worked, so it's strange to get a warning... [15:33:43] Xymph: what version of MediaWiki are you using? [15:35:29] old, v1.27 [15:35:55] not under my control. i haven't tried on a contemporary version yet [15:36:19] I think token= was added to action=logout after that [15:37:06] https://lists.wikimedia.org/hyperkitty/list/mediawiki-api-announce@lists.wikimedia.org/message/E7VZU7ABQ34QY5YJYIVMVGZ5Z2SI7TYT/ [15:37:12] that might be, but then isn't documented on https://www.mediawiki.org/wiki/API:Logout [15:37:17] Yeah, happened in 1.34 [15:37:47] ok thanks for looking that up [15:38:04] It's under "Additional notes" but could be better explained, I'll fix it in a bit [15:38:59] Passing the token is harmless and will help you whenever the wiki does upgrade [15:39:49] ah, that isn't very clear indeed. a param history like https://www.mediawiki.org/wiki/API:Edit#Parameter_history would help [15:40:44] okay, will keep it in the library (am developing Wikimate) regardless of MW version. [15:40:44] It's a wiki, please improve it :) [15:41:15] i do that in baby steps, not very familiar with MW.org conventions yet :) [15:42:18] so if you're fixing the Notes section, i'll wait for that first. [15:42:37] I think adding a Parameter history section like you linked would be a good start [15:42:53] I'm on my phone, won't get to it for another hour or two, so go for it :) [15:46:34] ok added, but without partial/empty translate tags (don't understand those) [15:46:44] thanks for your help, anyway. [18:36:36] so I'm trying to setup mediawiki on lighttpd according to this guide:https://www.mediawiki.org/wiki/Manual:Installing_MediaWiki_with_Lighttpd [18:37:27] but every time I try to access the setup page at [domain]/w/mw-config/index.php , it redirects me to [domain]/wiki/mw-config/index.php and throws an error404 [18:38:12] my mediawiki directory is located in /var/www/html/ and is named 'w' [18:38:21] so the full path is /var/www/html/w/ [18:40:31] mightysands: sounds like you have some sort of rewrite or redirect from /w to /wiki that you need to remove [18:50:15] but the guide literally says to put the rewrite in? [18:53:18] the guide rewrites /wiki to /w, not the other way around [18:59:20] but I copied and pasted the lines in from the guide so I couldn't have put it in the wrong way [18:59:39] ...I think... [19:14:00] this is my lighttpd.conf [19:14:02] https://paste.debian.net/1204105/