rabidaudio / dokuwiki-plugin-autostartpage

Plugin for Dokuwiki that creates start pages from a template automatically
http://dokuwiki.org/plugin:autostartpage
0 stars 2 forks source link

Problems on installation #4

Closed Bibo-Joshi closed 4 years ago

Bibo-Joshi commented 6 years ago

Hi there! I'm having problems with installing the plugin on my dokuwiki (Release 2018-04-22a "Greebo"). I get the following errors a the head of the page:

Warning: Declaration of action_plugin_autostartpage::register(Doku_Event_Handler &$controller) should be compatible with DokuWiki_Action_Plugin::register(Doku_Event_Handler $controller) in /home/www/DokuWiki/lib/plugins/autostartpage/action.php on line 119

Warning: Cannot modify header information - headers already sent by (output started at /home/www/DokuWiki/lib/plugins/autostartpage/action.php:119) in /home/www/DokuWiki/inc/auth.php on line 1239

Warning: Cannot modify header information - headers already sent by (output started at /home/www/DokuWiki/lib/plugins/autostartpage/action.php:119) in /home/www/DokuWiki/inc/actions.php on line 38

Warning: Cannot modify header information - headers already sent by (output started at /home/www/DokuWiki/lib/plugins/autostartpage/action.php:119) in /home/www/DokuWiki/lib/tpl/dokuwiki/main.php on line 12

Still, the plugin seems to work just fine. Is this a compatibily problem or am I maybe doing something wrong? I'm looking forward to a response,

Bibo