I just updated this plugin today and remembered a fix I had applied before.
With this plugin enabled I have always run into several instances of this warning message showing up at the beginning of each page in the wiki:
_Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'Doku_Renderer_metadata::sectionedit' was given in //inc/parserutils.php on line 464
Based on this discussion:
https://github.com/dokufreaks/plugin-creole/issues/4
it looks to be from deprecated code in syntax/header.php and the errors stop (and no impact to functionality appears on my install at least) if I simply remove that entire code block:
This is a duplicate of Issue #4 . Not sure why I still have it since I just downloaded the latest tar, but I git pulled this time instead and it is updated now.
I just updated this plugin today and remembered a fix I had applied before.
With this plugin enabled I have always run into several instances of this warning message showing up at the beginning of each page in the wiki:
_Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'Doku_Renderer_metadata::sectionedit' was given in //inc/parserutils.php on line 464
Based on this discussion: https://github.com/dokufreaks/plugin-creole/issues/4 it looks to be from deprecated code in syntax/header.php and the errors stop (and no impact to functionality appears on my install at least) if I simply remove that entire code block: