-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
E_Error after WP5.3 Update #764
Comments
Hi there, I only get this error on my frontend, but the OP doesn't mention anything about that. |
But Nevertheless it sounds like the same problem. Can you check in which order the JS scripts are loaded? Try to put ACF after qTX. |
@herrvigg , |
I managed to reproduce it, it's rather due to |
Hi,
After updating WP to 5.3 I got the following E_Error and JS-Error. It may be related to #759. ACF-PRO is 5.7.10.
EDIT: Must be related to ACF PRO. If I run WP only with ACF PRO, the Errors still occur.
Thanks!
#WordPress-Version 5.3
Aktuelles Plugin: qTranslate-XT (Version 3.7.1)
PHP-Version 7.2.24###
Fehler-Details
Ein Fehler vom Typ E_ERROR wurde in der Zeile 86 der Datei /home/proitera/public_html/productive_wp/wp-content/plugins/qtranslate-xt-3.7.1/modules/acf/src/acf_5/fields/text.php verursacht. Fehlermeldung: Uncaught Error: Call to undefined function acf_esc_attrs() in /home/proitera/public_html/productive_wp/wp-content/plugins/qtranslate-xt-3.7.1/modules/acf/src/acf_5/fields/text.php:86
Stack trace:
#0 /home/proitera/public_html/productive_wp/wp-includes/class-wp-hook.php(288): acf_qtranslate_acf_5_text->render_field(Array)
#1 /home/proitera/public_html/productive_wp/wp-includes/class-wp-hook.php(312): WP_Hook->apply_filters('', Array)
#2 /home/proitera/public_html/productive_wp/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
#3 /home/proitera/public_html/productive_wp/wp-content/plugins/advanced-custom-fields-pro/includes/api/api-field.php(433): do_action('acf/render_fiel...', Array)
#4 /home/proitera/public_html/productive_wp/wp-content/plugins/advanced-custom-fields-pro/includes/api/api-field.php(584): acf_render_field(Array)
#5 /home/proitera/public_html/productive_wp/wp-content/plugins/advanced-custom-fields-pro/includes/api/api-field.php(390): acf_render_field_wrap(Array, 'div', 'label')
#6 /home/pr####
The text was updated successfully, but these errors were encountered: