[00:02:42] Above my paygrade ;) [00:03:08] I just sent myself an email onwiki using Special:EmailUser and that got marked as spam too by Google [00:13:36] Sorry, was that from your dev wiki, or ours? [00:22:49] from yours [00:37:03] Reedy: Thanks. Good to know. I didn't think to test that. [00:37:05] :) [00:39:27] Reedy: https://wiki.gentoo.org/wiki/User_talk:Reedy [00:39:36] Reedy: Do you use Linux? [00:40:04] * maffblaster chuckles that this whole thing was just a ploy to get Reedy to install Gentoo. [00:40:19] (JOKE!) [07:26:44] Just upgraded my wiki from 1.37.2 to 1.38.2 (i.e. replaced the MediaWiki files). When I try to run update.php I get... [07:26:48] PHP Fatal error: Uncaught Exception: Unable to open file /MonoBook/skin.json: filemtime(): stat failed for /MonoBook/skin.json in /data/webs/wikirw/includes/registration/ExtensionRegistry.php:182 [07:28:06] Any clues? I've never hit this before and I've done lots of upgrades over many years. Has something changed that isn't in the Release Notes? I still have skins/Monobook/... present. [07:29:36] -rw-r--r-- 1 john www 2889 30 Jun 05:53 skins/MonoBook/skin.json [09:12:58] john-}: There's been a few people reporting issues like this [09:13:07] I think you've got some unnecessary config in your LocalSettings [09:22:22] Reedy: Special:ChangeEmail works on Gentoo wiki now! Thanks again! [09:22:28] yay [09:57:30] Reedy: OK. Thanks. My localSettings is quite a few years old. Is there a safe way of re-generating one to which I can then apply necessary settings? I just discovered LocalSettingsGenerator and was about to investigate whether that will do it. [10:05:40] Not easily... [10:05:56] In theory, you could use the installer to create you a new template, and then copy stuff over [10:06:10] That's what I'm trying just now. [10:06:11] Let me see if I can find the thread [10:06:24] Cause it's only a handful of settings that might be causing you issues [10:06:32] OK [10:06:37] Thanks [10:07:19] That was easy [10:07:22] https://lists.wikimedia.org/hyperkitty/list/mediawiki-l@lists.wikimedia.org/thread/MU3ERMTPQRMJOCLMEVSRU76TVQA5NJL4/ [10:07:32] * john-} looks [10:08:04] Do you have a `require_once( "$IP/includes/DefaultSettings.php" );` line? [10:08:16] It's something that hasn't been needed for quite a while, but some legacy installs will still have it [10:08:47] Yes, I have. [10:10:04] remove it :) [10:10:25] Yay!! update.php runs now. :-) :-) [10:10:31] Than you so much! [10:10:36] Sweet [10:10:44] Something we really need to document better [10:10:59] I might still generate a new LocalSettings just to make sure that crud like that gets lost. [10:11:13] If you're comfortable doing that, it's probably a worthwhile exercise [10:11:29] Shouldn't take too long... [12:25:39] Reedy: Got there at last. Boy that was tedious! But now I'm confident I have a clean LocalSettings file and everything works. [12:26:28] My LocalSettings.php was generated back in 2008 and has been tweaked as per upgrading instructions ever since but... [12:26:55] I ended up losing 11 redundant variables and gaining 10 new ones. [12:27:52] Having a template LocalSettings.php distributed with new releases which we could use to merge with our existing config's would be a great help. [12:28:13] Thanks so much for all your help Reedy ! [13:40:10] I'm trying to import a database dump into my wiki and keep getting this error: [13:40:11] > Import failed: * Loss of session data. You might have been logged out. '''Please verify that you're still logged in and try again'''. If it still does not work, try [[Special:UserLogout|logging out]] and logging back in, and check that your browser allows cookies from this site. * No interwiki prefix was supplied [13:40:11] I have supplied a prefix and I am logged it — does anyone know why it could be happening? [14:52:40] time to file a bug against Echo [14:57:02] help 10 individuals how to earn $20,000 in just 72 hours from the crypto market. But you will pay me 10% commission when you receive your profit. if interested send me a direct message via Whatapp by asking me HOW for more details on how to get started [14:57:02] +1 (570) https://t.me/+Enl-Zysz93JjMWI0 [15:01:14] oh and another against Flow [15:01:45] pretty sure I hit this one before with some other stuff hmm [15:02:45] STATEMENT: INSERT /* Flow\Data\Storage\BasicDbStorage::insert (flow_workflow) */ INTO "flow_workflow" (workflow_id,workflow_type,workflow_wiki,workflow_page_id,workflow_namespace,workflow_title_text,workflow_lock_state,workflow_last_update_timestamp,workflow_name) VALUES ('\x06078ddc326359233b1a80','discussion','...',56877,1,'...',0,'20220709145719','') → ERROR: date/time field value out of range: "20041019102354" at character 18 [15:19:04] oh, my 2FA on wikitech broke [15:34:41] woo T312697 up [15:34:42] T312697: StructuredDiscussions uses MySQL-specific timestamp format - https://phabricator.wikimedia.org/T312697 [16:32:24] why am I not even remotely surprised that once again PGSQL is badly supported... [17:03:16] Reedy: would you be able to gift a +2 for https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Echo/+/812365 and it's backport that I'll do after [20:21:16] I'm using Grabbers to import content from one wiki to another, but I keep getting the error "InvalidArgumentException: The revision does not belong to the given page." on some articles — I assume this has to do with the revision count in the database, but I'm unsure how specifically I can stop this from happening and correct it — does anyone [20:21:17] have any idea? [20:29:50] That sounds like corrupt data [20:29:59] You'd have to view the revision in the DB [20:30:13] And see what's wrong / fix it [23:55:58] Does anyone know what could be causing the error [23:55:59] > Error creating thumbnail: Unable to save thumbnail to destination [23:55:59] I've tried following https://www.mediawiki.org/wiki/Manual:Common_errors_and_symptoms#Unable_to_save_thumbnail_to_destination and setting $wgTmpDirectory = /images/tmp but it doesn't seem to be working? [23:58:03] >A more detailed error message may be available if you turn on logging with $wgDebugLogFile.