[12:44:45] Hello, I have a dockerized MediaWiki server that I'm trying to get working with OpenLDAP [12:45:07] right now at login I'm getting "The supplied credentials could not be authenticated." with no option to input a password or anything like that. [12:45:37] Can anyone spot a mistake? Or help me debug this issue? Because I don't know how to debug MW issues [12:52:13] OK, some progress: if I disable the other two plugins and only use LDAPProvider, I do get a login. [13:04:44] hm.. I guess I can try to debug by looking at logs from the LDAP server + PHP logs from MW server. [17:19:17] How do I find out which version of MediaWiki I'm using without having access to the site itself (because it's broken)? [17:19:33] I have received an old wiki installation, and I am trying to get it up and running again. [17:20:27] Reading CREDITS, it looks like it is a 1.19. [17:22:22] finding $wgVersion would be the most accurate, probably [17:22:58] Yes; 1.19.24. [17:35:52] Hm, I am trying to upgrade to the latest version, but during update.php, I get "comment" (table without prefix) doesn't exist; shouldn't the upgrader create the tables that are missing? [17:36:21] You can't jump from 1.19 to a "latest version" [17:36:50] >Since Version 1.36, MediaWiki only commits to supporting upgrades from two LTS releases ago [17:37:00] You probably want to go to say... 1.35 first [17:37:07] (and obviously backup first) [17:37:22] Already have backup. [17:37:42] The site has been down for years, and I have tarballs with the database and files, so I am not too fuzzed. [17:37:58] :) [18:05:43] When was the last MediaWiki version that allowed MySQL 5.6.x? [18:06:36] 1.38, it seems. [18:06:45] I'll have to settle for that then.