WordPress database error: [Key column 'UNIQUE' doesn't exist in table]
ALTER TABLE rbgn_recce_tradein_cases ADD PRIMARY KEY (`id`,`UNIQUE`,`UNIQUE`)

WordPress database error: [Key column 'KEY' doesn't exist in table]
ALTER TABLE rbgn_recce_tradein_cases ADD KEY `user_id` (`user_id`,`KEY`,`KEY`,`KEY`,`KEY`,`KEY`,`KEY`)

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 'bigint unsigned NOT NULL' at line 1]
ALTER TABLE rbgn_recce_tradein_firearms CHANGE COLUMN `id` id bigint unsigned NOT NULL AUTO_INCREMENT, case_id bigint unsigned NOT NULL

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 'longtext NULL, proof_of_purchase tinyint(1) NOT NULL DEFAULT 0' at line 1]
ALTER TABLE rbgn_recce_tradein_firearms ADD COLUMN finish varchar(190) NULL, description longtext NULL, proof_of_purchase tinyint(1) NOT NULL DEFAULT 0

WordPress database error: [Key column 'UNIQUE' doesn't exist in table]
ALTER TABLE rbgn_recce_tradein_firearms ADD PRIMARY KEY (`id`,`UNIQUE`,`KEY`,`model`)

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 'bigint unsigned NOT NULL' at line 1]
ALTER TABLE rbgn_recce_tradein_files CHANGE COLUMN `id` id bigint unsigned NOT NULL AUTO_INCREMENT, case_id bigint unsigned NOT NULL

WordPress database error: [Key column 'KEY' doesn't exist in table]
ALTER TABLE rbgn_recce_tradein_files ADD PRIMARY KEY (`id`,`KEY`,`KEY`)

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 'bigint unsigned NOT NULL, version_number int unsigned NOT NULL' at line 1]
ALTER TABLE rbgn_recce_tradein_valuations CHANGE COLUMN `id` id bigint unsigned NOT NULL AUTO_INCREMENT, case_id bigint unsigned NOT NULL, version_number int unsigned NOT NULL

WordPress database error: [Invalid default value for 'estimated_customer_return']
ALTER TABLE rbgn_recce_tradein_valuations ALTER COLUMN `estimated_customer_return` SET DEFAULT 'GBP'

WordPress database error: [Key column 'UNIQUE' doesn't exist in table]
ALTER TABLE rbgn_recce_tradein_valuations ADD PRIMARY KEY (`id`,`UNIQUE`,`version_number`,`KEY`)

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 'bigint unsigned NOT NULL, valuation_id bigint unsigned NOT NULL' at line 1]
ALTER TABLE rbgn_recce_tradein_offers CHANGE COLUMN `id` id bigint unsigned NOT NULL AUTO_INCREMENT, case_id bigint unsigned NOT NULL, valuation_id bigint unsigned NOT NULL

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 'varchar(32) NOT NULL, amount decimal(18,2) NULL' at line 1]
ALTER TABLE rbgn_recce_tradein_offers CHANGE COLUMN `offer_version` offer_version int unsigned NOT NULL, offer_type varchar(32) NOT NULL, amount decimal(18,2) NULL

WordPress database error: [Invalid default value for 'estimated_return']
ALTER TABLE rbgn_recce_tradein_offers ALTER COLUMN `estimated_return` SET DEFAULT 'draft'

WordPress database error: [Key column 'UNIQUE' doesn't exist in table]
ALTER TABLE rbgn_recce_tradein_offers ADD PRIMARY KEY (`id`,`UNIQUE`,`offer_version`,`KEY`,`KEY`)

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 'bigint unsigned NOT NULL' at line 1]
ALTER TABLE rbgn_recce_tradein_messages CHANGE COLUMN `id` id bigint unsigned NOT NULL AUTO_INCREMENT, case_id bigint unsigned NOT NULL

WordPress database error: [Key column 'KEY' doesn't exist in table]
ALTER TABLE rbgn_recce_tradein_messages ADD PRIMARY KEY (`id`,`KEY`,`KEY`)

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 'bigint unsigned NOT NULL' at line 1]
ALTER TABLE rbgn_recce_tradein_activity CHANGE COLUMN `id` id bigint unsigned NOT NULL AUTO_INCREMENT, case_id bigint unsigned NOT NULL

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 'datetime NOT NULL' at line 1]
ALTER TABLE rbgn_recce_tradein_activity CHANGE COLUMN `actor_id` actor_id bigint unsigned NULL, created_at datetime NOT NULL

WordPress database error: [Key column 'KEY' doesn't exist in table]
ALTER TABLE rbgn_recce_tradein_activity ADD PRIMARY KEY (`id`,`KEY`,`KEY`)

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 'bigint unsigned NOT NULL' at line 1]
ALTER TABLE rbgn_recce_tradein_appointments CHANGE COLUMN `id` id bigint unsigned NOT NULL AUTO_INCREMENT, case_id bigint unsigned NOT NULL

