[08:28:59] Hello ,i am here to clear some doubts about google code-in tasks [08:34:17] hello , are you one of the mentors? [08:40:04] agniva: Hi! I think you should also join #wikimedia-dev [08:40:21] i dont know how to do that [08:41:43] I don't use freenode webchat as irc client, but I think there should be a button somewhere saying "Join a channel" or something like that [08:42:17] thanks i just needed to click on the name and i joined [13:51:24] I have a very automated build/deploy process, and it just broke. I believe this suggests a bug/breaking change in mw REL1_29 ( 4e8366eae3 ) . Specifically "php update.php --quick" is failing. extensions/Bootstrap/src/Hooks/SetupAfterCache.php complains at line 162. "Expected an accessible /extensions/Bootstrap/resources/bootstrap path" however if I hardcode prepend so that the path is /var/www/html/extensions/Bootstrap/resources/ [18:12:04] Hello. I cant get my wiki to allow uploads i get Could not store upload in the stash (UploadStashFileException): "Error storing file in '/private/var/tmp/phpxg51Ks': Could not create directory "mwstore://local-backend/local-temp/6/60".".UploadStashFileException [18:13:26] exit [18:13:31] quit [18:15:06] hello [18:15:14] hi [18:15:22] check your file permissions [18:15:36] it's likely that the user your web server is running as does not have permission to write to the upload directory [18:16:16] lyrad: see https://www.mediawiki.org/wiki/Manual:Configuring_file_uploads#Check_directory_security [18:16:24] How do I check which user my websever is running? [18:16:31] what OS are you using? [18:16:38] and what webserver (apache, nginx, etc.) [18:16:42] Mac Sierra [18:16:46] Apache [18:16:58] sorry, I meant what OS is the wiki using, not you personally [18:17:04] (unless you're putting this on your own pc) [18:17:28] It is on my local PC and served on ly to my LAN [18:17:31] ok [18:18:02] usually the user is called either "nobody" or "www-data" [18:18:07] I have no idea what it is on macOS though [18:18:31] see if you can figure that out, and then give that user the ability to write to the images directory in your wiki [18:21:22] I get "chown: www-data: illegal group name [18:22:10] you will need to do research to discover the proper user name for your OS [18:22:31] Where might I look to find the user? [18:23:35] google / bing / duckduckgo / search engine of your choice :) [18:24:05] something like "what user does apache run as in macOS" [18:24:18] * Skizzerz needs to be afk for a while, maybe someone else can step in if you're still having issues [18:46:30] Thanks Skizzerz changing the owner of /Images to _www did the trick!! [20:56:27] When I was installing VectorV2 skin on my mediawiki, I got this stacktrace: exception 'RuntimeException' with message 'The configuration setting 'wgVectorUseSimpleSearch' was already set by another extension, and cannot be set again.' in /vagrant/mediawiki/includes/registration/ExtensionProcessor.php:496 Stack trace: #0 /vagrant/mediawiki/includes/registration/ExtensionProcessor.php(453): [20:56:28] ExtensionProcessor->addConfigGlobal() #1 /vagrant/mediawiki/includes/registration/ExtensionProcessor.php(193): ExtensionProcessor->extractConfig1() #2 /vagrant/mediawiki/includes/registration/ExtensionRegistry.php(246): ExtensionProcessor->extractInfo() #3 /vagrant/mediawiki/includes/registration/ExtensionRegistry.php(148): ExtensionRegistry->readFromQueue() #4 /vagrant/mediawiki/includes/Setup.php(116): [20:56:28] ExtensionRegistry->loadFromQueue() #5 /vagrant/mediawiki/includes/WebStart.php(97): include() #6 /vagrant/mediawiki/index.php(40): include() #7 /var/www/w/index.php(5): include() #8 {main} . Anyone ever had this problem before? [20:58:33] refeed[m]: please use pastebin or similar next time! [21:00:02] refeed[m]: you should report that issue to the VectorV2 maintainer, it's a problem with that extension. Likely uninstalling the Vector skin would fix that. [21:24:14] How do I change the amount of money on donation? [21:24:18] Does anybody know in which MW version QUnit was pulled up to 2.4? [21:25:04] Bucket_: not in the MediaWiki software. Maybe your question is about some Wikipedia website? :) [21:25:38] FoxT: https://phabricator.wikimedia.org/T170515 [21:26:41] andre__: Thanks! [21:26:44] yw [21:50:28] Bucket_: you mean on a donation to the _Wikimedia_ Foundation ? [21:50:45] there is a field to choose what amount to donate [23:30:59] RoanKattouw: hey, regarding https://gerrit.wikimedia.org/r/#/c/390224, is there any plans to get the change_tags table cleaned up?