Closed raykai closed 7 years ago
Could you please let me know, which version of DokuWiki you are running?
To be fair, I haven't used this plugin on PHP7.x yet... So I'll have to investigate this issue myself first.
I'm running the latest stable version of DokuWiki: Release 2017-02-19b "Frusterick Manners"
I am currently not able to test anything - but perhaps you can :-)
Could you please check if changing in action.php
from
function register(&$controller)
into
function register(Doku_Event_Handler $controller)
I saw this change upstream and it could probably fix your problem, too...
il try it il let you know tonight
ya that seems to fix it .
Tho there is an other prob. il open an other post
Thank you very much for your feedback. :-)
Hi, I'm getting some PHP errors when running under PHP v7.x.x im running PHP v 7.1.7 on my server.
Warning: Declaration of action_plugin_recaptcha2::register(&$controller) should be compatible with DokuWiki_Action_Plugin::register(Doku_Event_Handler $controller) in /dokuwiki/lib/plugins/recaptcha2/action.php on line 13
cant get the plugin to work.