[03:01:43] is here good place to mention about spam on mediawiki web site? [03:05:21] i mean this one can be deleted as spam https://www.mediawiki.org/wiki/Topic:Ugzg1kmx6pvbxz77 [04:22:07] Hi cronolio1. [04:30:01] Ursula: hi [04:47:34] hm. [05:04:08] cronolio: What's your mediawiki.org username? [05:05:13] Ursula: https://www.mediawiki.org/wiki/User:Cronolio [05:07:59] what you want to do with my nick? :) [12:14:13] Hi [13:09:18] cronolio: I made you an admin. [13:12:11] Ursula: why =-O ? [13:14:11] So you can delete spam or translate pages or whatever. [13:26:09] Ursula: any guidelines, manuals, rules about this privileges? [13:41:29] i mean, delete something is easy. i should be sure that i doing it right [13:41:52] If it's spam delete it [13:41:55] If you're not sure, leave it [13:50:42] ok. will try [13:52:19] * cronolio reading https://www.mediawiki.org/wiki/Manual:Combating_spam [15:32:16] anyone know how to prevent pages from the template namespace comming up in the category page? [15:33:03] Don't add categories to the templates? [15:33:12] Wrap them in tags? [15:40:19] Thanks Reedy, did the trick! [15:58:15] I forgot the database user name for my mediawiki site. How can I find it? [15:58:19] I'm SSHed to the mediawiki http server. [15:58:28] It's not in LocalSettings.php [15:59:08] it'll be in LocalSettings or a file that LocalSettings is including [15:59:34] Oh...LocalSettings is much larger than I originally thought! [16:00:25] Thanks! [16:00:30] My terminal was busted. [16:40:02] Charlotte: Hi [16:40:28] Hi, Brian, thank you! [18:20:24] looks like here https://www.mediawiki.org/w/index.php?title=MediaWiki_1.31&action=edit under T:2 does not work in translated page [18:20:35] how to fix this ? [18:36:11] fixed) [19:50:00] Is there any precedent for versioned ContentModel data? I don't want to include a schema major version in the content itself, but am not seeing another way to handle migrations. [20:26:26] hi [20:28:02] could use some help [20:28:32] heku: whats the problem? [20:29:55] trying to get VisualEditor running. I have Parsoid setup and running and (i think) restbase setup, but i'm getting an error [20:29:58] "apierror-visualeditor-docserver-http-error: (curl error: 28)" [20:34:40] Im not that familar, but check firewall and selinux settings [20:34:47] !visualeditor [20:34:47] VisualEditor is a project to create a simple editor for MediaWiki that would make it far simpler for people to contribute to Wikimedia projects. See also https://www.mediawiki.org/wiki/VisualEditor and #mediawiki-visualeditor channel. [20:41:54] Help [20:41:57] https://www.mediawiki.org/wiki/Topic:Uh0v9leinxso0ssq [20:42:08] https://wikizilla.org/wiki/Main_Page [20:43:58] You need to fix your db. More a mysql question than mediawiki [20:44:31] yeah, I was about to suggest that [20:44:54] Where can I find how to fix it/what do I do? [20:46:06] koko4oa: google? this is my first result: https://stackoverflow.com/questions/8843776/mysql-table-is-marked-as-crashed-and-last-automatic-repair-failed [20:47:46] it talks about MyISAM, but MediaWiki uses InnoDB by default. I wonder if your MediaWiki installation is using MyISAM for all tables [20:49:37] Vulpix: its an installer option [20:49:59] its probably myisam. InnoDB is much less likely to have this issue [20:50:13] myisam is terrible. People should not use it [20:50:44] Can I do what's in the link with PuTTY? Otherwise I have no idea how to do anything. This wiki is on cPanel Linux shared hosting. I'm very ignorant. [20:52:11] Oh wait I think I got it [20:52:43] yes, putty is shell access [20:52:51] Yes thank you so much. [20:53:22] https://wikizilla.org/wiki/Megalon [20:53:42] The pages seem to be at least accessible but now there's this [20:55:48] did you upgraded MediaWiki very recently? [20:56:34] No on the contrary, this site has been on 1.26 since forever [20:56:40] This suddenly happened this morning for no reason [20:57:02] apart from that, at the top of the page there are several PHP Notice. Those should not be visible in a production server, you should change the error_reporting configuration on PHP to avoid the display of E_NOTICE [20:57:35] I don't know how to even upgrade it to 1.27. I tried to do it through the Installatron on cPanel (the only option available is 1.30) -- so here is the clone site. https://wikizilla.org/site/Gezora [20:57:51] Also yes I disabled the error reporting now, so those errors are gone. [20:58:57] The clone site -- https://wikizilla.org/site/Gezora -- is riddled with many errors, talk pages don't render, some pages can't even be displayed. I tried to run update.php on several different extensions and even fully replace them with filezilla and it's still like this. Note: the clone is MW1.30. [20:59:32] the clone is on a separate database than the main site, right? [21:00:43] Yes it is a separate database. The issue I initially came here with did not afflict the clone. [21:05:02] koko4oa: Use of undefined constant (...). This means an extension is not declaring the constant, and you're using it on LocalSettings.php. This usually happens for extensions loaded through Extension Registration (wfLoadExtension). Try using the constant value rather than the name [21:06:39] nice monobook btw :P [21:06:59] Thanks ^-^)b [21:07:38] it's very familiar to me hehe [21:07:59] Yea it's modified from Spanish Pokemon wiki [21:13:29] Ok so for example — on the clone, there is this error line 461 - //Replace user talks with Flow $wgNamespaceContentModels[NS_USER_TALK] = CONTENT_MODEL_FLOW_BOARD; [21:13:38] The fix is? [21:14:04] [the comment is meant to be on a separate line] [21:16:11] find what CONTENT_MODEL_FLOW_BOARD means, and use that value in place of CONTENT_MODEL_FLOW_BOARD [21:16:21] I guess this is Extension:Flow? [21:16:23] !e Flow [21:16:23] https://www.mediawiki.org/wiki/Extension:Flow [21:17:09] of course, be sure Flow extension is loaded before this code [21:20:23] Yes it's before that. However, talk pages don't work ... https://wikizilla.org/site/User_talk:Godzilla [21:23:19] > Use of undefined constant TBLSRC_LOCALPAGE [21:24:23] That seems to be for wfLoadExtension( 'TitleBlacklist' ); [21:24:52] there we go need to replace that with 'localpage' it seems [21:25:34] So that error's gone now, still have something for HeadScript which is in the actual HeadScript php file [21:39:09] wfLoadExtension() doesn't define constants in your LocalSettings.php [21:39:34] so you'll need to do what Vulpix suggested because those constants don't exist (substitute the values directly) [21:43:12] OK. [23:17:56] cronolio: Mostly just use common sense, be nice, etc. [23:18:57] Anyone have any clue what's causing this? — https://wikizilla.org/site/Main_Page [23:19:29] [This is a cloned, upgraded version of the site... upgraded from MW1.26 to MW1.30] [23:20:01] Only a few pages are like this. Others such as https://wikizilla.org/site/Gezora -- work fine. [23:21:49] !debug | koko4oa [23:21:49] koko4oa: For information on debugging (including viewing errors), see https://mediawiki.org/wiki/Manual:How_to_debug . A list of related configuration variables is at https://mediawiki.org/wiki/Manual:Configuration_settings#Debug.2Flogging Also see https://mediawiki.org/wiki/Manual:Errors_and_symptoms