qriouslad / database-admin

Securely manage your WordPress website's database with a clean and user-friendly interface.
https://github.com/qriouslad/database-admin
GNU General Public License v2.0
12 stars 3 forks source link

conflicts #1

Open pexlechris opened 2 years ago

pexlechris commented 2 years ago

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

qriouslad commented 2 years ago

@pexlechris thanks for reporting. I've pushed a fix in v1.0.1. Please try again.