sjlevine / dokuwiki-alertbox

Bootstrap style alert boxes for DokuWiki
1 stars 2 forks source link

Latest version fails with Greedy #7

Open thomasbesorna opened 6 years ago

thomasbesorna commented 6 years ago

Message after installing the plugin: Warning: Declaration of syntax_plugin_alertbox::handle($match, $state, $pos, &$handler) should be compatible with DokuWiki_Syntax_Plugin::handle($match, $state, $pos, Doku_Handler $handler) in /home/.sites/49/site4029271/web/support/knowledgebase/lib/plugins/alertbox/syntax.php on line 61 Warning: Declaration of syntax_plugin_alertbox::render($mode, &$renderer, $data) should be compatible with DokuWiki_Syntax_Plugin::render($format, Doku_Renderer $renderer, $data) in /home/.sites/49/site4029271/web/support/knowledgebase/lib/plugins/alertbox/syntax.php on line 61

DokuWiki: dokuwiki-stable-2018-04-22a_Greebo

igittigitt commented 5 years ago

The pugin author should simply merge Andy pull request about the changed syntax of the function parameters. This should not be sooo complicated for him...