[00:22:49] how do you use Template:Warning? I don't find clear description, if I just use it in my page then it wants to create a new page Template:Warning [00:25:45] talmid: Template:Warning is just a template, you have to create it on your wiki (or copy the template from another MediaWiki installation) [00:26:44] is there an example? [00:35:03] https://en.wikisource.org/w/index.php?title=Template:Warning&action=edit [01:22:14] thank you! [02:32:19] hi [02:32:37] any body? [02:33:08] I'm having a trouble in setting up visual editor on my raspberry pi. [02:33:21] https://www.mediawiki.org/wiki/Topic:U9js34f4wkk8kt60 [03:04:50] Hi Alkydes. [03:04:55] What error message do you get? [03:15:52] I tested, it says `Error loading data from server: HTTP 500. Would you like to retry?` [03:16:21] Is parsoid listening on port 8142? Can you test by running `telnet localhost 8142` on the raspberry? [03:16:25] Alkydes: --^ [03:19:20] now [03:19:24] I run parsoid [03:20:04] i dont know why I cannot use visualeditor [03:23:28] $ telnet localhost 8142 bash: telnet: command not found [03:25:04] $ sudo netstat -lptu [03:25:23] Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 localhost:mysql 0.0.0.0:* LISTEN 549/mysqld tcp 0 0 0.0.0.0:5900 0.0.0.0:* LISTEN 429/vncserver-x11-c tcp 0 0 localhost:8142 0.0.0.0:* LISTEN 1656/nod [03:27:03] I think the parsoid daemon is running [03:32:33] hello? [03:34:15] telnet: Unable to connect to remote host: Connection refused [03:34:38] I did telnet 'localhost 8142' [03:36:04] Trying ::1... Trying 127.0.0.1... telnet: Unable to connect to remote host: Connection refused [03:38:13] $ telnet localhost 8142 Trying ::1... Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. [03:51:01] hello [03:51:17] I'm having a trouble in setting up visual editor on my raspberry pi. [03:51:25] https://www.mediawiki.org/wiki/Topic:U9js34f4wkk8kt60 [03:55:19] Sveta : I'm sorry. [05:32:46] Alkydes, I think your parsoid is listening to another port. [05:32:57] Or it is not running. [05:45:05] now I'm installing again the parsoid [05:45:50] the port is exactlt matches between parsoid and visualeditor [05:45:59] I don't know why [05:55:57] Oh, netstat shows it on port 8142. Interesting. [05:56:06] And telnet works. [05:56:16] Okay, sorry, I misread. :-( [05:56:40] hmm.. [05:57:18] I thought this is from the version of node, so I installed every version of node for parsoid install. but no luck. [05:57:18] In parsoid config you have this line. [05:57:19] domain: 'gunbe.com' optional [05:57:25] Perhaps remove the 'optional' ? [05:57:35] It needs to have a '#' before it, to be a comment. [05:57:42] Either comment it or remove it. [05:57:48] okay, I'll try. [06:00:42] no luck. [06:00:55] Internal Server Error [06:01:01] [229232544e13265b12dac099] /m/api.php?action=visualeditor&format=json&paction=parse&page=%EB%8C%80%EB%AC%B8&uselang=ko Error from line 427 of /var/www/html/m/includes/libs/MultiHttpClient.php: Call to undefined function curl_multi_init() Backtrace: #0 /var/www/html/m/includes/libs/MultiHttpClient.php(149): MultiHttpClient->getCurlMulti() #1 /var/www/html/m/includes/libs/virtualrest/VirtualRESTServiceClient.php(249): MultiHttpClien [06:01:19] #2 /var/www/html/m/includes/libs/virtualrest/VirtualRESTServiceClient.php(145): VirtualRESTServiceClient->runMulti(array) #3 /var/www/html/m/extensions/VisualEditor/ApiVisualEditor.php(96): VirtualRESTServiceClient->run(array) #4 /var/www/html/m/extensions/VisualEditor/ApiVisualEditor.php(237): ApiVisualEditor->requestRestbase(string, string, array) #5 /var/www/html/m/includes/api/ApiMain.php(1583): ApiVisualEditor->execute() #6 / [06:01:30] #6 /var/www/html/m/includes/api/ApiMain.php(546): ApiMain->executeAction() #7 /var/www/html/m/includes/api/ApiMain.php(517): ApiMain->executeActionWithErrorHandling() #8 /var/www/html/m/api.php(94): ApiMain->execute() #9 {main} [06:01:55] sudo netstat -lptu [06:02:18] localhost:8142 listen [06:07:33] Error from line 427 of /var/www/html/m/includes/libs/MultiHttpClient.php: Call to undefined function curl_multi_init() [06:08:00] line 427 is $cmh = curl_multi_init(); [10:22:52] https://pasteboard.co/HcsbBSP.png coming along quite well now ^_^ [22:10:49] I would like to know. In Wikipedia, the Special: PáginasLargas managed to make the namespace "Annex" appear listed along with the articles. How they did it? https://es.wikipedia.org/wiki/Especial:P%C3%A1ginasLargas example: Anexo: Entidades geográficas por superficie [22:11:04] Would you help me? [22:28:59] It is no longer necessary to respond, I believe that I have found the solution.