[17-Jan-2025 19:44:27 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 for query ALTER TABLE wpex_tutor_orders CHANGE COLUMN `parent_id` parent_id BIGINT(20) UNSIGNED DEFAULT 0, -- for subscription order, store subscription record id made by activate_plugin, do_action('activate_tutor/tutor.php'), WP_Hook->do_action, WP_Hook->apply_filters, TUTOR\Tutor::tutor_activate, TUTOR\Tutor::create_database, dbDelta
[17-Jan-2025 19:44:27 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 for query ALTER TABLE wpex_tutor_orders CHANGE COLUMN `order_type` order_type VARCHAR(50) NOT NULL, -- single_order, subscription made by activate_plugin, do_action('activate_tutor/tutor.php'), WP_Hook->do_action, WP_Hook->apply_filters, TUTOR\Tutor::tutor_activate, TUTOR\Tutor::create_database, dbDelta
[17-Jan-2025 19:44:27 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 for query ALTER TABLE wpex_tutor_orders CHANGE COLUMN `subtotal_price` subtotal_price DECIMAL(13, 2) NOT NULL, -- price calculation based on course sale price made by activate_plugin, do_action('activate_tutor/tutor.php'), WP_Hook->do_action, WP_Hook->apply_filters, TUTOR\Tutor::tutor_activate, TUTOR\Tutor::create_database, dbDelta
[17-Jan-2025 19:44:27 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 for query ALTER TABLE wpex_tutor_orders CHANGE COLUMN `total_price` total_price DECIMAL(13, 2) NOT NULL, -- final price made by activate_plugin, do_action('activate_tutor/tutor.php'), WP_Hook->do_action, WP_Hook->apply_filters, TUTOR\Tutor::tutor_activate, TUTOR\Tutor::create_database, dbDelta
[17-Jan-2025 19:44:27 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 for query ALTER TABLE wpex_tutor_orders CHANGE COLUMN `net_payment` net_payment DECIMAL(13, 2) NOT NULL, -- calculated price if any refund is done else same as total_price made by activate_plugin, do_action('activate_tutor/tutor.php'), WP_Hook->do_action, WP_Hook->apply_filters, TUTOR\Tutor::tutor_activate, TUTOR\Tutor::create_database, dbDelta
[17-Jan-2025 19:44:27 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 for query ALTER TABLE wpex_tutor_orders CHANGE COLUMN `fees` fees DECIMAL(13, 2), -- payment gateway fees made by activate_plugin, do_action('activate_tutor/tutor.php'), WP_Hook->do_action, WP_Hook->apply_filters, TUTOR\Tutor::tutor_activate, TUTOR\Tutor::create_database, dbDelta
[17-Jan-2025 19:44:27 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 for query ALTER TABLE wpex_tutor_orders CHANGE COLUMN `earnings` earnings DECIMAL(13, 2), -- net earning made by activate_plugin, do_action('activate_tutor/tutor.php'), WP_Hook->do_action, WP_Hook->apply_filters, TUTOR\Tutor::tutor_activate, TUTOR\Tutor::create_database, dbDelta
[17-Jan-2025 19:44:27 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 for query ALTER TABLE wpex_tutor_orders CHANGE COLUMN `refund_amount` refund_amount DECIMAL(13, 2), -- Refund amount made by activate_plugin, do_action('activate_tutor/tutor.php'), WP_Hook->do_action, WP_Hook->apply_filters, TUTOR\Tutor::tutor_activate, TUTOR\Tutor::create_database, dbDelta
[17-Jan-2025 19:44:27 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'CONSTRAINT fk_tutor_ordermeta_order_id FOREIGN KEY (order_id) REFERENCES wpex...' at line 1 for query ALTER TABLE wpex_tutor_ordermeta ADD COLUMN CONSTRAINT fk_tutor_ordermeta_order_id FOREIGN KEY (order_id) REFERENCES wpex_tutor_orders(id) ON DELETE CASCADE made by activate_plugin, do_action('activate_tutor/tutor.php'), WP_Hook->do_action, WP_Hook->apply_filters, TUTOR\Tutor::tutor_activate, TUTOR\Tutor::create_database, dbDelta
[17-Jan-2025 19:44:27 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 for query ALTER TABLE wpex_tutor_order_items CHANGE COLUMN `item_id` item_id BIGINT(20) UNSIGNED NOT NULL, -- course id/plan id made by activate_plugin, do_action('activate_tutor/tutor.php'), WP_Hook->do_action, WP_Hook->apply_filters, TUTOR\Tutor::tutor_activate, TUTOR\Tutor::create_database, dbDelta
[17-Jan-2025 19:44:27 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 for query ALTER TABLE wpex_tutor_order_items CHANGE COLUMN `regular_price` regular_price DECIMAL(13, 2) NOT NULL, -- course regular price made by activate_plugin, do_action('activate_tutor/tutor.php'), WP_Hook->do_action, WP_Hook->apply_filters, TUTOR\Tutor::tutor_activate, TUTOR\Tutor::create_database, dbDelta
[17-Jan-2025 19:44:27 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 for query ALTER TABLE wpex_tutor_order_items CHANGE COLUMN `sale_price` sale_price VARCHAR(13) DEFAULT NULL, -- course sale price made by activate_plugin, do_action('activate_tutor/tutor.php'), WP_Hook->do_action, WP_Hook->apply_filters, TUTOR\Tutor::tutor_activate, TUTOR\Tutor::create_database, dbDelta
[17-Jan-2025 19:44:27 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 for query ALTER TABLE wpex_tutor_order_items CHANGE COLUMN `discount_price` discount_price VARCHAR(13) DEFAULT NULL, -- course discount price made by activate_plugin, do_action('activate_tutor/tutor.php'), WP_Hook->do_action, WP_Hook->apply_filters, TUTOR\Tutor::tutor_activate, TUTOR\Tutor::create_database, dbDelta
[17-Jan-2025 19:44:27 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 for query ALTER TABLE wpex_tutor_order_items CHANGE COLUMN `coupon_code` coupon_code VARCHAR(255) DEFAULT NULL, -- coupon code made by activate_plugin, do_action('activate_tutor/tutor.php'), WP_Hook->do_action, WP_Hook->apply_filters, TUTOR\Tutor::tutor_activate, TUTOR\Tutor::create_database, dbDelta
[17-Jan-2025 19:44:27 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'CONSTRAINT fk_tutor_order_item_order_id FOREIGN KEY (order_id) REFERENCES wpe...' at line 1 for query ALTER TABLE wpex_tutor_order_items ADD COLUMN CONSTRAINT fk_tutor_order_item_order_id FOREIGN KEY (order_id) REFERENCES wpex_tutor_orders(id) ON DELETE CASCADE made by activate_plugin, do_action('activate_tutor/tutor.php'), WP_Hook->do_action, WP_Hook->apply_filters, TUTOR\Tutor::tutor_activate, TUTOR\Tutor::create_database, dbDelta
[17-Jan-2025 19:44:27 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 for query ALTER TABLE wpex_tutor_coupons CHANGE COLUMN `coupon_type` coupon_type VARCHAR(100) DEFAULT 'code', -- coupon type 'code' or 'automatic' made by activate_plugin, do_action('activate_tutor/tutor.php'), WP_Hook->do_action, WP_Hook->apply_filters, TUTOR\Tutor::tutor_activate, TUTOR\Tutor::create_database, dbDelta
[17-Jan-2025 19:44:27 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 for query ALTER TABLE wpex_tutor_coupons CHANGE COLUMN `applies_to` applies_to VARCHAR(100) DEFAULT 'all_courses_and_bundles', -- possible values 'all_courses_and_bundles', 'all_courses', 'all_bundles', 'specific_courses', 'specific_bundles', 'specific_category' made by activate_plugin, do_action('activate_tutor/tutor.php'), WP_Hook->do_action, WP_Hook->apply_filters, TUTOR\Tutor::tutor_activate, TUTOR\Tutor::create_database, dbDelta
[17-Jan-2025 19:44:27 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 for query ALTER TABLE wpex_tutor_coupons CHANGE COLUMN `total_usage_limit` total_usage_limit INT(10) UNSIGNED DEFAULT NULL, -- null for unlimited usage made by activate_plugin, do_action('activate_tutor/tutor.php'), WP_Hook->do_action, WP_Hook->apply_filters, TUTOR\Tutor::tutor_activate, TUTOR\Tutor::create_database, dbDelta
[17-Jan-2025 19:44:27 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 for query ALTER TABLE wpex_tutor_coupons CHANGE COLUMN `per_user_usage_limit` per_user_usage_limit TINYINT(4) UNSIGNED DEFAULT NULL, -- null for unlimited usage made by activate_plugin, do_action('activate_tutor/tutor.php'), WP_Hook->do_action, WP_Hook->apply_filters, TUTOR\Tutor::tutor_activate, TUTOR\Tutor::create_database, dbDelta
[17-Jan-2025 19:44:27 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 for query ALTER TABLE wpex_tutor_coupons CHANGE COLUMN `purchase_requirement` purchase_requirement VARCHAR(50) DEFAULT 'no_minimum', -- possible values 'no_minimum', 'minimum_purchase', 'minimum_quantity' made by activate_plugin, do_action('activate_tutor/tutor.php'), WP_Hook->do_action, WP_Hook->apply_filters, TUTOR\Tutor::tutor_activate, TUTOR\Tutor::create_database, dbDelta
[17-Jan-2025 19:44:28 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'CONSTRAINT fk_tutor_coupon_application_coupon_code FOREIGN KEY (coupon_code) ...' at line 1 for query ALTER TABLE wpex_tutor_coupon_applications ADD COLUMN CONSTRAINT fk_tutor_coupon_application_coupon_code FOREIGN KEY (coupon_code) REFERENCES wpex_tutor_coupons(coupon_code) ON DELETE CASCADE made by activate_plugin, do_action('activate_tutor/tutor.php'), WP_Hook->do_action, WP_Hook->apply_filters, TUTOR\Tutor::tutor_activate, TUTOR\Tutor::create_database, dbDelta
[17-Jan-2025 19:44:28 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'CONSTRAINT fk_tutor_coupon_usage_user_id FOREIGN KEY (user_id) REFERENCES wpe...' at line 1 for query ALTER TABLE wpex_tutor_coupon_usages ADD COLUMN CONSTRAINT fk_tutor_coupon_usage_user_id FOREIGN KEY (user_id) REFERENCES wpex_users(ID) ON DELETE CASCADE made by activate_plugin, do_action('activate_tutor/tutor.php'), WP_Hook->do_action, WP_Hook->apply_filters, TUTOR\Tutor::tutor_activate, TUTOR\Tutor::create_database, dbDelta
[17-Jan-2025 19:44:28 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'CONSTRAINT fk_tutor_cart_user_id FOREIGN KEY (user_id) REFERENCES wpex_users(...' at line 1 for query ALTER TABLE wpex_tutor_carts ADD COLUMN CONSTRAINT fk_tutor_cart_user_id FOREIGN KEY (user_id) REFERENCES wpex_users(ID) ON DELETE CASCADE made by activate_plugin, do_action('activate_tutor/tutor.php'), WP_Hook->do_action, WP_Hook->apply_filters, TUTOR\Tutor::tutor_activate, TUTOR\Tutor::create_database, dbDelta
[17-Jan-2025 19:44:28 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'CONSTRAINT fk_tutor_cart_item_course_id FOREIGN KEY (course_id) REFERENCES wp...' at line 1 for query ALTER TABLE wpex_tutor_cart_items ADD COLUMN CONSTRAINT fk_tutor_cart_item_course_id FOREIGN KEY (course_id) REFERENCES wpex_posts(ID) ON DELETE CASCADE made by activate_plugin, do_action('activate_tutor/tutor.php'), WP_Hook->do_action, WP_Hook->apply_filters, TUTOR\Tutor::tutor_activate, TUTOR\Tutor::create_database, dbDelta
[17-Jan-2025 22:07:20 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 for query ALTER TABLE wpex_tutor_orders CHANGE COLUMN `parent_id` parent_id BIGINT(20) UNSIGNED DEFAULT 0, -- for subscription order, store subscription record id made by activate_plugin, do_action('activate_tutor/tutor.php'), WP_Hook->do_action, WP_Hook->apply_filters, TUTOR\Tutor::tutor_activate, TUTOR\Tutor::create_database, dbDelta
[17-Jan-2025 22:07:21 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 for query ALTER TABLE wpex_tutor_orders CHANGE COLUMN `order_type` order_type VARCHAR(50) NOT NULL, -- single_order, subscription made by activate_plugin, do_action('activate_tutor/tutor.php'), WP_Hook->do_action, WP_Hook->apply_filters, TUTOR\Tutor::tutor_activate, TUTOR\Tutor::create_database, dbDelta
[17-Jan-2025 22:07:21 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 for query ALTER TABLE wpex_tutor_orders CHANGE COLUMN `subtotal_price` subtotal_price DECIMAL(13, 2) NOT NULL, -- price calculation based on course sale price made by activate_plugin, do_action('activate_tutor/tutor.php'), WP_Hook->do_action, WP_Hook->apply_filters, TUTOR\Tutor::tutor_activate, TUTOR\Tutor::create_database, dbDelta
[17-Jan-2025 22:07:21 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 for query ALTER TABLE wpex_tutor_orders CHANGE COLUMN `total_price` total_price DECIMAL(13, 2) NOT NULL, -- final price made by activate_plugin, do_action('activate_tutor/tutor.php'), WP_Hook->do_action, WP_Hook->apply_filters, TUTOR\Tutor::tutor_activate, TUTOR\Tutor::create_database, dbDelta
[17-Jan-2025 22:07:21 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 for query ALTER TABLE wpex_tutor_orders CHANGE COLUMN `net_payment` net_payment DECIMAL(13, 2) NOT NULL, -- calculated price if any refund is done else same as total_price made by activate_plugin, do_action('activate_tutor/tutor.php'), WP_Hook->do_action, WP_Hook->apply_filters, TUTOR\Tutor::tutor_activate, TUTOR\Tutor::create_database, dbDelta
[17-Jan-2025 22:07:21 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 for query ALTER TABLE wpex_tutor_orders CHANGE COLUMN `fees` fees DECIMAL(13, 2), -- payment gateway fees made by activate_plugin, do_action('activate_tutor/tutor.php'), WP_Hook->do_action, WP_Hook->apply_filters, TUTOR\Tutor::tutor_activate, TUTOR\Tutor::create_database, dbDelta
[17-Jan-2025 22:07:21 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 for query ALTER TABLE wpex_tutor_orders CHANGE COLUMN `earnings` earnings DECIMAL(13, 2), -- net earning made by activate_plugin, do_action('activate_tutor/tutor.php'), WP_Hook->do_action, WP_Hook->apply_filters, TUTOR\Tutor::tutor_activate, TUTOR\Tutor::create_database, dbDelta
[17-Jan-2025 22:07:21 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 for query ALTER TABLE wpex_tutor_orders CHANGE COLUMN `refund_amount` refund_amount DECIMAL(13, 2), -- Refund amount made by activate_plugin, do_action('activate_tutor/tutor.php'), WP_Hook->do_action, WP_Hook->apply_filters, TUTOR\Tutor::tutor_activate, TUTOR\Tutor::create_database, dbDelta
[17-Jan-2025 22:07:21 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'CONSTRAINT fk_tutor_ordermeta_order_id FOREIGN KEY (order_id) REFERENCES wpex...' at line 1 for query ALTER TABLE wpex_tutor_ordermeta ADD COLUMN CONSTRAINT fk_tutor_ordermeta_order_id FOREIGN KEY (order_id) REFERENCES wpex_tutor_orders(id) ON DELETE CASCADE made by activate_plugin, do_action('activate_tutor/tutor.php'), WP_Hook->do_action, WP_Hook->apply_filters, TUTOR\Tutor::tutor_activate, TUTOR\Tutor::create_database, dbDelta
[17-Jan-2025 22:07:22 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 for query ALTER TABLE wpex_tutor_order_items CHANGE COLUMN `item_id` item_id BIGINT(20) UNSIGNED NOT NULL, -- course id/plan id made by activate_plugin, do_action('activate_tutor/tutor.php'), WP_Hook->do_action, WP_Hook->apply_filters, TUTOR\Tutor::tutor_activate, TUTOR\Tutor::create_database, dbDelta
[17-Jan-2025 22:07:22 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 for query ALTER TABLE wpex_tutor_order_items CHANGE COLUMN `regular_price` regular_price DECIMAL(13, 2) NOT NULL, -- course regular price made by activate_plugin, do_action('activate_tutor/tutor.php'), WP_Hook->do_action, WP_Hook->apply_filters, TUTOR\Tutor::tutor_activate, TUTOR\Tutor::create_database, dbDelta
[17-Jan-2025 22:07:22 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 for query ALTER TABLE wpex_tutor_order_items CHANGE COLUMN `sale_price` sale_price VARCHAR(13) DEFAULT NULL, -- course sale price made by activate_plugin, do_action('activate_tutor/tutor.php'), WP_Hook->do_action, WP_Hook->apply_filters, TUTOR\Tutor::tutor_activate, TUTOR\Tutor::create_database, dbDelta
[17-Jan-2025 22:07:22 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 for query ALTER TABLE wpex_tutor_order_items CHANGE COLUMN `discount_price` discount_price VARCHAR(13) DEFAULT NULL, -- course discount price made by activate_plugin, do_action('activate_tutor/tutor.php'), WP_Hook->do_action, WP_Hook->apply_filters, TUTOR\Tutor::tutor_activate, TUTOR\Tutor::create_database, dbDelta
[17-Jan-2025 22:07:22 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 for query ALTER TABLE wpex_tutor_order_items CHANGE COLUMN `coupon_code` coupon_code VARCHAR(255) DEFAULT NULL, -- coupon code made by activate_plugin, do_action('activate_tutor/tutor.php'), WP_Hook->do_action, WP_Hook->apply_filters, TUTOR\Tutor::tutor_activate, TUTOR\Tutor::create_database, dbDelta
[17-Jan-2025 22:07:22 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'CONSTRAINT fk_tutor_order_item_order_id FOREIGN KEY (order_id) REFERENCES wpe...' at line 1 for query ALTER TABLE wpex_tutor_order_items ADD COLUMN CONSTRAINT fk_tutor_order_item_order_id FOREIGN KEY (order_id) REFERENCES wpex_tutor_orders(id) ON DELETE CASCADE made by activate_plugin, do_action('activate_tutor/tutor.php'), WP_Hook->do_action, WP_Hook->apply_filters, TUTOR\Tutor::tutor_activate, TUTOR\Tutor::create_database, dbDelta
[17-Jan-2025 22:07:22 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 for query ALTER TABLE wpex_tutor_coupons CHANGE COLUMN `coupon_type` coupon_type VARCHAR(100) DEFAULT 'code', -- coupon type 'code' or 'automatic' made by activate_plugin, do_action('activate_tutor/tutor.php'), WP_Hook->do_action, WP_Hook->apply_filters, TUTOR\Tutor::tutor_activate, TUTOR\Tutor::create_database, dbDelta
[17-Jan-2025 22:07:22 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 for query ALTER TABLE wpex_tutor_coupons CHANGE COLUMN `applies_to` applies_to VARCHAR(100) DEFAULT 'all_courses_and_bundles', -- possible values 'all_courses_and_bundles', 'all_courses', 'all_bundles', 'specific_courses', 'specific_bundles', 'specific_category' made by activate_plugin, do_action('activate_tutor/tutor.php'), WP_Hook->do_action, WP_Hook->apply_filters, TUTOR\Tutor::tutor_activate, TUTOR\Tutor::create_database, dbDelta
[17-Jan-2025 22:07:22 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 for query ALTER TABLE wpex_tutor_coupons CHANGE COLUMN `total_usage_limit` total_usage_limit INT(10) UNSIGNED DEFAULT NULL, -- null for unlimited usage made by activate_plugin, do_action('activate_tutor/tutor.php'), WP_Hook->do_action, WP_Hook->apply_filters, TUTOR\Tutor::tutor_activate, TUTOR\Tutor::create_database, dbDelta
[17-Jan-2025 22:07:22 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 for query ALTER TABLE wpex_tutor_coupons CHANGE COLUMN `per_user_usage_limit` per_user_usage_limit TINYINT(4) UNSIGNED DEFAULT NULL, -- null for unlimited usage made by activate_plugin, do_action('activate_tutor/tutor.php'), WP_Hook->do_action, WP_Hook->apply_filters, TUTOR\Tutor::tutor_activate, TUTOR\Tutor::create_database, dbDelta
[17-Jan-2025 22:07:22 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 for query ALTER TABLE wpex_tutor_coupons CHANGE COLUMN `purchase_requirement` purchase_requirement VARCHAR(50) DEFAULT 'no_minimum', -- possible values 'no_minimum', 'minimum_purchase', 'minimum_quantity' made by activate_plugin, do_action('activate_tutor/tutor.php'), WP_Hook->do_action, WP_Hook->apply_filters, TUTOR\Tutor::tutor_activate, TUTOR\Tutor::create_database, dbDelta
[17-Jan-2025 22:07:22 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'CONSTRAINT fk_tutor_coupon_application_coupon_code FOREIGN KEY (coupon_code) ...' at line 1 for query ALTER TABLE wpex_tutor_coupon_applications ADD COLUMN CONSTRAINT fk_tutor_coupon_application_coupon_code FOREIGN KEY (coupon_code) REFERENCES wpex_tutor_coupons(coupon_code) ON DELETE CASCADE made by activate_plugin, do_action('activate_tutor/tutor.php'), WP_Hook->do_action, WP_Hook->apply_filters, TUTOR\Tutor::tutor_activate, TUTOR\Tutor::create_database, dbDelta
[17-Jan-2025 22:07:22 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'CONSTRAINT fk_tutor_coupon_usage_user_id FOREIGN KEY (user_id) REFERENCES wpe...' at line 1 for query ALTER TABLE wpex_tutor_coupon_usages ADD COLUMN CONSTRAINT fk_tutor_coupon_usage_user_id FOREIGN KEY (user_id) REFERENCES wpex_users(ID) ON DELETE CASCADE made by activate_plugin, do_action('activate_tutor/tutor.php'), WP_Hook->do_action, WP_Hook->apply_filters, TUTOR\Tutor::tutor_activate, TUTOR\Tutor::create_database, dbDelta
[17-Jan-2025 22:07:22 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'CONSTRAINT fk_tutor_cart_user_id FOREIGN KEY (user_id) REFERENCES wpex_users(...' at line 1 for query ALTER TABLE wpex_tutor_carts ADD COLUMN CONSTRAINT fk_tutor_cart_user_id FOREIGN KEY (user_id) REFERENCES wpex_users(ID) ON DELETE CASCADE made by activate_plugin, do_action('activate_tutor/tutor.php'), WP_Hook->do_action, WP_Hook->apply_filters, TUTOR\Tutor::tutor_activate, TUTOR\Tutor::create_database, dbDelta
[17-Jan-2025 22:07:23 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'CONSTRAINT fk_tutor_cart_item_course_id FOREIGN KEY (course_id) REFERENCES wp...' at line 1 for query ALTER TABLE wpex_tutor_cart_items ADD COLUMN CONSTRAINT fk_tutor_cart_item_course_id FOREIGN KEY (course_id) REFERENCES wpex_posts(ID) ON DELETE CASCADE made by activate_plugin, do_action('activate_tutor/tutor.php'), WP_Hook->do_action, WP_Hook->apply_filters, TUTOR\Tutor::tutor_activate, TUTOR\Tutor::create_database, dbDelta
[23-Feb-2025 10:44:58 UTC] WordPress database error Duplicate column name 'author_display_name' for query ALTER TABLE `wp_e_notes` ADD COLUMN `author_display_name` varchar(250) null comment "Save the author name when the author was deleted." AFTER `author_id`; made by do_action('admin_init'), WP_Hook->do_action, WP_Hook->apply_filters, ElementorPro\Core\Database\Base_Database_Updater->ElementorPro\Core\Database\{closure}, ElementorPro\Core\Database\Base_Database_Updater->up, Elementor\Core\Utils\Collection->map, array_map, ElementorPro\Core\Database\Base_Database_Updater->ElementorPro\Core\Database\{closure}, ElementorPro\Modules\Notes\Database\Migrations\Add_Author_Display_Name->up, ElementorPro\Core\Database\Base_Migration->add_columns
[23-Feb-2025 10:44:58 UTC] WordPress database error Duplicate column name 'route_post_id' for query ALTER TABLE `wp_e_notes` ADD COLUMN `route_post_id` bigint(20) unsigned null comment "The post id of the route that the note was created on." AFTER `route_title`; made by do_action('admin_init'), WP_Hook->do_action, WP_Hook->apply_filters, ElementorPro\Core\Database\Base_Database_Updater->ElementorPro\Core\Database\{closure}, ElementorPro\Core\Database\Base_Database_Updater->up, Elementor\Core\Utils\Collection->map, array_map, ElementorPro\Core\Database\Base_Database_Updater->ElementorPro\Core\Database\{closure}, ElementorPro\Modules\Notes\Database\Migrations\Add_Route_Post_Id->up, ElementorPro\Core\Database\Base_Migration->add_columns
[23-Feb-2025 10:44:58 UTC] WordPress database error Duplicate column name 'position' for query ALTER TABLE `wp_e_notes` ADD COLUMN `position` text null comment "A JSON string that represents the position of the note inside the element in percentages. e.g. {x:10, y:15}" AFTER `status`; made by do_action('admin_init'), WP_Hook->do_action, WP_Hook->apply_filters, ElementorPro\Core\Database\Base_Database_Updater->ElementorPro\Core\Database\{closure}, ElementorPro\Core\Database\Base_Database_Updater->up, Elementor\Core\Utils\Collection->map, array_map, ElementorPro\Core\Database\Base_Database_Updater->ElementorPro\Core\Database\{closure}, ElementorPro\Modules\Notes\Database\Migrations\Add_Note_Position->up, ElementorPro\Core\Database\Base_Migration->add_columns
[03-Mar-2025 11:35:25 UTC] WordPress database error Unknown column 'insertionMethod' in 'WHERE' for query SELECT * FROM wp_xyz_ips_short_code WHERE insertionMethod = 1 AND status = 1 made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), include_once('/plugins/insert-php-code-snippet/insert-php-code-snippet.php'), require('/plugins/insert-php-code-snippet/shortcode-handler.php')
[03-Mar-2025 11:35:35 UTC] WordPress database error Unknown column 'insertionMethod' in 'WHERE' for query SELECT * FROM wp_xyz_ips_short_code WHERE insertionMethod = 1 AND status = 1 made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), include_once('/plugins/insert-php-code-snippet/insert-php-code-snippet.php'), require('/plugins/insert-php-code-snippet/shortcode-handler.php')
[03-Mar-2025 11:35:44 UTC] WordPress database error Unknown column 'insertionMethod' in 'WHERE' for query SELECT * FROM wp_xyz_ips_short_code WHERE insertionMethod = 1 AND status = 1 made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), include_once('/plugins/insert-php-code-snippet/insert-php-code-snippet.php'), require('/plugins/insert-php-code-snippet/shortcode-handler.php')
