[00:45:41] I am trying to load a js module using MobileFrontend and MinervaNeue, but getting the error: module "..." not loadable on target "mobile". [00:45:48] where do I specify that it can be used for that target? [00:46:42] ah just found it, https://www.mediawiki.org/wiki/ResourceLoader/Writing_a_MobileFrontend_friendly_ResourceLoader_module [00:50:34] hello all you happy people. I could use a bit of help. I attempted earlier to cp -r a mediawiki installation to a different vhost on nginx with a copy of the database tables on a different database. although I think I configured everything correctly, and can reach /mw-config on the new domain, [00:50:34] attempting to access the wiki results in nothing at all [00:50:35] loading. There are no errors in my nginx or php logs and nothing in my console... there is in fact just plain nothing. I'm not sure why [00:55:17] !blankpage [00:55:17] A blank page or HTTP 500 error usually indicates a fatal PHP error. For information on debugging (including viewing errors), see . [00:55:42] Your php error reporting is probably just disabled [01:01:29] ok, separate question now. I've noticed that the hook EditPage::showEditForm:initial doesn't trigger on MinervaNeue. I assume this is because of all the javascript it uses, rather than server-side rendering. I guess there's no way around that?? [01:03:18] hrrrrrm [01:08:35] phpinfo() works but not the rest of index.php.... and setting the display_errors and display_startup_errors seems to have no effect [01:34:42] the problem isn't my PHP as the php fpm is being called. it['s some configuration issue.... hmmmm [01:34:55] Volund: its always possible its something else, like php segfaulting, although that would be more unusual. You can also check your apache log for that [02:25:26] chicocvenancio: OAuth1 had no 'approve' endpoint, presumably the REST API redirects there for some reason [02:26:01] (would have been nice if the OAuth2 project included providing REST endpoints for all the OAuth 1 stuff but oh well) [04:19:51] Hi [04:20:02] Do anyone remember from last year's GCI? [10:03:51] Hi guys, I'm running mediawiki 1.31 with visual editor. If I have really big tables and I want to edit them with visual editor, then if you try to click a box to edit the content, then the page scrolles down. Is this a known issue? And if yes, how can I fix it? [13:13:27] Hi. [13:13:53] I am trying to run MediaWiki 1.31.6 (LTS) on Linux Debian 10 server. [13:14:15] When I open the main page then there is no Edit button. [13:14:27] Where should I look for the cause? Thanks. [17:11:56] Hey guys, if a MW site appears to be down with the "This site can’t provide a secure connection" message yet SSH session still works and the mediawiki maintenance php scripts run fine, does that mean the problem is not with the MW site but with the host/CloudFlare? [17:15:17] Gthonk: probably. or perhaps with your webserver or something, but probably not wiht the MediaWiki application [17:17:12] MatmaRex: How would you suggest I debug this further? The owner is currently not reachable. I have shell access but I'm not in the sudoers list - is there a way to force mediawiki to run in http only while this gets resolved? [17:18:10] the HTTPS isn't controlled by MW if cloudflare is infront... [17:23:00] I see [17:24:53] How would you suggest I confirm the MW install is working fine? What can I do to confirm "yeah the MW software is capable of outputting pages just fine, nothing's broken - it's just something on the host/CloudFlare's end" [17:26:03] Possibly running a maintenance script on the host... [17:26:08] Or a curl localhost [17:28:48] (sorry, i have no idea) [17:38:15] Reedy: curl localhost gets connection refused, but running "php dumpBackup.php --full > dump.xml" generates the full contents of the wiki without any issues [17:38:35] so I guess the problem is not on the MW level [17:38:42] It might not be port 80 etc [17:38:53] But certainly if you can create a db dump, I'd suggest the wiki is mostly working for sure [17:39:03] how would I find out which port to try [17:39:33] Look in the webserver config I guess [17:39:46] or netstat/similar for bound ports [17:43:22] I know extensions allow MediaWiki to operate as the Service Provider when using SAML, but would it be possible to use MediaWiki as the Identity Provider too? [17:45:00] Or use a traditional IdP (WMF is using CAS?) but write custom code to use the CentralAuth db for authentication purposes? [17:47:30] .. or is the best option using MediaWiki OAuth for authentication and doing autorisations within the IdP? [18:45:19] Is there a place where I can test an extension ? I want to try "Labeled section transclusion". I'm not sure i'm going to use it, but don't want to spend some time to install it (my boss is in charge of the installation, he doesn't have much time ^^') [18:47:41] It should take a couple of minutes at most to install an extension liket hat [18:48:53] Ok, thanks for the info ! He doesn't responds often, so i hope he'll do it fast :p