My plugin version: Version 1.66
I think my jquery-ui-core version is set to 1.13.1
$jquery_ui_version = isset( $wp_scripts->registered['jquery-ui-core']->ver ) ? $wp_scripts->registered['jquery-ui-core']->ver : '1.12.1';
Later it tries to enqueue missing files:
wp_enqueue_style( 'jquery-ui-style', bws_menu_url( 'css/jquery-ui-styles/' . $jquery_ui_version . '/jquery-ui.css' ) );
Hi,
We found the issue, and we will fix it in the next plugin updates.
We do also have a problem. We can’t customize the theme. The captcha can’t show properly. How to fix it. We dont make any change. Please help to fix it
Hi,
We will fix it issue in the next plugin updates.
I have the same error
2022/03/10 22:03:51 [error] 550#550: *188907 open() “/www/*****/public/wp-content/plugins/google-captcha/bws_menu/css/jquery-ui-styles/1.13.1/jquery-ui.css” failed (2: No such file or directory), client: /*****/, server: /*****/.net, request: “GET /wp-content/plugins/google-captcha/bws_menu/css/jquery-ui-styles/1.13.1/jquery-ui.css HTTP/1.1”, host: “/*****/.net:21572”, referrer: “https:///*****/.net/wp-admin/”
still, you haven’t fixed the issue
-
This reply was modified 4 years, 2 months ago by
xabdu.
Hi @xabdu,
We are still working on the plugin update.
If you cannot wait till next update is released, you can manual fix it.
Find line:
$jquery_ui_version = isset( $wp_scripts->registered[‘jquery-ui-core’]->ver ) ? $wp_scripts->registered[‘jquery-ui-core’]->ver : ‘1.12.1’;
And replace it with:
$jquery_ui_version = ‘1.12.1’;
Code not tested (i can wait intil they publish update and self update the plugin), but i remember the folder for 1.12.1 existed at plugin folder. It should work.
If you manually apply this fix and it works, please confirm here. Additionally, do not worry for the manual fix, it will be lost as soon they update the plugin with a solution.
Hi,
The plugin has been updated. This bug is now fixed.