I get the following error when clicking the ODT export icon in the right margin on my wiki
Error: Non-static method ODTFootnote::footnoteOpen() cannot be called statically
An unforeseen error has occured. This is most likely a bug somewhere. It might be a problem in the odt plugin.
More info has been written to the DokuWiki error log.
Error log contains
2023-03-10 13:27:21 /var/www/docs/lib/plugins/odt/ODT/ODTDocument.php(963) Error: Non-static method ODTFootnote::footnoteOpen() cannot be called statically
#0 /var/www/docs/lib/plugins/odt/renderer/page.php(811): ODTDocument->footnoteOpen()
#1 /var/www/docs/inc/parser/renderer.php(131): renderer_plugin_odt_page->footnote_open()
#2 /var/www/docs/inc/parserutils.php(682): Doku_Renderer->nest()
#3 /var/www/docs/inc/parserutils.php(149): p_render()
#4 /var/www/docs/inc/Action/Export.php(88): p_cached_output()
#5 /var/www/docs/inc/ActionRouter.php(83): dokuwiki\Action\Export->preProcess()
#6 /var/www/docs/inc/ActionRouter.php(48): dokuwiki\ActionRouter->setupAction()
#7 /var/www/docs/inc/ActionRouter.php(60): dokuwiki\ActionRouter->__construct()
#8 /var/www/docs/inc/actions.php(16): dokuwiki\ActionRouter::getInstance()
#9 /var/www/docs/doku.php(126): act_dispatch()
#10 {main}
Release 2022-07-31a "Igor"
Template v2021-03-11 (stable/20210311)
PHP Version 8.1.16 on Ubuntu 20.04.5 LTS
ODT plugin details
base odt
author Andreas Gohr, Aurelien Bompard, Florian Lamml, LarsDW223
email andi@splitbrain.org, aurelien@bompard.org, infor@florian-lamml.de
date 2023-02-24
name Open Document Plugin
desc Export the current Wiki page to a OpenOffice ODT file
url https://www.dokuwiki.org/plugin:odt
I have another wiki on the same server that works fine.
With further testing I have found pages on both sites that will print and I've narrowed it down to pages with images on my main site won't print but pages with images will print from the second wiki.
I have a test page that if I add an image it will cause the error. I've tried different images and both jpg and png versions of the same image but it doesn't appear to be related to the type of image/file extension.
I'll continue testing but if anyone can offer any suggestions in the mean time that would be appreciated.
C