[00:07:05] : Error 145: Table './default/searchindex' is marked as crashed and should be repaired (db-master) [00:07:06] Function: CloneDatabase::cloneTableStructure [00:07:06] Query: CREATE TEMPORARY TABLE `unittest_searchindex` (LIKE `searchindex`) [00:07:15] I keep getting this when running `php phpunit.php includes/WebRequestTest.php ` locally [00:07:22] latest master, applied composer update and maintenance/update.php [00:07:57] from #6 /var/www/mediawiki/tests/phpunit/MediaWikiIntegrationTestCase.php(1579): MediaWikiIntegrationTestCase::setupDatabaseWithTestPrefix(Object(Wikimedia\Rdbms\DatabaseMysqli), 'unittest_') [00:10:28] root@mediawiki:/var/www/mediawiki/tests/phpunit# php ../../maintenance/sql.php [00:10:29] > REPAIR TABLE searchindex; [00:10:29] stdClass Object [00:10:29] ( [00:10:30] [Table] => default.searchindex [00:10:30] [Op] => repair [00:10:30] [Msg_type] => status [00:10:30] [Msg_text] => OK [00:10:31] ) [00:10:36] It's fine now. [00:10:42] I've not seen this before, but oh well, whatever. [19:23:59] Hello! I'm having an issue with creating a new MW skin. Is it fine to ask there here or is there a subchannel for skinning? [19:42:52] Here should be fine [19:49:03] Cool, thanks for the quick reply! I'm working on a custom skin for my wiki, and I've run into a weird issue with ResourceLoader that's causing JS to not work and I'm not sure what to do. So on a normal load (when javascript isn't working), ``load.php?lang=en&modules=jquery&skin=bookworm&version=1mrc8`` is loading halfway through. But on a hard refresh (when javascript is working), [19:49:03] ``load.php?lang=en&modules=jquery&skin=bookworm&version=1mrc8`` is loading last. [19:49:35] By halfway through and last, I'm referring to the positioning in the Network tab of Chrome's dev tools [19:58:20] I've managed to get it working by moving the initialization to Common.js instead of ResourceLoader. It's not pretty, but I can deal with it. [20:06:01] That sounds hacky [20:08:20] Are there JS errors? [21:59:30] hi [22:00:30] hi [22:00:47] is it possible to upgrade FROM 1.26.4 to 1.35.1 with just the 1.35.1 tarball? or do i have to make more steps? [22:01:05] in theroy, yes [22:01:08] theory [22:01:18] Nothing is ever 100 guaranteed, so backup etc first :) [22:01:41] hmkay ;)