after updated the plugin today I found a problem. there is a problem between elementor and unlimited element plugin which is never happen before. so i did debug and found the issue below
filter_alpha in /sites/tilleke.lexiconthai.dev/files/wp-content/themes/tilleke/inc/custom-functions.php on line 1070
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'remove_admin_bar' not found or invalid function name in /sites/tilleke.lexiconthai.dev/files/wp-includes/class-wp-hook.php on line 287
Notice: Undefined variable: filter_alpha in /sites/tilleke.lexiconthai.dev/files/wp-content/themes/tilleke/inc/custom-functions.php on line 1070
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'remove_admin_bar' not found or invalid function name in /sites/tilleke.lexiconthai.dev/files/wp-includes/class-wp-hook.php on line 287 {"success":true,"message":"The catalog is up to date: 21 Sep 2020, 10:22","update_found":false}X Ajax Error!!! parsererror
after updated the plugin today I found a problem. there is a problem between elementor and unlimited element plugin which is never happen before. so i did debug and found the issue below
filter_alpha in /sites/tilleke.lexiconthai.dev/files/wp-content/themes/tilleke/inc/custom-functions.php on line 1070
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'remove_admin_bar' not found or invalid function name in /sites/tilleke.lexiconthai.dev/files/wp-includes/class-wp-hook.php on line 287
Notice: Undefined variable: filter_alpha in /sites/tilleke.lexiconthai.dev/files/wp-content/themes/tilleke/inc/custom-functions.php on line 1070
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'remove_admin_bar' not found or invalid function name in /sites/tilleke.lexiconthai.dev/files/wp-includes/class-wp-hook.php on line 287
{"success":true,"message":"The catalog is up to date: 21 Sep 2020, 10:22","update_found":false}X
Ajax Error!!! parsererror
Hello,
Yes there is an issue in the theme's file but it should not display anyway as wp-config.php is set as below:
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_DISPLAY', false );
define( 'WP_DEBUG_LOG', true );
The root cause is that the plugin somehow change the error reporting setting.
Thanks for your support.