kettari / authgoogle

Google Authentication Plugin for DokuWiki
13 stars 17 forks source link

Warnings on dokuwiki 'detritus' #39

Closed Austriker closed 8 years ago

Austriker commented 8 years ago

Hi,

I am using dokuwiki detritus behind an nginx proxy with php-fpm 7. I installed the plugin with the plugin manager and now I have warning everywhere !

Warning: Declaration of action_plugin_authgoogle::register(&$controller) should be compatible with DokuWiki_Action_Plugin::register(Doku_Event_Handler $controller) in /var/www/html/lib/plugins/authgoogle/action.php on line 7

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/lib/plugins/authgoogle/action.php:7) in /var/www/html/inc/actions.php on line 207

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/lib/plugins/authgoogle/action.php:7) in /var/www/html/lib/tpl/dokuwiki/main.php on line 12

Thank's for your help !