Erreur de la base de données WordPress : [CREATE command denied to user 'carsocucanada'@'10.27.20.145' for table 'wor6030_mvx_vendor_orders']
CREATE TABLE IF NOT EXISTS `wor6030_mvx_vendor_orders` ( `ID` bigint(20) NOT NULL AUTO_INCREMENT, `order_id` bigint(20) NOT NULL, `commission_id` bigint(20) NOT NULL, `commission_status` varchar(100) NOT NULL DEFAULT 'unpaid', `commission_paid_date` timestamp NULL, `vendor_id` bigint(20) NOT NULL, `shipping_status` varchar(255) NOT NULL, `order_item_id` bigint(20) NOT NULL, `line_item_type` longtext NULL, `product_id` bigint(20) NOT NULL, `variation_id` bigint(20) NOT NULL DEFAULT 0, `quantity` bigint(20) NOT NULL DEFAULT 1, `commission_amount` varchar(255) NOT NULL, `shipping` varchar(255) NOT NULL, `tax` varchar(255) NOT NULL, `shipping_tax_amount` varchar(255) NOT NULL DEFAULT 0, `is_trashed` varchar(10) NOT NULL, `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`ID`), CONSTRAINT vendor_orders UNIQUE (order_id, vendor_id, commission_id, order_item_id) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

Erreur de la base de données WordPress : [CREATE command denied to user 'carsocucanada'@'10.27.20.145' for table 'wor6030_mvx_products_map']
CREATE TABLE IF NOT EXISTS `wor6030_mvx_products_map` ( `ID` bigint(20) NOT NULL AUTO_INCREMENT, `product_map_id` BIGINT UNSIGNED NOT NULL DEFAULT 0, `product_id` BIGINT UNSIGNED NOT NULL DEFAULT 0, `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`ID`) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

