Topic on Extension talk:WikiMarkdown

198.91.106.66 (talkcontribs)

Hi, I'm getting the following warnings when saving a page with markdown blocks.


Warning: Undefined array key "text" in E:\xampp\htdocs\wiki\vendor\erusev\parsedown-extra\ParsedownExtra.php on line 213

Warning: Undefined array key "lists" in E:\xampp\htdocs\wiki\extensions\WikiMarkdown\includes\WikiMarkdown.php on line 109

Warning: Trying to access array offset on value of type null in E:\xampp\htdocs\wiki\extensions\WikiMarkdown\includes\WikiMarkdown.php on line 109

Deprecated: Use of Parser::enableOOUI was deprecated in MediaWiki 1.35. [Called from WikiMarkdown::parserHook in E:\xampp\htdocs\wiki\extensions\WikiMarkdown\includes\WikiMarkdown.php at line 110] in E:\xampp\htdocs\wiki\includes\debug\MWDebug.php on line 377

Kuenzign (talkcontribs)

Looks like you have the $wgAllowMarkdownExtended configuration option turned on, but you don't have ParsedownExtended installed. Either install ParsedownExtended using the instructions from Install Dependencies, or remove the $wgAllowMarkdownExtended line from your LocalSettings.php.

Reply to "Warnings when saving"