[09:13:49] Hi, iøve transfered my wiki to new server, but can't fix this error https://abc.chawg.org/wiki [09:20:41] Sia-: Look at line 70 of /var/www/abc.chawg.org/public_html/w/LocalSettings.php and fix/comment that line [09:22:50] Unknown DB errors are fun. [09:22:50] Vulpix line 70 is the DBpassword and ist correct 100% [09:23:19] > Notice: Undefined variable: JS in /var/www/abc.chawg.org/public_html/w/LocalSettings.php on line 70 [09:23:26] Sure it's not 100% correct for PHP [09:23:28] I'm going to go with $JS appearing in that password that isn't properly quoted? [09:24:05] That's a likely cause [09:24:53] the password is quoted with " and contain special charachter [09:26:54] So its in double quotes? [09:27:02] yes [09:28:01] ohh now working with single quote :-) [09:28:05] Switch it to single quotes, double quotes expand variables. [09:28:22] Lcawte thanks again, [11:28:14] HI, i have a template used like a "search form" in my wiki, I'm interested to see with which params my users call this template, There is any way to do that? [11:28:35] Maybe log the call for this template or anything similar? [12:39:19] nickd25: That would require a table to track them and an interface to see the data. The most trivial way would be to use categories for that [12:39:28] Oops, wrong ping [12:39:36] Nik73: ^ [15:53:14] Hello. I'm successfully installed and configured LdapAuthenticationProvider but, for some reason, people cannot log in using local accounts anymore. I made sure the "sort" option for my Ldap provider is 50 (less than Local provider, which is 100) and authoritative = false. Am I missing something here? [15:53:32] If I set sort = 200, local accounts work, but ldap authentication fails [15:54:28] I looked for some detailed documentation about authentication providers, but found nothing detailed, besides doxygen developer documentation that doesn't help much. [18:28:29] this page is broken for me and one more person, what's up? https://en.wikipedia.org/wiki/Delaunay_triangulation#Applications (top right, Log In etc) [18:28:39] i have no idea what to do about it, maybe someone here does :) [18:28:53] remove the #Applications [21:02:32] hi all - I am reading some text files from Github dot com that have the extention dot-mediawiki .. related to Markdown ? how can I command-line turn these to another format .. unconv/LibreOffice any help ? [21:03:04] .. it would be better to take the formatting and heading defs, not throw them out, of course [21:03:42] mediawiki syntax is not markdown [21:03:51] agree [21:04:28] how about a text file with the extension .. README.mediawiki [21:04:53] how to convert that ? [21:05:09] .. I am going to edit to go to print, basically [21:06:23] for example .. {| class="wikitable sortable" style="width: auto; text-align: center; font-size: smaller; table-layout: fixed;" [21:12:34] If you have MediaWiki installed, you can fed it to the parse.php maintenance script [21:15:50] hmm [21:16:45] add to list of things to get done before 5pm -- install and run MediaWiki locally .. not likely :-/ [21:16:56] it is an idea though [21:17:42] I think the VM that actually executes MediaWiki in our dot-org is highly secure [21:17:53] .. probably a good idea, too [21:18:02] so, still looking for format conversion tips [21:18:37] README.mediawiki -> just about any format [21:19:41] https://pandoc.org/ [21:19:55] looking [21:20:54] .. I have a server here locally running pandoc 1.16.0.2 [21:27:03] ok - pandoc does look promising, and does do something.. but pandoc -s -o tests.html README.wikimedia [21:27:19] .. produces a lot of plain text for the tables, here [21:31:16] I notice patat on Focal [21:37:24] yeah - Focal pandoc v2.5 .. same result [21:37:53] .. except they require an HTML title, and then fail to read the tables [21:37:59] :-/ [22:02:07] Hello. I've just installed 1.35 with a closed (registration isn't open) configuration. However, attempting to use the VisualEditor on any page results in "Error contacting the Parsoid/RESTBase server: http-bad-status" without identifying what the bad status is. [22:03:01] the LocalSettings.php was completely vanilla and in accordance with advice I've found elsewhere about it. I understand it is autoconfigured; I will note that HTTP Basic Auth is required to access the wiki, so if it's trying to use the FQDN instead of localhost it will probably have difficulty. [22:05:36] The auth in question is applied at the load balancer this host is behind, so it can be bypassed. However, I've modified the /etc/hosts to point that FQDN back at itself without going outside through the load balancer, so I guess that isn't it. [22:05:46] Does anyone have other ideas about what could be broken here? [22:12:19] more specifically re things I've already tried - added wgGroupPermissions['*']['read'] = true; and same for 'writeapi' [22:27:19] HI, i have a template used like a "search form" in my wiki, I'm interested to see with which params my users call this template, There is any way to do that?