[05:30:52] Hello [05:32:53] hi [05:35:28] hi [05:35:34] need something? [05:35:37] help me! [05:35:48] can you access mediawiki.org? [05:35:48] !ask [05:35:48] Please feel free to ask your question: if anybody who knows the answer is around, they will surely reply. Don't ask for help or for attention before actually asking your question, that's just a waste of time – both yours and everybody else's. :) [05:35:53] yes [05:36:17] https://www.mediawiki.org/w/index.php?title=Topic:Xmyzybllofuxlh9t [05:36:18] Look [05:37:31] can you re-post the log on a pastebin like https://dpaste.org ? I don't click on links that prompt me to download files for security reasons [05:37:48] Please wait [05:38:30] Sorry,I cannot open dpaste.org please open my link [05:38:48] unfortunately it prompts for a file download rather than simply displaying the log, and I don't download files :( [05:38:54] Oh [05:39:17] Can I re-post it in other website like the dpaste? [05:39:29] is this happening on your wiki (that is, a wiki that you own/host) or some other wiki? [05:39:47] My wiki [05:41:45] can you access https://bpa.st/ ? [05:41:59] I cannot [05:42:09] ok give me a moment [05:42:23] ? [05:42:47] https://netcut.cn/p/62c31be4a7ed9d59 [05:42:56] This is link of log [05:43:45] Can you open this? [05:44:39] Hey [05:44:53] yes that works [05:45:43] Oh [05:45:46] your PHP install is missing some PHP extensions [05:46:01] do you own the server (have root) or are you on shared hosting? [05:46:12] Thank you,I need install which PHP extension? [05:47:13] Make sure your php.ini has the following: calendar, dom, fileinfo, intl, json, mbstring, openssl, xml, xmlreader [05:47:36] that particular error is because you're missing openssl, but should double-check the full list :) [05:48:00] Wait me [05:49:11] My PHP extension dir have not calendar dom xml and xmlreader extension and i haven't a ssl cert [05:49:29] you do not need an ssl cert, but PHP needs the openssl extension loaded [05:49:36] Oh [05:49:57] But My PHP's extension dir have not calendar dom xml and xmlreader extension's DLL file [05:50:27] it may be built into PHP, or it may not, we would need to check phpinfo to see for sure [05:50:42] various mediawiki features will not work without those extensions [05:51:03] oh [05:51:11] wait me [05:52:37] PHP Warning: PHP Startup: Unable to load dynamic library 'calendar' (tried: ext [05:52:38] \calendar (鎵句笉鍒版寚瀹氱殑妯″潡銆?, ext\php_calendar.dll (鎵句笉鍒版寚瀹氱殑 [05:52:38] 妯″潡銆?) in Unknown on line 0 [05:52:39]
[05:52:39] Warning: PHP Startup: Unable to load dynamic library 'calendar' (tried: [05:52:40] ext\calendar (鎵句笉鍒版寚瀹氱殑妯″潡銆?, ext\php_calendar.dll (鎵句笉鍒版寚瀹 [05:52:40] 氱殑妯″潡銆?) in Unknown on line 0
[05:52:41] PHP Warning: PHP Startup: Unable to load dynamic library 'dom' (tried: ext\dom [05:52:41] (鎵句笉鍒版寚瀹氱殑妯″潡銆?, ext\php_dom.dll (鎵句笉鍒版寚瀹氱殑妯″潡銆?) in U [05:52:42] nknown on line 0 [05:52:42]
[05:52:43] Warning: PHP Startup: Unable to load dynamic library 'dom' (tried: ext\d [05:52:43] om (鎵句笉鍒版寚瀹氱殑妯″潡銆?, ext\php_dom.dll (鎵句笉鍒版寚瀹氱殑妯″潡銆?) i [05:52:44] n Unknown on line 0
[05:52:44] PHP Warning: PHP Startup: Unable to load dynamic library 'json' (tried: ext\jso [05:52:45] n (鎵句笉鍒版寚瀹氱殑妯″潡銆?, ext\php_json.dll (鎵句笉鍒版寚瀹氱殑妯″潡銆?) i [05:52:45] n Unknown on line 0 [05:52:46]
[05:54:13] Look https://netcut.cn/p/7afd9ac4ea6679e3 [05:58:37] https://netcut.cn/p/7afd9ac4ea6679e3 [05:59:36] Hey [22:58:12] Is there an easy way to implement a feature like {{#af_map:...}} in a Lua module? I have a module that can format lists in various ways, but would really like to add the ability to let the user specify an arbitrary transform that should be applied to each element, like turning every X into {{Blah | X}}. [22:59:01] Just occurred to me that for now I could add that specific feature, like with an argument that says callTemplate = Blah. But it would still be cool to allow arbitrary transforms like af_map does.