[11:59:37] there's a few pending requests in the [[special:importrequestqueue]] (including mine), if anybody would lkike to take a look at them [11:59:44] [12:00:35] I'll probably forget again but in like 5 hours [12:00:35] whoops messed up the link [12:00:44] alright [12:09:24] @pskyechology [12:09:29] handled already [12:09:31] you just snatched that request I was looking at lol [12:09:34] ha! [12:09:38] i was literally on the page, refresehd and it dissapeared [12:09:46] mine now :3 [13:48:59] uh bad news: the import was funky [13:52:16] rather than reverting my wiki to a previous version it just [13:52:30] imported the pages and did nothing else 😭 [13:59:03] Importing does not reset a wiki to a previous version [13:59:19] Imported edits are merged in [13:59:20] @tangoer_man [14:00:42] zammies [14:00:51] uh is there anyway i could revert to an older version [14:01:02] Do you have an xml @tangoer_man [14:01:07] yes [14:01:15] was the one i put down in the import request [14:01:58] Okay [14:02:03] You need a Phorge task [14:02:09] alright [14:02:11] To request wiki is reset than import [14:02:17] Make sure you back files up too [14:02:20] okay [14:02:59] Reset will wipe everything completely clean [14:03:01] the backup has an images file so im pretty sure its already backed up [14:03:05] aight [14:15:47] opened the phorge task [14:21:37] @pskyechology [14:22:36] @tangoer_man is everything FUBAR or just a specific namespace [14:22:55] everything is fucked up beyond repair [14:22:58] 🥀 [14:23:05] yeah ok it's getting blasted [14:23:44] lesson learned: dont ever try to change your wiki's variation of english [14:23:50] make a new import request with the same file and I'll start it after the reset @tangoer_man [14:24:04] alright, lmk when you reset [14:39:02] yet another phorge has been filed.... [14:40:55] i meant [[Special:RequestImport]] lmao [14:40:56] [14:42:45] 😭 [14:44:24] raaghh opened up an import request [14:45:55] if its gonna hurry up.... [14:47:10] ughhhhhh it's giving RevisionAccessError and https://meta.miraheze.org/wiki/Tech:Fixing_slot_roles_and_content_models isn't fixing itttttt [14:50:35] its interesting that the reset kept the custom footers and sidebar [14:53:00] [1/15] WHAT DO YOU MEAN YOU DONT EXIST [14:53:01] [2/15] ``` [14:53:01] [3/15] > SELECT * FROM slot_roles; [14:53:01] [4/15] stdClass Object [14:53:01] [5/15] ( [14:53:02] [6/15] [role_id] => 1 [14:53:02] [7/15] [role_name] => main [14:53:02] [8/15] ) [14:53:03] [9/15] ``` [14:53:03] [10/15] ``` [14:53:03] [11/15] mediawiki_exception_file [14:53:04] [12/15] /srv/mediawiki/1.44/includes/Revision/RevisionStore.php:1535 [14:53:04] [13/15] mediawiki_exception_message [14:53:04] [14/15] Main slot of revision not found in database. See T212428. [14:53:05] [15/15] ``` [14:56:17] i swear theres gonna be a really small thing causing this [14:56:28] its always with thatin programming [14:56:31] always [15:04:39] i'll just reset it again cause obviously that will fix it [15:09:22] it didnt [15:14:05] which wiki? [15:14:15] https://thechurchofthestatue.miraheze.org/wiki/Main_Page [15:14:56] and what causes the error? [15:15:42] https://thechurchofthestatue.miraheze.org/w/load.php?debug=2&lang=en-ca&modules=site&skin=vector-2022&version=ztntf [15:17:18] i dont think main page should be giving permission error either but thats a different story [15:17:25] [1/2] T212428 is open since 2018 😭 [15:17:25] [2/2] https://cdn.discordapp.com/attachments/1006789349498699827/1417892206366163024/image.png?ex=68cc2285&is=68cad105&hm=540f5b156d32f1e567339925f59d2a86fb51a30814d657180083da881996b861& [15:21:10] i set the wiki to private since uh [15:21:25] the absolute mess [15:21:47] [1/15] ``` [15:21:47] [2/15] > MediaWiki\MediaWikiServices::getInstance()->getSlotRoleStore()->acquireId( 'main' ); [15:21:47] [3/15] = 1 [15:21:48] [4/15] > MediaWiki\MediaWikiServices::getInstance()->getContentModelStore()->acquireId( 'wikitext' ); [15:21:48] [5/15] = 1 [15:21:48] [6/15] > MediaWiki\MediaWikiServices::getInstance()->getContentModelStore()->acquireId( 'css' ); [15:21:48] [7/15] = 2 [15:21:49] [8/15] > MediaWiki\MediaWikiServices::getInstance()->getContentModelStore()->acquireId( 'javascript' ); [15:21:49] [9/15] = 4 [15:21:49] [10/15] > MediaWiki\MediaWikiServices::getInstance()->getContentModelStore()->acquireId( 'Scribunto' ); [15:21:50] [11/15] = 5 [15:21:50] [12/15] > MediaWiki\MediaWikiServices::getInstance()->getContentModelStore()->acquireId( 'json' ); [15:21:50] [13/15] = 6 [15:21:51] [14/15] ``` [15:21:51] [15/15] JS is supposed to be 3, scribunto 4, json 5 [15:22:07] im gonna recreate the content model table [15:23:17] aw what the fuck [15:23:19] alright i set ti back to public [15:24:13] [1/2] ?? [15:24:13] [2/2] https://cdn.discordapp.com/attachments/1006789349498699827/1417893909882867742/image.png?ex=68cc241b&is=68cad29b&hm=9fa2478b8e235f72f17c8ea22a1adab53bde6ba6517a2f7471fb41e5f5cde485& [15:24:20] either I'm understanding the return value incorrectly or sth is broken [15:25:24] [1/29] ``` [15:25:24] [2/29] > SELECT * FROM content_models [15:25:24] [3/29] -> ; [15:25:25] [4/29] stdClass Object [15:25:25] [5/29] ( [15:25:25] [6/29] [model_id] => 4 [15:25:26] [7/29] [model_name] => Scribunto [15:25:26] [8/29] ) [15:25:26] [9/29] stdClass Object [15:25:26] [10/29] ( [15:25:27] [11/29] [model_id] => 2 [15:25:27] [12/29] [model_name] => css [15:25:27] [13/29] ) [15:25:28] [14/29] stdClass Object [15:25:28] [15/29] ( [15:25:29] [16/29] [model_id] => 3 [15:25:29] [17/29] [model_name] => javascript [15:25:30] [18/29] ) [15:25:30] [19/29] stdClass Object [15:25:31] [20/29] ( [15:25:31] [21/29] [model_id] => 5 [15:25:32] [22/29] [model_name] => json [15:25:32] [23/29] ) [15:25:33] [24/29] stdClass Object [15:25:33] [25/29] ( [15:25:34] [26/29] [model_id] => 1 [15:25:34] [27/29] [model_name] => wikitext [15:25:35] [28/29] ) [15:25:35] [29/29] ``` [15:25:36] lmao? [15:26:23] why is javascript bipolar [15:29:10] All precedents on phorge were on wikis that actually had any content [15:30:13] https://issue-tracker.miraheze.org/T12068#243201 happened after a wiki reset too [15:30:18] > I've made the necessary mods to fix it a while back, seems to have just taken effect today. [15:30:26] that doesn't explain a lot [15:32:37] [1/2] This was the fix [15:32:37] [2/2] https://cdn.discordapp.com/attachments/1006789349498699827/1417896032146292858/image.png?ex=68cc2615&is=68cad495&hm=2c268f05f88ed95d801311be2e7d6e5abd41e4e5c2d74b268eb08613e540d48a& [15:32:45] So I guess it might just a take a bit of time due to caching? [15:35:36] guess we'll wait and see [15:36:50] all thi because i tried to change the wiki's variation of english......................... [15:36:56] 😭 [15:47:27] https://meta.miraheze.org/wiki/Tech:Fixing_slot_roles_and_content_models [15:53:57] yes ik [15:54:26] and unless OS forget to log something, this seems to have been the final fix [16:18:19] i see the text being imported and i (think) the stuff is there [16:18:29] am i safe to start enabling extensions now [16:32:19] wait nvm im stupid [16:32:25] ill wait for the import request to finish [19:45:38] well uh it did finish [19:45:44] esxept that the pages are in thw wrong spot [19:52:35] what the fuck is going on [19:53:10] https://cdn.discordapp.com/attachments/1006789349498699827/1417961599355977900/Screenshot_2025-09-17_at_15.52.58.png?ex=68cc6325&is=68cb11a5&hm=3750df82aee3cb2a96cf6f5e71284e7bef602a43d2bc94523c2f047824f306c5& [20:02:31] That should be in the module namespace and have the lua content modal [20:04:45] everything is tarfu 😭 [20:07:01] why is there a file description replacing the nato shortcut [22:06:28] it might honestly be joever for my wiki if this isnt fixable