Hi !
I'm using the "hueman" theme and since then, when I create a post / page and clic on the button "wp-filebase" to add a download, I've got this code inside a pop up :
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'ot_after_theme_options_save' not found or invalid function name in /homepages/da/trblpthsbu/htdocs/website/wp-includes/plugin.php on line 496
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'ot_default_settings' not found or invalid function name in /homepages/da/trblpthsbu/htdocs/website/wp-includes/plugin.php on line 496
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'ot_add_xml_to_upload_filetypes' not found or invalid function name in /homepages/da/trblpthsbu/htdocs/website/wp-includes/plugin.php on line 496
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'ot_import' not found or invalid function name in /homepages/da/trblpthsbu/htdocs/website/wp-includes/plugin.php on line 496
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'ot_export' not found or invalid function name in /homepages/da/trblpthsbu/htdocs/website/wp-includes/plugin.php on line 496
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'ot_save_settings' not found or invalid function name in /homepages/da/trblpthsbu/htdocs/website/wp-includes/plugin.php on line 496
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'ot_modify_layouts' not found or invalid function name in /homepages/da/trblpthsbu/htdocs/website/wp-includes/plugin.php on line 496
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'ot_create_media_post' not found or invalid function name in /homepages/da/trblpthsbu/htdocs/website/wp-includes/plugin.php on line 496
Fatal error: Call to undefined function ot_register_meta_box() in /homepages/da/trblpthsbu/htdocs/website/wp-content/themes/hueman/functions/meta-boxes.php on line 157
FATAL ERROR:Array
(
[type] => 1
[message] => Call to undefined function ot_register_meta_box()
[file] => /homepages/da/trblpthsbu/htdocs/website/wp-content/themes/hueman/functions/meta-boxes.php
[line] => 157
)
Can you help me please ?