Support

Account

Home Forums ACF PRO ACF PRO version 5.7.0 incompatibility with QtranslateX

Solving

ACF PRO version 5.7.0 incompatibility with QtranslateX

  • Hi,

    Since ACF PRO version 5.7.0 (Core: Major JavaScript updates) there is a conflict/error with QtranslateX and it became impossible to publish or update posts.

    The console show:
    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’

    So I had to go back to ACF PRO 5.6.10.

    Can someone help me get this fixed?

  • Dear all,

    I am facing the same problem, any one have solution please share

  • 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 3 posts - 1 through 3 (of 3 total)

The topic ‘ACF PRO version 5.7.0 incompatibility with QtranslateX’ is closed to new replies.