[03:31:54] Hi there, I'm asking again to see if someone has any idea what my problem is. I have an install of 1.34 running on Arch linux, and the Special:WantedPages page isn't populating even though I have multiple pages with missing links. I've ran showJobs.php and it returned 0 jobs in the queue. [09:05:28] DeltaF1: the showJobs thing might be misleading, see T221224 [09:05:28] T221224: showJobs.php maintenance script useless and misleading in production - https://phabricator.wikimedia.org/T221224 [09:05:34] how is your job queue set up? [13:53:41] I'm using structured discussions on a wiki running 1.34 on Mobile there's a div with a class 'flow-ui-load-overlay' that's preventing people from using flow on mobile. It works fine on desktop, I realize I could just make a css rule and make it work but I'd rather try to fix it properly if I could [13:54:27] the oo-ui-element-hidden class never gets applied on mobile but it gets applied on desktop for some reason [15:53:33] sorry got disconnected, anybody have any solutions to the structured discussion problem I was having? the loading overlay doesn't get removed on mobile for me locking the UI, desktop works fine [18:17:49] Hey all. I need some assistance with a mediawiki project. I have dug through the documentations and can't find anything that works. [18:19:42] I need to create a drop down on a page that has two options. I need the choice of those options to be referenced by an inputbox. For example, option 1 says PDF and option 2 says template. I need the inputbox to reference that data in the preload section of an inputbox. [18:19:59] I found the template for drop down list, but I could not get it to work on MW 1.32. [18:22:28] Hi, does anyone know how to delete redis keys using wild card so for example *mediawiki* in mediawiki? [20:21:47] Hey everyone. Following the guide at https://www.mediawiki.org/wiki/Manual:Running_MediaWiki_on_Debian_or_Ubuntu , I tried installing MediaWiki. I keep getting the error "Could not find a suitable database driver!" with php-mysql and mariadb installed. Any idea what could be causing this? [20:46:02] Are you able to log into your mariadb application from a terminal? [20:48:03] absor70: They left [20:48:32] Reedy: too late then ;) [21:27:33] 1.34 with mobile front end and minervanevue skin, none of the icons are showing up on the mobile site for editing section, hamburger menu, search ect those icons all say "error on line 2 at column 6: XML declaration allowed only at the start of the document" [21:28:41] red75: Open up one of the icons, check to see if there is an error message at the beginning of it [21:28:46] Check also your php error log [21:34:07] w/skins/MinervaNeue/resources/skins.minerva.icons.images/editLocked.svg there's no error in the file and it's only 1 line [21:35:10] if i try to browse directly to it from a web browser it appears correctly but from the css url w/load.php?modules=skins.minerva.icons.images&image=edit-enabled&format=original&skin=minerva&version=go5la it errors [21:35:41] this link works http://www.aiowiki.com/w/skins/MinervaNeue/resources/skins.minerva.icons.images/edit.svg [21:35:52] https://www.aiowiki.com/w/load.php?modules=skins.minerva.icons.images&image=edit-enabled&format=original&skin=minerva&version=go5la that one doesn't [21:41:26] Huh, well it seems like it has an extra newline at the beginning [21:41:32] Don't know where that's coming from [21:41:50] Make sure that there's no extra newline at the beginning of LocalSettings.php before the yeah local settings doesn't have any extra newline characters at the beginning or end [21:47:07] And there's no extra newlines on index.php output [21:47:20] huh. that's weird. I don't know [21:49:49] index.php is also good, I'll try reinstalling all of 1.34 [22:04:02] looks like re-installing mediawiki fixed it thanks for the help