[08:45:53] I want to be able show the user a form when they get to a URL that doesn't exist. [08:46:03] I'm using semantic MediaWiki forms [10:40:16] Hi all, I try to install MediaWiki Vagrant but I have an error message. Where can I post the logs to ask some help please ? [11:26:36] Well... I've post my logs here : http://stackoverflow.com/questions/43609365/installation-of-mediawiki-vagrant-error-logs [11:31:38] "Could not open input file: /vagrant/mediawiki/maintenance/install.php" ? [11:34:29] I have not a maintenance folder in my mediawiki folder [11:34:53] cywil@cywil-GT70-2OC-2OD:~/vagrant$ cd /home/cywil/vagrant/mediawiki/ cywil@cywil-GT70-2OC-2OD:~/vagrant/mediawiki$ ll total 356 drwxr-xr-x 11 cywil cywil 4096 avril 24 23:38 ./ drwxrwxr-x 17 cywil cywil 4096 avril 24 23:04 ../ -rw-rw-r-- 1 cywil cywil 4166 avril 24 23:16 api.php -rw-rw-r-- 1 cywil cywil 128502 avril 24 23:16 autoload.php drwxrwxr-x 2 cywil cywil 4096 avril 24 23:16 cache/ -rw-rw-r-- 1 cywil cywil 148 [11:35:46] cywil@cywil-GT70-2OC-2OD:~/vagrant/mediawiki$ ls api.php cache COPYING docs includes jsduck.json load.php opensearch_desc.php profileinfo.php README RELEASE-NOTES-1.29 serialized thumb_handler.php UPGRADE autoload.php composer.local.json CREDITS FAQ index.php languages mw-config phpcs.xml Rakefile README.mediawiki resources skins thumb.php [11:35:51] that is unreadable. [11:36:19] linking to a pastebin posting welcome [11:36:36] sorry, I'm newbie with linux. ll is unreadable, I've just paste ls [11:37:01] I can post it on stackoverflow ? [11:38:27] any pastebin is welcome [11:39:02] http://fpaste.org/ or https://phabricator.wikimedia.org/paste/edit/form/14/ or https://pastebin.com/ or whatever :) [11:40:43] https://paste.fedoraproject.org/paste/izWdUVsyh4R~y-hK3wtxS15M1UNdIGYhyRLivL9gydE= [11:44:13] I'm so sorry Andre but I have to go... if it's possible for you to answer on stackoverflow, it should be very nice. Or maybe I can give you my email ? [11:44:34] I don't know the answer and I don't have a stackoverflow account, sorry :)( [11:45:30] ok, thanks for your time [11:45:44] do you know where I can post my question to ask some help ? [11:46:21] https://www.mediawiki.org/wiki/Talk:MediaWiki-Vagrant or #wikimedia-dev [11:46:51] ok thanks [12:20:16] Hi, I installed the Citation tool for the Visual editor, and followed all the steps, but the cite templates do not want to show. I keep getting "The "Template:Cite book" template doesn't yet have a description, but there might be some information on the template's page." although I have the relevant TemplateData in the Cite template. I posted a question on the Extension Talk page here: https://www.mediawiki.org/wiki/Talk:VisualEd [12:20:34] but did not get an answer, what other support paths can I take to solve the problem? thanks a lot. [13:56:23] sorry the browser was closed [14:25:05] hello. when i ran runJobs.php in a loop, it performed 20,000 jobs but kept crashing for certain pages. now it exits with 0 status but there are 20,000 more jobs in the jobs table. some of them have almost 100 attempts, some only 1... why are they not running when i run runJobs.php? thanks. [15:35:06] hallo [15:35:20] hi [15:35:36] it is interesting [15:43:52] aaaaaaaaaaa1: Welcome to IRC. Do you have a question / topic related to the MediaWiki software? [15:44:38] Ah well, you seem to be the same user as a few minutes ago on #wikimedia-dev... [15:57:36] On mediawiki, subpages have a link back to their parent page at the top. How can I enable this on my wiki? [16:01:16] !subpage [16:01:17] By default some namespaces have subpages enabled and others don't. You can enable or disable them using $wgNamespacesWithSubpages in LocalSettings.php. http://www.mediawiki.org/wiki/Manual:$wgNamespacesWithSubpages [16:03:02] huh, would have thought the main namespace would be included by default [16:09:35] hey guys I'm getting "No such service: LocalServerObjectCache" when trying to run the update script from 1.27.0 to 1.28.1. any idea how to debug this? [16:13:01] ok, apparently the cache dir had the wrong perms O_o [16:21:34] I would expect a different error for that [16:21:42] usually LocalServerObjectCache means APC i thought [16:21:48] what's APC [16:22:10] wiki_guest: its because wikipedia doesn't have subpages on main namespace, and have our config is just following what makes sense for wikipedia and nobody else ;) [16:22:38] jbalint: Its a local caching system (the php apcu extensions) [16:23:03] ok, I'm kind of ignorant about PHP but I <3 mediawiki. it's working now so..... :D [16:23:21] Oh as long as its working [16:23:29] maybe i was wrong about what that service means [16:23:31] in general, yes. and with php 7.1 to boot! [20:43:30] to answer my own question: it turns out that the unprocessed jobs with multiple attempts are likely jobs that have failed in the past. [21:18:12] Hey everyone. I just upgraded to php 7 and now all of my pages are blank. Responses are 200 OK and no error logs are generated even with display_error and error_reporting set. [21:21:54] Got it working. Needed `fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;`