WordPress database error: [Key column 'KEY' doesn't exist in table]
ALTER TABLE rbgn_recce_tradein_appointments ADD PRIMARY KEY (`id`,`KEY`,`KEY`,`KEY`)

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 'bigint unsigned NOT NULL' at line 1]
ALTER TABLE rbgn_recce_tradein_commission CHANGE COLUMN `id` id bigint unsigned NOT NULL AUTO_INCREMENT, case_id bigint unsigned NOT NULL

WordPress database error: [Invalid default value for 'estimated_customer_return']
ALTER TABLE rbgn_recce_tradein_commission ALTER COLUMN `estimated_customer_return` SET DEFAULT 'GBP'

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 'longtext NOT NULL' at line 1]
ALTER TABLE rbgn_recce_tradein_commission CHANGE COLUMN `agreement_version` agreement_version int unsigned NOT NULL DEFAULT 1, agreement_terms longtext NOT NULL

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 'datetime NULL' at line 1]
ALTER TABLE rbgn_recce_tradein_commission CHANGE COLUMN `wc_product_id` wc_product_id bigint unsigned NULL, product_created_at datetime NULL

WordPress database error: [Key column 'UNIQUE' doesn't exist in table]
ALTER TABLE rbgn_recce_tradein_commission ADD PRIMARY KEY (`id`,`UNIQUE`,`KEY`,`KEY`)

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 'bigint unsigned NOT NULL' at line 1]
ALTER TABLE rbgn_recce_tradein_credits CHANGE COLUMN `id` id bigint unsigned NOT NULL AUTO_INCREMENT, case_id bigint unsigned NOT NULL

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 'bigint unsigned NOT NULL' at line 1]
ALTER TABLE rbgn_recce_tradein_credits CHANGE COLUMN `source_offer_id` source_offer_id bigint unsigned NOT NULL, source_valuation_id bigint unsigned NOT NULL

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 'varchar(255) NULL' at line 1]
ALTER TABLE rbgn_recce_tradein_credits CHANGE COLUMN `wanted_variation_id` wanted_variation_id bigint unsigned NULL, wanted_product_name varchar(255) NULL

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 'bigint unsigned NULL, consumed_order_id bigint unsigned NULL' at line 1]
ALTER TABLE rbgn_recce_tradein_credits CHANGE COLUMN `linked_order_id` linked_order_id bigint unsigned NULL, reserved_order_id bigint unsigned NULL, consumed_order_id bigint unsigned NULL

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 'datetime NOT NULL, reserved_at datetime NULL' at line 1]
ALTER TABLE rbgn_recce_tradein_credits CHANGE COLUMN `approved_by` approved_by bigint unsigned NOT NULL, approved_at datetime NOT NULL, reserved_at datetime NULL

WordPress database error: [Key column 'UNIQUE' doesn't exist in table]
ALTER TABLE rbgn_recce_tradein_credits ADD PRIMARY KEY (`id`,`UNIQUE`,`credit_version`)

WordPress database error: [Key column 'KEY' doesn't exist in table]
ALTER TABLE rbgn_recce_tradein_credits ADD KEY `case_status` (`case_id`,`credit_status`,`KEY`)

WordPress database error: [Key column 'KEY' doesn't exist in table]
ALTER TABLE rbgn_recce_tradein_credits ADD KEY `consumed_order_id` (`consumed_order_id`,`KEY`,`wanted_variation_id`)

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 'bigint unsigned NOT NULL' at line 1]
ALTER TABLE rbgn_recce_tradein_acquisitions CHANGE COLUMN `id` id bigint unsigned NOT NULL AUTO_INCREMENT, case_id bigint unsigned NOT NULL

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 'datetime NULL' at line 1]
ALTER TABLE rbgn_recce_tradein_acquisitions CHANGE COLUMN `inspected_by` inspected_by bigint unsigned NULL, inspected_at datetime NULL

WordPress database error: [Invalid default value for 'final_allowance']
ALTER TABLE rbgn_recce_tradein_acquisitions ALTER COLUMN `final_allowance` SET DEFAULT 'GBP'

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 'datetime NULL' at line 1]
ALTER TABLE rbgn_recce_tradein_acquisitions CHANGE COLUMN `terms_confirmed_by` terms_confirmed_by bigint unsigned NULL, terms_confirmed_at datetime NULL

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 'longtext NULL' at line 1]
ALTER TABLE rbgn_recce_tradein_acquisitions CHANGE COLUMN `wc_product_id` wc_product_id bigint unsigned NULL, stock_notes longtext NULL

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 'datetime NULL' at line 1]
ALTER TABLE rbgn_recce_tradein_acquisitions CHANGE COLUMN `stock_handed_over_by` stock_handed_over_by bigint unsigned NULL, stock_handed_over_at datetime NULL

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 'datetime NOT NULL, updated_at datetime NOT NULL' at line 1]
ALTER TABLE rbgn_recce_tradein_acquisitions CHANGE COLUMN `created_by` created_by bigint unsigned NOT NULL, created_at datetime NOT NULL, updated_at datetime NOT NULL

