[17-Sep-2019 08:35:39 UTC] PHP Warning:  Illegal string offset 'product_cat_ids' in /home/bualadmin/public_html/wp-content/plugins/woo-product-table/admin/tabs/basics.php on line 26
[17-Sep-2019 08:35:39 UTC] PHP Warning:  Illegal string offset 'product_cat_ids' in /home/bualadmin/public_html/wp-content/plugins/woo-product-table/admin/tabs/basics.php on line 26
[17-Sep-2019 08:35:39 UTC] PHP Warning:  Illegal string offset 'product_cat_ids' in /home/bualadmin/public_html/wp-content/plugins/woo-product-table/admin/tabs/basics.php on line 26
[17-Sep-2019 08:35:39 UTC] PHP Warning:  Illegal string offset 'product_cat_ids' in /home/bualadmin/public_html/wp-content/plugins/woo-product-table/admin/tabs/basics.php on line 26
[17-Sep-2019 08:35:39 UTC] PHP Warning:  Illegal string offset 'product_cat_ids' in /home/bualadmin/public_html/wp-content/plugins/woo-product-table/admin/tabs/basics.php on line 26
[17-Sep-2019 08:35:39 UTC] PHP Warning:  Illegal string offset 'cat_explude' in /home/bualadmin/public_html/wp-content/plugins/woo-product-table/admin/tabs/basics.php on line 48
[17-Sep-2019 08:35:39 UTC] PHP Warning:  Illegal string offset 'cat_explude' in /home/bualadmin/public_html/wp-content/plugins/woo-product-table/admin/tabs/basics.php on line 48
[17-Sep-2019 08:35:39 UTC] PHP Warning:  Illegal string offset 'cat_explude' in /home/bualadmin/public_html/wp-content/plugins/woo-product-table/admin/tabs/basics.php on line 48
[17-Sep-2019 08:35:39 UTC] PHP Warning:  Illegal string offset 'cat_explude' in /home/bualadmin/public_html/wp-content/plugins/woo-product-table/admin/tabs/basics.php on line 48
[17-Sep-2019 08:35:39 UTC] PHP Warning:  Illegal string offset 'cat_explude' in /home/bualadmin/public_html/wp-content/plugins/woo-product-table/admin/tabs/basics.php on line 48
[17-Sep-2019 09:42:51 UTC] PHP Warning:  implode(): Invalid arguments passed in /home/bualadmin/public_html/wp-content/plugins/woo-product-table/includes/ajax_add_to_cart.php on line 180
[18-Sep-2019 04:55:09 UTC] PHP Warning:  implode(): Invalid arguments passed in /home/bualadmin/public_html/wp-content/plugins/woo-product-table/includes/ajax_add_to_cart.php on line 180
[16-Oct-2019 03:26:04 UTC] WordPress database error Incorrect table name '' for query DROP TABLE `` made by do_action('wp_ajax_delete-plugin'), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, wp_ajax_delete_plugin, delete_plugins, uninstall_plugin, include('/plugins/yith-woocommerce-affiliates-master/uninstall.php')
[16-Oct-2019 03:26:04 UTC] WordPress database error Incorrect table name '' for query DROP TABLE `` made by do_action('wp_ajax_delete-plugin'), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, wp_ajax_delete_plugin, delete_plugins, uninstall_plugin, include('/plugins/yith-woocommerce-affiliates-master/uninstall.php')
[16-Oct-2019 03:26:04 UTC] WordPress database error Incorrect table name '' for query DROP TABLE `` made by do_action('wp_ajax_delete-plugin'), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, wp_ajax_delete_plugin, delete_plugins, uninstall_plugin, include('/plugins/yith-woocommerce-affiliates-master/uninstall.php')
[16-Oct-2019 03:26:04 UTC] WordPress database error Incorrect table name '' for query DROP TABLE `` made by do_action('wp_ajax_delete-plugin'), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, wp_ajax_delete_plugin, delete_plugins, uninstall_plugin, include('/plugins/yith-woocommerce-affiliates-master/uninstall.php')
[16-Oct-2019 03:26:04 UTC] WordPress database error Incorrect table name '' for query DROP TABLE `` made by do_action('wp_ajax_delete-plugin'), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, wp_ajax_delete_plugin, delete_plugins, uninstall_plugin, include('/plugins/yith-woocommerce-affiliates-master/uninstall.php')
[16-Oct-2019 03:26:04 UTC] WordPress database error Incorrect table name '' for query DROP TABLE `` made by do_action('wp_ajax_delete-plugin'), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, wp_ajax_delete_plugin, delete_plugins, uninstall_plugin, include('/plugins/yith-woocommerce-affiliates-master/uninstall.php')
[16-Oct-2019 03:26:04 UTC] WordPress database error Incorrect table name '' for query DROP TABLE `` made by do_action('wp_ajax_delete-plugin'), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, wp_ajax_delete_plugin, delete_plugins, uninstall_plugin, include('/plugins/yith-woocommerce-affiliates-master/uninstall.php')
[16-Oct-2019 03:36:38 UTC] WordPress database error Table 'bax_yith_wcaf_payments' already exists for query CREATE TABLE bax_yith_wcaf_payments(
                    ID bigint(20) NOT NULL AUTO_INCREMENT,
                    affiliate_id bigint(20) NOT NULL,
                    payment_email varchar(100) NOT NULL DEFAULT '',
                    gateway varchar(255) NOT NULL DEFAULT '',
                    status varchar(255) NOT NULL,
                    amount double(15,4) NOT NULL DEFAULT 0,
                    created_at datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
                    completed_at datetime DEFAULT NULL,
                    transaction_key varchar(255) DEFAULT NULL,
                    PRIMARY KEY (ID)
				) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, YITH_WCAF_Premium->install, YITH_WCAF->_install_tables, dbDelta
