dokufreaks / plugin-include

A DokuWiki plugin for including other wiki pages into the current one.
http://www.dokuwiki.org/plugin:include
GNU General Public License v2.0
62 stars 54 forks source link

Page hangs after bureaucracy form submission #304

Open armandostyl opened 9 months ago

armandostyl commented 9 months ago

Page hangs upon submission of burraucracy form with Struct data and I get this error. I have the include plugin, which corresponds to a tab in the template with an included page with different ACL (admin tab). Any idea what's going on?

2024-01-06 09:42:46E_WARNING: Undefined array key "width"/home/staging/lib/plugins/mikioplugin/syntax/nav.php(37)
    #0 /home/staging/lib/plugins/mikioplugin/syntax/nav.php(37): dokuwiki\ErrorHandler::errorHandler()
    #1 /home/staging/lib/plugins/mikioplugin/syntax/core.php(406): syntax_plugin_mikioplugin_nav->render_lexer_enter()
    #2 /home/staging/inc/parser/renderer.php(119): syntax_plugin_mikioplugin_core->render()
    #3 /home/staging/inc/parserutils.php(700): Doku_Renderer->plugin()
    #4 /home/staging/inc/parserutils.php(158): p_render()
    #5 /home/staging/inc/parserutils.php(96): p_cached_output()
    #6 /home/staging/inc/template.php(1592): p_wiki_xhtml()
    #7 /home/staging/lib/tpl/mikio/mikio.php(491): tpl_include_page()
    #8 /home/staging/lib/tpl/mikio/mikio.php(987): dokuwiki\template\mikio\Template->includePage()
    #9 /home/staging/lib/tpl/mikio/main.php(73): dokuwiki\template\mikio\Template->includeSidebar()
    #10 /home/staging/inc/actions.php(27): include('/home/staging/...')
    #11 /home/staging/doku.php(126): act_dispatch()
    #12 {main}
2024-01-06 09:42:46E_WARNING: Undefined array key "height"/home/staging/lib/plugins/mikioplugin/syntax/nav.php(37)
    #0 /home/staging/lib/plugins/mikioplugin/syntax/nav.php(37): dokuwiki\ErrorHandler::errorHandler()
    #1 /home/staging/lib/plugins/mikioplugin/syntax/core.php(406): syntax_plugin_mikioplugin_nav->render_lexer_enter()
    #2 /home/staging/inc/parser/renderer.php(119): syntax_plugin_mikioplugin_core->render()
    #3 /home/staging/inc/parserutils.php(700): Doku_Renderer->plugin()
    #4 /home/staging/inc/parserutils.php(158): p_render()
    #5 /home/staging/inc/parserutils.php(96): p_cached_output()
    #6 /home/staging/inc/template.php(1592): p_wiki_xhtml()
    #7 /home/staging/lib/tpl/mikio/mikio.php(491): tpl_include_page()
    #8 /home/staging/lib/tpl/mikio/mikio.php(987): dokuwiki\template\mikio\Template->includePage()
    #9 /home/staging/lib/tpl/mikio/main.php(73): dokuwiki\template\mikio\Template->includeSidebar()
    #10 /home/staging/inc/actions.php(27): include('/home/greeceof/...')
    #11 /home/staging/doku.php(126): act_dispatch()
    #12 {main}
fiwswe commented 9 months ago

You are barking up the wrong tree ;-)

The warnings quite obviously originate with the mikioplugin Plugin.