Support

Account

Home Forums Bug Reports 'acf_qtranslate_acf_5_wysiwyg' does not have a method 'input_admin_footer'

Solving

'acf_qtranslate_acf_5_wysiwyg' does not have a method 'input_admin_footer'

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

    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

  • I’m facing the same problem, backend update post is broken for some browsers because of this.
    (I find really weird that it is browser dependent)

    Any updates?

  • Hi ACF Team,

    I am also having the same problem which really concerns.
    And I am waiting your response and fix it.

    Thanks.

  • 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’));

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘'acf_qtranslate_acf_5_wysiwyg' does not have a method 'input_admin_footer'’ is closed to new replies.