[16-Oct-2019 03:36:38 UTC] WordPress database error Table 'bax_yith_wcaf_payment_commission' already exists for query CREATE TABLE bax_yith_wcaf_payment_commission(
                    ID bigint(20) NOT NULL AUTO_INCREMENT,
                    payment_id bigint(20) NOT NULL,
                    commission_id bigint(20) NOT NULL,
                    PRIMARY KEY (ID)
				) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, YITH_WCAF_Premium->install, YITH_WCAF->_install_tables, dbDelta
[21-Oct-2019 03:57:02 UTC] PHP Warning:  Illegal string offset 'free-shipping' in /home/bualadmin/public_html/wp-content/plugins/wc-shipping-discount/includes/ShippingMethod.php on line 145
[21-Oct-2019 03:57:02 UTC] PHP Warning:  Illegal string offset 'enabled' in /home/bualadmin/public_html/wp-content/plugins/wc-shipping-discount/includes/ShippingMethod.php on line 145
[21-Oct-2019 03:57:02 UTC] PHP Warning:  Illegal string offset 'free-shipping' in /home/bualadmin/public_html/wp-content/plugins/wc-shipping-discount/includes/ShippingMethod.php on line 147
[21-Oct-2019 03:57:02 UTC] PHP Warning:  Illegal string offset 'min_amount' in /home/bualadmin/public_html/wp-content/plugins/wc-shipping-discount/includes/ShippingMethod.php on line 147
[21-Oct-2019 03:57:02 UTC] PHP Warning:  Illegal string offset 'free-shipping' in /home/bualadmin/public_html/wp-content/plugins/wc-shipping-discount/includes/ShippingMethod.php on line 148
[21-Oct-2019 03:57:02 UTC] PHP Warning:  Illegal string offset 'percentage_discount' in /home/bualadmin/public_html/wp-content/plugins/wc-shipping-discount/includes/ShippingMethod.php on line 148
[21-Oct-2019 03:57:02 UTC] PHP Warning:  Illegal string offset 'free-shipping' in /home/bualadmin/public_html/wp-content/plugins/wc-shipping-discount/includes/ShippingMethod.php on line 149
[21-Oct-2019 03:57:02 UTC] PHP Warning:  Illegal string offset 'deduct_sale_discount' in /home/bualadmin/public_html/wp-content/plugins/wc-shipping-discount/includes/ShippingMethod.php on line 149
[21-Oct-2019 03:57:02 UTC] PHP Warning:  Illegal string offset 'free-shipping' in /home/bualadmin/public_html/wp-content/plugins/wc-shipping-discount/includes/ShippingMethod.php on line 150
[21-Oct-2019 03:57:02 UTC] PHP Warning:  Illegal string offset 'deduct_coupon_discount' in /home/bualadmin/public_html/wp-content/plugins/wc-shipping-discount/includes/ShippingMethod.php on line 150
[21-Oct-2019 03:58:53 UTC] PHP Warning:  Illegal string offset 'free' in /home/bualadmin/public_html/wp-content/plugins/wc-shipping-discount/includes/ShippingMethod.php on line 145
[21-Oct-2019 03:58:53 UTC] PHP Warning:  Illegal string offset 'enabled' in /home/bualadmin/public_html/wp-content/plugins/wc-shipping-discount/includes/ShippingMethod.php on line 145
[21-Oct-2019 03:58:53 UTC] PHP Warning:  Illegal string offset 'free' in /home/bualadmin/public_html/wp-content/plugins/wc-shipping-discount/includes/ShippingMethod.php on line 147
[21-Oct-2019 03:58:53 UTC] PHP Warning:  Illegal string offset 'min_amount' in /home/bualadmin/public_html/wp-content/plugins/wc-shipping-discount/includes/ShippingMethod.php on line 147
[21-Oct-2019 03:58:53 UTC] PHP Warning:  Illegal string offset 'free' in /home/bualadmin/public_html/wp-content/plugins/wc-shipping-discount/includes/ShippingMethod.php on line 148
[21-Oct-2019 03:58:53 UTC] PHP Warning:  Illegal string offset 'percentage_discount' in /home/bualadmin/public_html/wp-content/plugins/wc-shipping-discount/includes/ShippingMethod.php on line 148
[21-Oct-2019 03:58:53 UTC] PHP Warning:  Illegal string offset 'free' in /home/bualadmin/public_html/wp-content/plugins/wc-shipping-discount/includes/ShippingMethod.php on line 149
[21-Oct-2019 03:58:53 UTC] PHP Warning:  Illegal string offset 'deduct_sale_discount' in /home/bualadmin/public_html/wp-content/plugins/wc-shipping-discount/includes/ShippingMethod.php on line 149
[21-Oct-2019 03:58:53 UTC] PHP Warning:  Illegal string offset 'free' in /home/bualadmin/public_html/wp-content/plugins/wc-shipping-discount/includes/ShippingMethod.php on line 150
[21-Oct-2019 03:58:53 UTC] PHP Warning:  Illegal string offset 'deduct_coupon_discount' in /home/bualadmin/public_html/wp-content/plugins/wc-shipping-discount/includes/ShippingMethod.php on line 150
[21-Oct-2019 04:48:11 UTC] PHP Warning:  Illegal string offset 'dsm_uninstall_on_delete' in /home/bualadmin/public_html/wp-content/plugins/supreme-modules-for-divi/uninstall.php on line 33
