splitbrain/dokuwiki-plugin-searchindex

Fatal error: Call to undefined function search_callback()

Closed this issue · 1 comments

kju commented

Fatal error: Call to undefined function search_callback() in /.../wiki/lib/plugins/indexmenu/syntax/indexmenu.php on line 662

Appearently the function was removed by Weatherwax RC1:

  • * Wrapper around call_user_func_array.
  • * @deprecated
  • */
    -function search_callback($func,&$data,$base,$file,$type,$lvl,$opts){
  • return call_user_func_array($func, array(&$data,$base,$file,$type,$lvl,$opts));
    -}

Would you please update the plugin - thanks!

This message belongs to the Indexmenu plugin. This plugin is updated in meantime. However another deprecated function needs attention, see #11.