[07:42:33] Hello. I am trying to turn https://rosettacode.org into a ZIM archive. With mwoffliner. But it gives 404 not found. [07:42:33] Is there something I am missing with MediaWikis? because its a public MediaWiki instance and everything is available. [07:43:36] I think this will be quite useful especially to people who want to learn programming but don't have reliable access to the internet. [10:33:17] james[m]: It's a rather old version of MediaWiki [10:33:44] The API seems to be a non standard location http://rosettacode.org/mw/api.php [10:33:58] I've not used mwoffliner, but one or both of those could be a factor [15:24:06] "I've not used mwoffliner, but..." <- No I configures that right. All the parameters were correct. It failed because it said the mediawiki version was unsupported as its 5+ years out of date. [15:24:06] I've used it on other sites. Fine. [15:24:25] I did say it was an old ersion of MediaWiki :) [15:24:29] * No that's not the issue, I configured that right. All the parameters were correct. It failed because it said the mediawiki version was unsupported as its 5+ years out of date. [15:24:29] I've used it on other sites. Fine. [15:25:02] Best you can do is ask them to upgrade MW [15:25:08] They're using a version that is long unsupported [15:25:17] Reedy: Ah I see. Yea I've done that. Its a waiting game. [15:26:50] The Admins email bounced back from mailer daemon when I emailed them. So I can't reach them via email. [15:26:50] The only way I see was through their IRC channel. So I posted everything there. Hoping someone to do with the project notices. [17:03:16] hi [17:05:57] i got a prob i'm running two httpd on the same mediawiki (for testing purposes) one on :80 test on :8080 now when i login and edit a page, it works, but it doesn't show up in recent changes [17:06:12] the change is saved [17:06:24] i see no errors [17:09:51] Make sure $wgServer is set correctly including port [17:12:16] Bombo: Set up a debug log (temporarily), or more recommended, set up log groups for exception and error as the example here: https://www.mediawiki.org/wiki/Manual:How_to_debug#Creating_custom_log_groups - you probably want to look for any errors logged there once they've been set up if you reproduce the issue [17:12:42] be sure the webserver can write to those files. Usually, point them to a folder where php has write permissions [17:14:04] RecentChanges entry is added after saving and after the user gets redirected to the page view, IIRC. An error when saving recent changes may go unnoticed unless logged [17:39:18] Check also jobqueue is working [18:11:35] ok got it, the php on port 8080 was missing an extension [18:11:48] thx guys :) [18:15:29] yw :)