[00:15:32] Hello. I am Japanese. Is there anyone in this group who can speak Japanese? [00:17:24] I'm sorry. I'm away. Hello. I am Japanese. Is there anyone in this group who can speak Japanese? [00:17:58] There are some people, but at least one is marked /away currently [00:20:18] 申し訳ありません。私は英語をうまく話せません。できるならば、日本語を話せる方に、私の身に起きた、mediawikiの問題の解決を希望しています。 [00:33:05] Apparently there is no reply. I will leave. [00:34:53] Their English seemed fine.... Or does google translate just do a decent job? [00:41:12] ...or people should just post in Japanese here! [01:29:43] MW 1.35 cannot seem to get the favicon to show up. Laid out in localsettings any help appreciated [01:31:07] browser console? html output? [01:33:41] Chrome: https://digitalmatrixgroup.com $wgFavicon = "$wgScriptPath/resources/assets/favicon.ico"; favicon is at root. Do you ever sleep @reedy? [01:33:57] BTW hexchat solved the disconnect problems [01:34:17] >[Exception... "Favicon at "https://digitalmatrixgroup.com/resources/assets/favicon.ico" failed to load: Not Found." nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: resource:///modules/FaviconLoader.jsm :: onStopRequest :: line 241" data: no] [01:34:25] https://digitalmatrixgroup.com/resources/assets/favicon.ico 404s [01:34:57] Should I correct the favicon and make read to /favicon.ico ? [01:35:20] wgFavicon is the url path [01:35:46] As https://digitalmatrixgroup.com/favicon.ico works... [01:35:55] thx [01:35:58] testing now [01:35:59] the default is $wgFavicon = '/favicon.ico'; [01:36:19] so you can just remove your override from LocalSettings [01:37:41] interesting because i never added all that ... reads now ... $wgFavicon = "$wgScriptPath /favicon.ico/"; [01:38:09] Depending on your url setup, and if you changed it... the installer sets it I think [01:39:57] does the favicon read 5x5 on your side? and should i do something to purge or whatever on my end? still no favicon [01:40:57] you seem to have a trailing / [01:41:04] [Exception... "Favicon at "https://digitalmatrixgroup.com/favicon.ico/" failed to load: Not Found." nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: resource:///modules/FaviconLoader.jsm :: onStopRequest :: line 241" data: no] [01:45:55] @Reedy thank you! @2145 EDT you solved my problem! [01:50:49] @Reedy curiosity question any reason the localsettings changed to reflect that which they did? [01:52:33] Not sure... I thought it was part of the installer, but doesn't look to be [01:55:41] Weird sh*t ... anyway thanx for the help and thanx for pushing me to learn, I now can display maps on a category. I would love to post an experience on how I migrated to MW 1.35 as a N00b. How could I do that? [01:56:03] Fro, MW 1.34.2 [01:56:11] *From [01:58:12] We do have a blog platform in Phabricator, I don't know what the rights/reuqirements are to be able to blog there though [02:11:06] @reedy in the days that come you have helped me tremedously. I would and I have made notes; I would like to put the notes for n))bs. Thanx and have a great evening! [02:22:10] foreclosurepedia: for a generic audience (like a story of how upgrading to 1.35 improved your site), there is https://diff.wikimedia.org/ (see submission link at the top) [02:26:17] for a technical audience (what you had to write into LocalSettings and such), Phabricator (doesn't really have a submission process, but the Developer Advocacy team might be interested in posting your story on their channel - ask them at https://www.mediawiki.org/wiki/Developer_Advocacy#Contact) or maybe https://mediawikiexperts.blog/ [12:52:23] Hi There [12:53:58] hi [12:54:01] when going to http version of login a secure connection banner popups to provide the tls version of it [12:54:18] but this does work on the clearnet version but not on hidden services [12:54:50] because the connection already secured with Tor without the need to TLS with http [12:55:09] so we tried to solve it but we failed [12:55:11] https://forums.whonix.org/t/wiki-miss-offer-secure-connection-while-the-connection-over-onion/10349 [12:56:29] wiki can be viewed on clearnet from here: https://www.whonix.org/wiki/ [13:36:43] any solution or someone can create ticket for it would be appreciated [13:56:36] MediaWiki is "dumb" and it blindly assumes it's not https if it sees the incoming URL requested as http, even if the wiki is behind a proxy that terminates HTTPS traffic and routing to http internally [13:57:37] Black-Mug: https://phabricator.wikimedia.org/T225728#5259666 [13:58:56] If you're able to set the X-Forwarded-Proto header, that should work for you [13:59:18] (that header should be on requests arriving to MediaWiki) [14:00:36] yeah it worked to solve the login issue but created another issue if search for a specific title in the search engine [14:01:23] if the title is written exactly the same as mentioned in the wiki there is a feature of switching you immediately to that page [14:02:02] example if i go to the wiki search and search for "chat" and there is a page titled with "chat" [14:02:30] it will redirect me to that page, issue is it will redirect me to that page with added TLS [14:03:37] https://forums.whonix.org/t/wiki-miss-offer-secure-connection-while-the-connection-over-onion/10349/3 [14:06:34] Well, I'm pretty sure MediaWiki won't give you the choice to use "secure connection" unless there's some setting that tells MediaWiki https is available [14:06:49] The problem may be that you've set https: somewhere in your LocalSettings.php [14:06:58] Get rid of it [14:07:17] will check, thanks alot [15:20:50] Reedy wondering if you can merge https://gerrit.wikimedia.org/r/c/mediawiki/extensions/LocalisationUpdate/+/634375 please? :) [15:20:54] tested and works! [15:44:35] Reedy thanks! [20:15:33] What's the current way to create a page (from say... an extension) ? PageStore? [20:16:20] WikiPage::doEditContent ? [20:20:02] legoktm: Was a good start, thank you! Deprecated in 1.32 in favour of PageUpdater::saveRevision :) [20:27:11] Uhhh... [20:27:13] MediaWiki\Revision\RevisionAccessException from line 1442 of /var/www/live/w/includes/Revision/RevisionStore.php: Failed to load data blob from tt:159278: Unable to fetch blob at tt:159278 [20:41:33] tt:159278 should point to text table with old_id = 159278 IIRC [20:42:32] About creating a page, I'd look at how it does the edit.php maintenance script