WordPress database error: [Key column 'UNIQUE' doesn't exist in table]
ALTER TABLE rbgn_recce_tradein_acquisitions ADD PRIMARY KEY (`id`,`UNIQUE`,`KEY`)

WordPress database error: [Key column 'KEY' doesn't exist in table]
ALTER TABLE rbgn_recce_tradein_acquisitions ADD KEY `scheduled_at` (`scheduled_at`,`KEY`)

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 'bigint unsigned NULL, event_type varchar(64) NOT NULL' at line 1]
ALTER TABLE rbgn_recce_tradein_audit CHANGE COLUMN `id` id bigint unsigned NOT NULL AUTO_INCREMENT, case_id bigint unsigned NULL, event_type varchar(64) NOT NULL

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 'longtext NULL, new_values_json longtext NULL' at line 1]
ALTER TABLE rbgn_recce_tradein_audit CHANGE COLUMN `actor_id` actor_id bigint unsigned NULL, old_values_json longtext NULL, new_values_json longtext NULL

WordPress database error: [Key column 'KEY' doesn't exist in table]
ALTER TABLE rbgn_recce_tradein_audit ADD PRIMARY KEY (`id`,`KEY`,`KEY`,`KEY`)


Warning: Attempt to read property "feeds" on null in /homepages/13/d4296608930/htdocs/wordpress/wp-includes/post.php on line 5494

Warning: Attempt to read property "pagination_base" on null in /homepages/13/d4296608930/htdocs/wordpress/wp-includes/post.php on line 5552

Fatal error: Uncaught Error: Undefined constant "WP_POST_REVISIONS" in /homepages/13/d4296608930/htdocs/wordpress/wp-includes/revision.php:799 Stack trace: #0 /homepages/13/d4296608930/htdocs/wordpress/wp-includes/revision.php(782): wp_revisions_to_keep() #1 /homepages/13/d4296608930/htdocs/wordpress/wp-includes/revision.php(154): wp_revisions_enabled() #2 /homepages/13/d4296608930/htdocs/wordpress/wp-includes/revision.php(116): wp_save_post_revision() #3 /homepages/13/d4296608930/htdocs/wordpress/wp-includes/class-wp-hook.php(343): wp_save_post_revision_on_insert() #4 /homepages/13/d4296608930/htdocs/wordpress/wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters() #5 /homepages/13/d4296608930/htdocs/wordpress/wp-includes/plugin.php(522): WP_Hook->do_action() #6 /homepages/13/d4296608930/htdocs/wordpress/wp-includes/post.php(5916): do_action() #7 /homepages/13/d4296608930/htdocs/wordpress/wp-includes/post.php(5207): wp_after_insert_post() #8 /homepages/13/d4296608930/htdocs/wordpress/wp-includes/post.php(5295): wp_insert_post() #9 /homepages/13/d4296608930/htdocs/wordpress/wp-content/plugins/recce-ni-trade-in-manager/src/Activation/Activator.php(94): wp_update_post() #10 /homepages/13/d4296608930/htdocs/wordpress/wp-content/plugins/recce-ni-trade-in-manager/src/Plugin.php(37): RecceNI\TradeIn\Activation\Activator::ensureSubmissionPage() #11 /homepages/13/d4296608930/htdocs/wordpress/wp-content/plugins/recce-ni-trade-in-manager/recce-ni-trade-in-manager.php(41): RecceNI\TradeIn\Plugin->boot() #12 /homepages/13/d4296608930/htdocs/wordpress/wp-includes/class-wp-hook.php(341): {closure}() #13 /homepages/13/d4296608930/htdocs/wordpress/wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters() #14 /homepages/13/d4296608930/htdocs/wordpress/wp-includes/plugin.php(522): WP_Hook->do_action() #15 /homepages/13/d4296608930/htdocs/wordpress/wp-settings.php(622): do_action() #16 /homepages/13/d4296608930/htdocs/wordpress/wp-config.php(189): require_once('/homepages/13/d...') #17 /homepages/13/d4296608930/htdocs/wordpress/wp-load.php(50): require_once('/homepages/13/d...') #18 /homepages/13/d4296608930/htdocs/wordpress/wp-blog-header.php(13): require_once('/homepages/13/d...') #19 /homepages/13/d4296608930/htdocs/wordpress/index.php(17): require('/homepages/13/d...') #20 {main} thrown in /homepages/13/d4296608930/htdocs/wordpress/wp-includes/revision.php on line 799

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the woocommerce domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /homepages/13/d4296608930/htdocs/wordpress/wp-includes/functions.php on line 6170