[05:47:45] ValidationStatistics::maybeUpdate() in flaggedrevs is shelling out to a maint script during a special page run... [18:39:42] Krinkle hi, mediawiki seems to fail on php 7.2 [18:39:43] with [18:39:44] array_walk() expects parameter 1 to be array, null given in /home/paladox/public_html/includes/resourceloader/ResourceLoaderOOUIImageModule.php on line 71 [18:40:28] actually [18:40:29] fails with [18:40:30] [WepDFSBQFni58VG4pBayXgAAAAE] /index.php?title=Special:Version InvalidArgumentException from line 378 of /home/paladox/public_html/includes/libs/rdbms/database/Database.php: Wikimedia\Rdbms\Database::factory no viable database extension found for type 'mysql' [18:40:48] AaronSchulz ^^ [18:43:27] https://phabricator.wikimedia.org/T178711 [18:48:08] paladox: Are you sure it is using the latest version of MediaWiki and that you did install the mysqli extension? The 'mysql' interface is deprecated and removed in php 7.x, that is expected and correct. [18:48:31] I just realised now, my host could be missing the mysqli ext. [18:48:34] However, if you installed php 7.2 without any mysqli support, then it is indeed failing and this is the expected error message [18:48:43] ah ok [18:48:53] What happens when you open the web installer at mw-config/ [18:49:00] Does it also say mysqli driver missing? [18:49:08] (or update.php) [18:49:15] or install.php [18:49:48] will check [18:52:15] the db fails on mw-config as soon as i enter my upgrade key [18:52:18] and click nex [18:52:21] next it fails with [18:52:22] [WepFy5x8uyqRS@Qe-AywTAAAAA4] /mw-config/?page=ExistingWiki InvalidArgumentException from line 378 of /home/paladox/public_html/includes/libs/rdbms/database/Database.php: Wikimedia\Rdbms\Database::factory no viable database extension found for type 'mysql' [19:04:48] you likely do not have the mysqli extension installed/enabled [23:49:39] no_justification: do you wanna look at https://gerrit.wikimedia.org/r/#/c/381924/ again? [23:50:32] I looked, I +2'd [23:50:40] No promise on how hard I looked ;-) [23:52:25] thanks :)