Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning: Declaration of renderer_plugin_epub::header($text, $level, $pos) #34

Closed
eduardomozart opened this issue Aug 3, 2022 · 1 comment

Comments

@eduardomozart
Copy link

After upgrading to DokuWiki Igor stable release (2022-07-31), I'm receiving the following warnings when accessing the DokuWiki Configuration Page:

Warning: Declaration of renderer_plugin_epub::header($text, $level, $pos) should be compatible with Doku_Renderer_xhtml::header($text, $level, $pos, $returnonly = false) in /home/robertinho/public_html/wiki/lib/plugins/epub/renderer.php on line 94

Warning: Cannot modify header information - headers already sent by (output started at /home/robertinho/public_html/wiki/lib/plugins/epub/renderer.php:473) in /home/robertinho/public_html/wiki/inc/common.php on line 1817

Please let me know if there's anymore information that I can provide to fix this warnings.

@turnermm
Copy link
Owner

turnermm commented Aug 5, 2022

Declaration error fixed. The modify header warning: I can't reproduce it. There may be a cross-over from one of your other plugins or there may be a problem arising from the installation of the plugin, for instance if you used ftp to load the plugin into your wiki

@turnermm turnermm closed this as completed Aug 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants