[10:03:55] Hi [10:05:23] I'm using the forum extension to display a list of recently modified articles on my wiki page. It is working very well except that the page modified time doesn't get updated, which means stale sitemap.xml. [10:05:52] Is there a way to automatically change the modification time whenever the articles update? [10:05:55] https://wiki.tnonline.net/w/Main_Page [12:18:25] excuse, how can I find specific edit summary in a period of time from database in version 1.38 (wmf wikis) ? e.g. Edits commited at 2021/11/06 and its summary could find word "HELLO". [14:59:45] I am trying to mirror wikipedia but noticed a lot of templates missing. Is there a way or tool to bulk / automatically import templates? [15:00:13] Special: Export, and check the "expot all templates" [15:06:27] "Special: Export, and check the..." <- Thanks, but not seeing the checkbox "export all templates"? [15:06:31] * bitmuncher[m] uploaded an image: (71KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/mgKQBobYMgsZiExfurDXUaUU/image.png > [15:08:02] "include templates" [15:08:03] bitmuncher[m]: do not take my words as exact texts displayed on your MediaWiki version or even language [15:08:45] I didn't even open the special page to check how it was worded. It was a mere orientation [15:10:14] Ah yes thanks... Now, one more question.. When importing via the web/import option I get a ``gateway timeout`` on larger imports. will this file import easy enough via the ``importDump.php`` or can I use a different tool? [15:13:29] importDump.php does the same as Special:Import but from command line. You'll want to use this command line tool for large imports [15:17:11] Thats what I thought but no such joy ☚ī¸ ``sudo -u apache php importDump.php --conf ../LocalSettings.php /home/bitmuncher/Wikipedia-20211107150749.xml --username-prefix="" [15:17:11] PHP Warning: fopen(/home/bitmuncher/Wikipedia-20211107150749.xml): failed to open stream: Permission denied in /var/www/mediawiki-1.36.2/maintenance/importDump.php on line 284`` [15:18:14] have you checked permissions on the file you want to import? [15:19:28] yeah I chown'd it ``sudo chown apache:apache file.xml`` [15:21:06] is is the full output https://paste.centos.org/view/c0732845 [15:22:02] i have been using the same command on a dump file which has been working fine? [15:45:50] ha! got it sorted. the permissions of the file was fine. But apache didnt have permissions to access my home folder 🙂 [19:27:46] Hello, I have a problem with VisualEditor on MW 1.36. [19:27:53] Error contacting the Parsoid/RESTBase server: (curl error: 7) Couldn't connect to server [19:28:25] I've added wfLoadExtension( 'Parsoid', 'vendor/wikimedia/parsoid/extension.json' ); after wfLoadExtension( 'VisualEditor' ); [19:29:01] Site is https://www.wikiberal.org and nginx is used as web server with php-fpm. [19:29:48] MediaWiki is installed using tarball package which includes and extensions and skins. [19:45:05] Umm... I'm just thinking, is something wrong in rewrite rules? https://dpaste.org/7X0H