Erreur de la base de données WordPress : [CREATE command denied to user 'carsocucanada'@'10.27.20.145' for table 'wor6030_mvx_visitors_stats']
CREATE TABLE IF NOT EXISTS `wor6030_mvx_visitors_stats` ( `ID` bigint(20) NOT NULL AUTO_INCREMENT, `vendor_id` BIGINT UNSIGNED NOT NULL DEFAULT 0, `user_id` BIGINT UNSIGNED NOT NULL DEFAULT 0, `user_cookie` varchar(255) NOT NULL, `session_id` varchar(191) NOT NULL, `ip` varchar(60) NOT NULL, `lat` varchar(60) NOT NULL, `lon` varchar(60) NOT NULL, `city` text NOT NULL, `zip` varchar(20) NOT NULL, `regionCode` text NOT NULL, `region` text NOT NULL, `countryCode` text NOT NULL, `country` text NOT NULL, `isp` text NOT NULL, `timezone` varchar(255) NOT NULL, `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`ID`), CONSTRAINT visitor UNIQUE (vendor_id, session_id), KEY vendor_id (vendor_id), KEY user_id (user_id), KEY user_cookie (user_cookie(191)), KEY session_id (session_id(191)), KEY ip (ip) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

Erreur de la base de données WordPress : [CREATE command denied to user 'carsocucanada'@'10.27.20.145' for table 'wor6030_mvx_cust_questions']
CREATE TABLE IF NOT EXISTS `wor6030_mvx_cust_questions` ( `ques_ID` bigint(20) NOT NULL AUTO_INCREMENT, `product_ID` BIGINT UNSIGNED NOT NULL DEFAULT '0', `ques_details` text NOT NULL, `ques_by` BIGINT UNSIGNED NOT NULL DEFAULT '0', `ques_created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `ques_vote` longtext NULL, `status` text NOT NULL, PRIMARY KEY (`ques_ID`) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

Erreur de la base de données WordPress : [CREATE command denied to user 'carsocucanada'@'10.27.20.145' for table 'wor6030_mvx_cust_answers']
CREATE TABLE IF NOT EXISTS `wor6030_mvx_cust_answers` ( `ans_ID` bigint(20) NOT NULL AUTO_INCREMENT, `ques_ID` BIGINT UNSIGNED NOT NULL DEFAULT '0', `ans_details` text NOT NULL, `ans_by` BIGINT UNSIGNED NOT NULL DEFAULT '0', `ans_created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `ans_vote` longtext NULL, PRIMARY KEY (`ans_ID`), CONSTRAINT ques_id UNIQUE (ques_ID) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

Erreur de la base de données WordPress : [CREATE command denied to user 'carsocucanada'@'10.27.20.145' for table 'wor6030_mvx_shipping_zone_methods']
CREATE TABLE IF NOT EXISTS `wor6030_mvx_shipping_zone_methods` ( `instance_id` int(11) unsigned NOT NULL AUTO_INCREMENT, `method_id` varchar(255) NOT NULL DEFAULT '', `zone_id` int(11) unsigned NOT NULL, `vendor_id` int(11) NOT NULL, `is_enabled` tinyint(1) NOT NULL DEFAULT '1', `settings` longtext, PRIMARY KEY (`instance_id`) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

Erreur de la base de données WordPress : [CREATE command denied to user 'carsocucanada'@'10.27.20.145' for table 'wor6030_mvx_shipping_zone_locations']
CREATE TABLE IF NOT EXISTS `wor6030_mvx_shipping_zone_locations` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `vendor_id` int(11) DEFAULT NULL, `zone_id` int(11) DEFAULT NULL, `location_code` varchar(255) DEFAULT NULL, `location_type` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

Erreur de la base de données WordPress : [CREATE command denied to user 'carsocucanada'@'10.27.20.145' for table 'wor6030_mvx_vendor_ledger']
CREATE TABLE IF NOT EXISTS `wor6030_mvx_vendor_ledger` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `vendor_id` int(11) NOT NULL, `order_id` bigint(20) NOT NULL, `ref_id` bigint(20) NOT NULL, `ref_type` varchar(100) NOT NULL DEFAULT '', `ref_info` varchar(255) NOT NULL DEFAULT '', `ref_status` varchar(100) NOT NULL DEFAULT '', `ref_updated` timestamp NULL, `credit` varchar(100) NOT NULL, `debit` varchar(100) NOT NULL, `balance` varchar(255) NOT NULL DEFAULT 0, `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

Erreur de la base de données WordPress : [UPDATE command denied to user 'carsocucanada'@'10.27.20.145' for table 'wor6030_options']
UPDATE `wor6030_options` SET `option_value` = '1' WHERE `option_name` = 'mvx_table_created'

Erreur de la base de données WordPress : [UPDATE command denied to user 'carsocucanada'@'10.27.20.145' for table 'wor6030_options']
UPDATE `wor6030_options` SET `option_value` = '1' WHERE `option_name` = 'dc_product_vendor_plugin_installed'

Erreur de la base de données WordPress : [INSERT, UPDATE command denied to user 'carsocucanada'@'10.27.20.145' for table 'wor6030_options']
INSERT INTO `wor6030_options` (`option_name`, `option_value`, `autoload`) VALUES ('WooZone_db_version', '9.0', 'auto') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

Erreur de la base de données WordPress : [INSERT, UPDATE command denied to user 'carsocucanada'@'10.27.20.145' for table 'wor6030_options']
INSERT INTO `wor6030_options` (`option_name`, `option_value`, `autoload`) VALUES ('WooZone_db_version', '14.0.31', 'auto') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

Erreur de la base de données WordPress : [INSERT, UPDATE command denied to user 'carsocucanada'@'10.27.20.145' for table 'wor6030_options']
INSERT INTO `wor6030_options` (`option_name`, `option_value`, `autoload`) VALUES ('_site_transient_timeout_wp_theme_files_patterns-9a3da6ef389569fcf3d0523a008757d1', '1736085700', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

Erreur de la base de données WordPress : [INSERT, UPDATE command denied to user 'carsocucanada'@'10.27.20.145' for table 'wor6030_options']
INSERT INTO `wor6030_options` (`option_name`, `option_value`, `autoload`) VALUES ('_site_transient_wp_theme_files_patterns-9a3da6ef389569fcf3d0523a008757d1', 'a:2:{s:7:\"version\";s:6:\"9.3.17\";s:8:\"patterns\";a:0:{}}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

Erreur de la base de données WordPress : [INSERT, UPDATE command denied to user 'carsocucanada'@'10.27.20.145' for table 'wor6030_options']
INSERT INTO `wor6030_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_doing_cron', '1736083900.5825169086456298828125', 'on') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

TESLA – Site de vente et location de voitures
eCommerce WordPress Themes

Erreur de la base de données WordPress : [UPDATE command denied to user 'carsocucanada'@'10.27.20.145' for table 'wor6030_postmeta']
UPDATE `wor6030_postmeta` SET `meta_value` = '{\"timeout\":1736173901,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-7187188a e-con-full e-flex e-con e-parent\\\" data-id=\\\"7187188a\\\" data-element_type=\\\"container\\\">\\n\\t\\t<div class=\\\"etheme-elementor-header-sticky elementor-element elementor-element-e937711 etheme-elementor-header-sticky e-flex e-con-boxed e-con e-child\\\" data-id=\\\"e937711\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;etheme_header_sticky&quot;:&quot;sticky&quot;,&quot;etheme_header_sticky_on&quot;:[&quot;tablet&quot;,&quot;mobile&quot;],&quot;etheme_header_sticky_type&quot;:&quot;stacked&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-55b4c6f4 e-con-full e-flex e-con e-child\\\" data-id=\\\"55b4c6f4\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"etheme-elementor-header-sticky elementor-element elementor-element-6e33d0b3 elementor-hidden-tablet elementor-hidden-mobile etheme-elementor-header-sticky e-flex e-con-boxed e-con e-child\\\" data-id=\\\"6e33d0b3\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;etheme_header_sticky&quot;:&quot;sticky&quot;,&quot;etheme_header_sticky_on&quot;:[&quot;desktop&quot;],&quot;etheme_header_sticky_type&quot;:&quot;stacked&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-7a0ccaf elementor-hidden-tablet elementor-hidden-mobile e-flex e-con-boxed e-con e-child\\\" data-id=\\\"7a0ccaf\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[\"etheme_elementor_header_sticky\"],\"styles\":[\"etheme-elementor-header-sticky\"]}}' WHERE `post_id` = 1324 AND `meta_key` = '_elementor_element_cache'

Erreur de la base de données WordPress : [UPDATE command denied to user 'carsocucanada'@'10.27.20.145' for table 'wor6030_postmeta']
UPDATE `wor6030_postmeta` SET `meta_value` = '{\"timeout\":1736173901,\"value\":{\"content\":\"\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-4ea6d4db elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"4ea6d4db\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-no\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-27dcc318\\\" data-id=\\\"27dcc318\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section class=\\\"elementor-section elementor-top-section elementor-element elementor-element-5fdf31b6 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"5fdf31b6\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-extended\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2870f310\\\" data-id=\\\"2870f310\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<section class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-35dc8dcb elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"35dc8dcb\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-no\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2fac66e7\\\" data-id=\\\"2fac66e7\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2f1a5f39\\\" data-id=\\\"2f1a5f39\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}' WHERE `post_id` = 1327 AND `meta_key` = '_elementor_element_cache'

Shop

Erreur de la base de données WordPress : [INSERT, UPDATE command denied to user 'carsocucanada'@'10.27.20.145' for table 'wor6030_options']
INSERT INTO `wor6030_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_timeout_wc_layered_nav_counts_product_cat', '1736170301', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

Erreur de la base de données WordPress : [INSERT, UPDATE command denied to user 'carsocucanada'@'10.27.20.145' for table 'wor6030_options']
INSERT INTO `wor6030_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_wc_layered_nav_counts_product_cat', 'a:2:{i:0;b:0;s:32:\"99f40417b23e0392d7d8de1a4c44228c\";a:0:{}}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

Erreur de la base de données WordPress : [INSERT, UPDATE command denied to user 'carsocucanada'@'10.27.20.145' for table 'wor6030_options']
INSERT INTO `wor6030_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_timeout_wc_layered_nav_counts_brand', '1736170301', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

Erreur de la base de données WordPress : [INSERT, UPDATE command denied to user 'carsocucanada'@'10.27.20.145' for table 'wor6030_options']
INSERT INTO `wor6030_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_wc_layered_nav_counts_brand', 'a:2:{i:0;b:0;s:32:\"5a295ea7bd10d98ed70d9f924032b63e\";a:0:{}}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)

Unfortunately, there are no products that match your criteria
Open chat
Salut
Est ce que je peux vous aider?

Erreur de la base de données WordPress : [UPDATE command denied to user 'carsocucanada'@'10.27.20.145' for table 'wor6030_options']
UPDATE `wor6030_options` SET `option_value` = '1738675901' WHERE `option_name` = '_transient_timeout_woocommerce_blocks_asset_api_script_data_ssl'