You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get some errors
1)
Deprecated: sanitize_url is deprecated since version 2.8.0! Use esc_url_raw() instead.
2)
Fatal error: Cannot redeclare is_ajax() (previously declared in C:\Users\pexle\Local Sites\test\app\public\wp-content\plugins\woocommerce\includes\wc-conditional-functions.php:266) in C:\Users\pexle\Local Sites\test\app\public\wp-content\plugins\database-admin-main\admin\lib\adminer.php on line 79
I get some errors
1)
Deprecated: sanitize_url is deprecated since version 2.8.0! Use esc_url_raw() instead.
2)
Fatal error: Cannot redeclare is_ajax() (previously declared in C:\Users\pexle\Local Sites\test\app\public\wp-content\plugins\woocommerce\includes\wc-conditional-functions.php:266) in C:\Users\pexle\Local Sites\test\app\public\wp-content\plugins\database-admin-main\admin\lib\adminer.php on line 79
when I am in this page
http://test.local/wp-admin/tools.php?page=database-admin
is_ajax php function is used also from adminer and woocommerce...so this is the reason that I get the fatal error
The text was updated successfully, but these errors were encountered: