• Hello,
    after last update of acf pro I get this error in backend, can you give me a tip to fix it?

    Thanks

    Warning: call_user_func_array() expects parameter 1 to be a valid callback, class ‘acf_qtranslate_acf_5_wysiwyg’ does not have a method ‘input_admin_footer’ in C:\xampp\htdocs\…. on line 286

Viewing 5 replies - 1 through 5 (of 5 total)
  • Dear ACF Qtranslate Team,

    I am facing the same problem which show in admin page message that
    “Warning: call_user_func_array() expects parameter 1 to be a valid callback, class ‘acf_qtranslate_acf_5_wysiwyg’ does not have a method ‘input_admin_footer’ in /home2/xxx/xx/xxx/class-wp-hook.php on line 298”

    Please help us because we are stack and can not update anything now.

    Thanks in advance!

    Hello…i am also facing the same issue…
    please guide.
    thanks in advance.

    I found out the solution.

    Please go to acf-qtranslate\src\acf_5\fields\wysiwyg.php line 32

    Change: add_action(‘acf/input/admin_footer’, array($this, ‘input_admin_footer’));
    TO: do_action(‘acf/input/admin_footer’, array($this, ‘input_admin_footer’));

    Thanks Kishanmeha,

    After I changed code as your comment, error message in admin page footer now display any more but image qtranslate field still could edit or remove or add new.

    Please let me know if you have other solution.

    When I inspect element it show error in qtranslate.js as message “Uncaught TypeError: Cannot read property ‘remove’ of undefined”

    Thanks.

    Error in this line:
    var _hooked_repeater_remove = acf.fields.repeater.remove;

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘‘acf_qtranslate_acf_5_wysiwyg’ does not have a method ‘input_admin_footer’’ is closed to new replies.