WordPress database error: [CREATE command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_assets`] CREATE TABLE IF NOT EXISTS `wp_amz_assets` (
`id` BIGINT(15) UNSIGNED NOT NULL AUTO_INCREMENT,
`post_id` BIGINT(20) NOT NULL,
`asset` VARCHAR(225) NULL DEFAULT NULL,
`thumb` VARCHAR(225) NULL DEFAULT NULL,
`download_status` VARCHAR(20) NULL DEFAULT 'new' COMMENT 'new, success, inprogress, error, remote',
`hash` VARCHAR(32) NULL DEFAULT NULL,
`media_id` BIGINT(20) NULL DEFAULT '0',
`msg` TEXT NULL,
`date_added` DATETIME NULL DEFAULT NULL,
`date_download` DATETIME NULL DEFAULT NULL,
`image_sizes` TEXT NULL,
PRIMARY KEY (`id`),
INDEX `post_id` (`post_id`),
INDEX `hash` (`hash`),
INDEX `media_id` (`media_id`),
INDEX `download_status` (`download_status`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci
WordPress database error: [CREATE command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_products`] CREATE TABLE IF NOT EXISTS `wp_amz_products` (
`id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT,
`post_id` BIGINT(20) NOT NULL,
`post_parent` BIGINT(20) NULL DEFAULT '0',
`type` ENUM('post','variation') NULL DEFAULT 'post',
`title` TEXT NULL,
`nb_assets` INT(4) NULL DEFAULT '0',
`nb_assets_done` INT(4) NULL DEFAULT '0',
`status` ENUM('new','success') NULL DEFAULT 'new',
PRIMARY KEY (`post_id`, `id`),
UNIQUE INDEX `post_id` (`post_id`),
INDEX `post_parent` (`post_parent`),
INDEX `type` (`type`),
INDEX `nb_assets` (`nb_assets`),
INDEX `nb_assets_done` (`nb_assets_done`),
INDEX `id` (`id`),
INDEX `status` (`status`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci
WordPress database error: [CREATE command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_cross_sell`] CREATE TABLE IF NOT EXISTS `wp_amz_cross_sell` (
`ASIN` VARCHAR(10) NOT NULL,
`products` TEXT NULL,
`nr_products` INT(11) NULL DEFAULT NULL,
`add_date` TIMESTAMP NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`is_variable` CHAR(1) NULL DEFAULT 'N',
`nb_tries` TINYINT(1) UNSIGNED NULL DEFAULT '0',
PRIMARY KEY (`ASIN`),
UNIQUE INDEX `ASIN` (`ASIN`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci
WordPress database error: [CREATE command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_report_log`] CREATE TABLE IF NOT EXISTS `wp_amz_report_log` (
`id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT,
`log_id` VARCHAR(50) NULL DEFAULT NULL,
`log_action` VARCHAR(50) NULL DEFAULT NULL,
`desc` VARCHAR(255) NULL DEFAULT NULL,
`log_data_type` VARCHAR(50) NULL DEFAULT NULL,
`log_data` LONGTEXT NULL,
`source` TEXT NULL,
`date_add` TIMESTAMP NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`id`),
INDEX `log_id` (`log_id`),
INDEX `log_action` (`log_action`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci
WordPress database error: [CREATE command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_queue`] CREATE TABLE IF NOT EXISTS `wp_amz_queue` (
`id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT,
`asin` VARCHAR(100) NOT NULL,
`status` VARCHAR(20) NOT NULL,
`status_msg` TEXT NOT NULL,
`from_op` VARCHAR(30) NOT NULL,
`created_date` TIMESTAMP NULL DEFAULT '0000-00-00 00:00:00',
`imported_date` TIMESTAMP NULL DEFAULT NULL,
`nb_tries` SMALLINT(1) UNSIGNED NOT NULL DEFAULT '0',
`nb_tries_prev` SMALLINT(1) UNSIGNED NOT NULL DEFAULT '0',
`product_title` TEXT NULL,
`country` VARCHAR(30) NOT NULL DEFAULT '',
`provider` VARCHAR(20) NOT NULL DEFAULT 'amazon',
PRIMARY KEY (`id`),
UNIQUE INDEX `asin_from_op` (`asin`, `from_op`),
INDEX `nb_tries` (`nb_tries`),
INDEX `from_op` (`from_op`),
INDEX `status` (`status`),
INDEX `country` (`country`),
INDEX `provider` (`provider`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci
WordPress database error: [CREATE command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_search`] CREATE TABLE IF NOT EXISTS `wp_amz_search` (
`id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT,
`code` VARCHAR(32) NOT NULL,
`publish` ENUM('Y','N') NOT NULL DEFAULT 'Y',
`status` VARCHAR(20) NOT NULL,
`status_msg` TEXT NOT NULL,
`params` TEXT NOT NULL,
`provider` VARCHAR(20) NOT NULL DEFAULT 'amazon',
`search_title` VARCHAR(100) NOT NULL,
`country` VARCHAR(30) NOT NULL DEFAULT '',
`recurrency` VARCHAR(10) NOT NULL,
`created_date` TIMESTAMP NULL DEFAULT '0000-00-00 00:00:00',
`started_at` TIMESTAMP NULL DEFAULT NULL,
`ended_at` TIMESTAMP NULL DEFAULT NULL,
`run_date` TIMESTAMP NULL DEFAULT NULL,
`nb_tries` SMALLINT(1) UNSIGNED NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
UNIQUE INDEX `code` (`code`),
INDEX `provider` (`provider`),
INDEX `country` (`country`),
INDEX `recurrency` (`recurrency`),
INDEX `status` (`status`),
INDEX `publish` (`publish`),
INDEX `run_date` (`run_date`),
INDEX `nb_tries` (`nb_tries`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci
WordPress database error: [CREATE command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] CREATE TABLE IF NOT EXISTS `wp_amz_locale_reference` (
`ID` INT(10) NOT NULL AUTO_INCREMENT,
`country` VARCHAR(3) NOT NULL DEFAULT 'US',
`searchIndex` VARCHAR(50) NOT NULL,
`department` VARCHAR(100) NOT NULL,
`browseNode` BIGINT(20) NOT NULL DEFAULT '0',
`sortValues` TEXT NOT NULL,
`itemSearchParams` TEXT NOT NULL,
PRIMARY KEY (`ID`),
UNIQUE INDEX `country_searchIndex` (`country`, `searchIndex`),
INDEX `searchIndex` (`searchIndex`),
INDEX `department` (`department`),
INDEX `browseNode` (`browseNode`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci
WordPress database error: [CREATE command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_amzkeys`] CREATE TABLE IF NOT EXISTS `wp_amz_amzkeys` (
`id` MEDIUMINT(8) UNSIGNED NOT NULL AUTO_INCREMENT,
`access_key` VARCHAR(100) NOT NULL,
`secret_key` VARCHAR(100) NOT NULL,
`publish` ENUM('Y','N') NOT NULL DEFAULT 'Y',
`locked` CHAR(1) NOT NULL DEFAULT 'N',
`lock_time` TIMESTAMP NULL DEFAULT NULL,
`nb_requests` INT(10) UNSIGNED NOT NULL DEFAULT '0',
`nb_requests_valid` INT(10) UNSIGNED NOT NULL DEFAULT '0',
`ratio_success` FLOAT(5,2) UNSIGNED NOT NULL DEFAULT '0.00',
`last_request_time` TIMESTAMP NULL DEFAULT NULL,
`last_request_status` VARCHAR(50) NULL DEFAULT NULL,
`last_request_input` MEDIUMTEXT NULL,
`last_request_output` MEDIUMTEXT NULL,
PRIMARY KEY (`id`),
UNIQUE INDEX `access_key_secret_key` (`access_key`, `secret_key`),
INDEX `publish_locked_lock_time` (`publish`, `locked`, `lock_time`),
INDEX `locked_lock_time` (`locked`, `lock_time`),
INDEX `lock_time` (`lock_time`),
INDEX `last_request_time` (`last_request_time`),
INDEX `ratio_success` (`ratio_success`),
INDEX `nb_requests` (`nb_requests`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci
WordPress database error: [CREATE command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_amazon_cache`] CREATE TABLE IF NOT EXISTS `wp_amz_amazon_cache` (
`ID` BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT,
`cache_name` VARCHAR(100) NOT NULL,
`cache_type` VARCHAR(20) NOT NULL,
`country` VARCHAR(30) NOT NULL,
`response` LONGTEXT NOT NULL,
`response_date` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`provider` VARCHAR(20) NOT NULL DEFAULT 'amazon',
PRIMARY KEY (`ID`),
UNIQUE INDEX `cache_name_cache_type` (`cache_name`, `cache_type`),
INDEX `cache_type` (`cache_type`),
INDEX `response_date` (`response_date`),
INDEX `provider` (`provider`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci
WordPress database error: [CREATE command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_import_stats`] CREATE TABLE IF NOT EXISTS `wp_amz_import_stats` (
`id` BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT,
`post_id` BIGINT(20) UNSIGNED NOT NULL DEFAULT '0',
`post_title` TEXT NOT NULL,
`asin` VARCHAR(100) NOT NULL,
`provider` VARCHAR(20) NOT NULL DEFAULT 'amazon',
`country` VARCHAR(30) NOT NULL,
`from_op` VARCHAR(40) NOT NULL COMMENT '[insane|direct|auto|search]#[some code]',
`from_op_p1` VARCHAR(20) NOT NULL,
`from_op_p2` VARCHAR(40) NOT NULL,
`imported_date` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
`import_status_msg` TEXT NOT NULL,
`duration_spin` INT(11) UNSIGNED NOT NULL DEFAULT '0',
`duration_attributes` INT(11) UNSIGNED NOT NULL DEFAULT '0',
`duration_vars` INT(11) UNSIGNED NOT NULL DEFAULT '0',
`duration_nb_vars` INT(11) UNSIGNED NOT NULL DEFAULT '0',
`duration_img` INT(11) UNSIGNED NOT NULL DEFAULT '0',
`duration_nb_img` INT(11) UNSIGNED NOT NULL DEFAULT '0',
`duration_img_dw` INT(11) UNSIGNED NOT NULL DEFAULT '0',
`duration_nb_img_dw` INT(11) UNSIGNED NOT NULL DEFAULT '0',
`duration_product` INT(11) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'duration_spin, duration_attributes, duration_vars, duration_img, other product import operations, but does not contain duration_img_dw',
`db_calc` TEXT NOT NULL,
PRIMARY KEY (`id`),
INDEX `post_id` (`post_id`),
INDEX `asin` (`asin`),
INDEX `provider` (`provider`),
INDEX `country` (`country`),
INDEX `from_op_p1` (`from_op_p1`),
INDEX `from_op_p2` (`from_op_p2`),
INDEX `from_op` (`from_op`),
INDEX `duration_product` (`duration_product`),
INDEX `duration_img_dw` (`duration_img_dw`),
INDEX `duration_nb_img_dw` (`duration_nb_img_dw`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_amzkeys`] insert ignore into `wp_amz_amzkeys` (`access_key`, `secret_key`) values('aateam demo access key', 'aateam demo secret access key');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'All', 'All Departments', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Appliances', 'Appliances', 2619526011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'MobileApps', 'Apps & Games', 2350150011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'ArtsAndCrafts', 'Arts, Crafts & Sewing', 2617942011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Automotive', 'Automotive Parts & Accessories', 15690151, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Baby', 'Baby', 3760911, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Beauty', 'Beauty & Personal Care', 11055981, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Books', 'Books', 1000, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Photo', 'Camera & Photo', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Music', 'CDs & Vinyl', 301668, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'MobileAndAccessories', 'Cell Phones & Accessories', 2335753011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Classical', 'Classical', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Apparel', 'Clothing & Accessories', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Fashion', 'Clothing, Shoes & Jewelry', 7141124011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'FashionBaby', 'Clothing, Shoes & Jewelry Baby', 7147444011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'FashionBoys', 'Clothing, Shoes & Jewelry Boys', 7147443011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'FashionGirls', 'Clothing, Shoes & Jewelry Girls', 7147442011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'FashionMen', 'Clothing, Shoes & Jewelry Men', 7147441011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'FashionWomen', 'Clothing, Shoes & Jewelry Women', 7147440011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Collectibles', 'Collectibles & Fine Art', 4991426011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Computers', 'Computers', 541966, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'DigitalEducationalResources', 'Digital Educational Resources', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'DigitalMusic', 'Digital Music', 624868011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Electronics', 'Electronics', 493964, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'EverythingElse', 'Everything Else', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'GardenAndOutdoor', 'Garden & Outdoor', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'GiftCards', 'Gift Cards', 2864120011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'GroceryAndGourmetFood', 'Grocery & Gourmet Food', 16310211, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Handmade', 'Handmade', 11260433011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'HealthPersonalCare', 'Health, Household & Baby Care', 3760931, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'LocalServices', 'Home & Business Services', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'HomeAndKitchen', 'Home & Kitchen', 1063498, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Industrial', 'Industrial & Scientific', 16310161, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Jewelry', 'Jewelry', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'KindleStore', 'Kindle Store', 133141011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Luggage', 'Luggage & Travel Gear', 9479199011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'LuxuryBeauty', 'Luxury Beauty', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Magazines', 'Magazine Subscriptions', 599872, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'MoviesAndTV', 'Movies & TV', 2625374011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'MusicalInstruments', 'Musical Instruments', 11965861, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'OfficeProducts', 'Office Products', 1084128, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'PetSupplies', 'Pet Supplies', 2619534011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'AmazonVideo', 'Prime Video', 2858778011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Shoes', 'Shoes', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Software', 'Software', 409488, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'SportsAndOutdoors', 'Sports & Outdoors', 3375301, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'ToolsAndHomeImprovement', 'Tools & Home Improvement', 468240, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'ToysAndGames', 'Toys & Games', 165795011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'VHS', 'VHS', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'VideoGames', 'Video Games', 11846801, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('US', 'Watches', 'Watches', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'All', 'All Departments', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'AmazonVideo', 'Amazon Video', 3010086031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'MobileApps', 'Apps & Games', 1661658031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Baby', 'Baby', 60032031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Beauty', 'Beauty', 66280031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Books', 'Books', 1025612, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Automotive', 'Car & Motorbike', 248878031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Music', 'CDs & Vinyl', 520920, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Classical', 'Classical Music', 505510, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Apparel', 'Clothing', 83451031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Computers', 'Computers & Accessories', 340832031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'DigitalMusic', 'Digital Music', 77925031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'ToolsAndHomeImprovement', 'DIY & Tools', 11052591, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'MoviesAndTV', 'DVD & Blu-ray', 573406, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Electronics', 'Electronics & Photo', 560800, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'EverythingElse', 'Everything Else', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Fashion', 'Fashion', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'GardenAndOutdoor', 'Garden & Outdoors', 11052591, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'GiftCards', 'Gift Cards', 1571305031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'GroceryAndGourmetFood', 'Grocery', 344155031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Handmade', 'Handmade', 9699255031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'HealthPersonalCare', 'Health & Personal Care', 66280031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'HomeAndKitchen', 'Home & Kitchen', 11052591, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Industrial', 'Industrial & Scientific', 5866055031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Jewelry', 'Jewellery', 193717031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'KindleStore', 'Kindle Store', 341677031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Appliances', 'Large Appliances', 908799031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Lighting', 'Lighting', 213078031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Luggage', 'Luggage', 2454167031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'LuxuryBeauty', 'Luxury Beauty', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'MusicalInstruments', 'Musical Instruments & DJ', 340837031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'VideoGames', 'PC & Video Games', 1025616, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'PetSupplies', 'Pet Supplies', 340841031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Shoes', 'Shoes & Bags', 362350011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Software', 'Software', 1025614, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'SportsAndOutdoors', 'Sports & Outdoors', 319530011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'OfficeProducts', 'Stationery & Office Supplies', 560800, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'ToysAndGames', 'Toys & Games', 712832, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'VHS', 'VHS', 125556011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('UK', 'Watches', 'Watches', 328229011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'All', 'Alle Kategorien', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'MobileApps', 'Apps & Spiele', 1661650031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Automotive', 'Auto & Motorrad', 78193031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Baby', 'Baby', 357577011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'ToolsAndHomeImprovement', 'Baumarkt', 80085031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Beauty', 'Beauty', 64257031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Apparel', 'Bekleidung', 78689031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Lighting', 'Beleuchtung', 213084031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Books', 'Bücher', 541686, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'ForeignBooks', 'Bücher (Fremdsprachig)', 54071011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'OfficeProducts', 'Bürobedarf & Schreibwaren', 192417031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Computers', 'Computer & Zubehör', 569604, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'HealthPersonalCare', 'Drogerie & Körperpflege', 64257031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'MoviesAndTV', 'DVD & Blu-ray', 547664, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Appliances', 'Elektro-Großgeräte', 931573031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Electronics', 'Elektronik & Foto', 569604, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Fashion', 'Fashion', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'VideoGames', 'Games', 541708, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'GardenAndOutdoor', 'Garten', 10925241, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'GiftCards', 'Geschenkgutscheine', 1571257031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Industrial', 'Gewerbe, Industrie & Wissenschaft', 5866099031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Handmade', 'Handmade', 9699312031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'PetSupplies', 'Haustier', 427727031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Photo', 'Kamera & Foto', 571860, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'KindleStore', 'Kindle-Shop', 530485031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Classical', 'Klassik', 542676, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Luggage', 'Koffer, Rucksäcke & Taschen', 2454119031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'HomeAndKitchen', 'Küche, Haushalt & Wohnen', 3169011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'GroceryAndGourmetFood', 'Lebensmittel & Getränke', 344162031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'LuxuryBeauty', 'Luxury Beauty', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Music', 'Musik-CDs & Vinyl', 542676, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'DigitalMusic', 'Musik-Downloads', 180529031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'MusicalInstruments', 'Musikinstrumente & DJ-Equipment', 340850031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'AmazonVideo', 'Prime Video', 3010076031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Jewelry', 'Schmuck', 327473011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Shoes', 'Schuhe & Handtaschen', 362995011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Software', 'Software', 542064, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'EverythingElse', 'Sonstiges', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'ToysAndGames', 'Spielzeug', 12950661, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'SportsAndOutdoors', 'Sport & Freizeit', 16435121, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Watches', 'Uhren', 193708031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'VHS', 'VHS', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('DE', 'Magazines', 'Zeitschriften', 1161660, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'PetSupplies', 'Animalerie', 1571269031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'MobileApps', 'Applis & Jeux', 1661655031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Automotive', 'Auto et Moto', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'EverythingElse', 'Autres', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Luggage', 'Bagages', 2454146031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Beauty', 'Beauté et Parfum', 197859031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'LuxuryBeauty', 'Beauté Prestige', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Baby', 'Bébés & Puériculture', 206618031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Jewelry', 'Bijoux', 193711031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'GiftCards', 'Boutique chèques-cadeaux', 2524128031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'KindleStore', 'Boutique Kindle', 672109031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'ToolsAndHomeImprovement', 'Bricolage', 590749031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Shoes', 'Chaussures et Sacs', 248812031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'HomeAndKitchen', 'Cuisine & Maison', 57686031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'MoviesAndTV', 'DVD & Blu-ray', 578608, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'GroceryAndGourmetFood', 'Epicerie', 3635789031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'OfficeProducts', 'Fournitures de bureau', 192420031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Appliances', 'Gros électroménager', 908827031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Handmade', 'Handmade', 9699369031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Electronics', 'High-Tech', 14011561, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'HealthPersonalCare', 'Hygiène et Santé', 197862031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Computers', 'Informatique', 340859031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'MusicalInstruments', 'Instruments de musique & Sono', 340862031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'GardenAndOutdoor', 'Jardin', 3557028031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'ToysAndGames', 'Jeux et Jouets', 548014, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'VideoGames', 'Jeux vidéo', 548014, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'ForeignBooks', 'Livres anglais et étrangers', 69633011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Books', 'Livres en français', 468256, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Software', 'Logiciels', 548012, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Lighting', 'Luminaires et Eclairage', 213081031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Fashion', 'Mode', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Watches', 'Montres', 60937031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Music', 'Musique : CD & Vinyles', 537366, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Industrial', 'Secteur industriel & scientifique', 5866110031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'SportsAndOutdoors', 'Sports et Loisirs', 325615031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'DigitalMusic', 'Téléchargement de musique', 206442031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'All', 'Toutes nos catégories', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'Apparel', 'Vêtements et accessoires', 340856031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('FR', 'VHS', 'VHS', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'All', 'All Departments', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'MobileApps', 'Apps & Games', 2381131051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Baby', 'Baby & Maternity', 13331821, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Beauty', 'Beauty', 52391051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Automotive', 'Car & Bike Products', 2017305051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Classical', 'Classical', 562032, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Apparel', 'Clothing & Accessories', 361299011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'VideoGames', 'Computer & Video Games', 637872, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Computers', 'Computers & Accessories', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'CreditCards', 'Credit Cards', 2320456051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'DigitalMusic', 'Digital Music', 2129039051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'ToolsAndHomeImprovement', 'DIY, Tools & Garden', 2016930051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Electronics', 'Electronics & Cameras', 3210991, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'ForeignBooks', 'English Books', 388316011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'EverythingElse', 'Everything Else', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Fashion', 'Fashion', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'GroceryAndGourmetFood', 'Food & Beverage', 57240051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'GiftCards', 'Gift Cards', 2351653051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'HealthPersonalCare', 'Health & Personal Care', 161669011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Hobbies', 'Hobby', 2277722051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Industrial', 'Industrial & Scientific', 3445394051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Books', 'Japanese Books', 465610, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Jewelry', 'Jewelry', 85896051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'FashionBaby', 'Kids & Baby', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'KindleStore', 'Kindle Store', 2250739051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'HomeAndKitchen', 'Kitchen & Housewares', 3839151, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Appliances', 'Large Appliances', 2277725051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'FashionMen', 'Men', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'MoviesAndTV', 'Movies & TV', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Music', 'Music', 562032, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'MusicalInstruments', 'Musical Instruments', 2123630051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'PetSupplies', 'Pet Supplies', 2127213051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'AmazonVideo', 'Prime Video', 2351650051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Shoes', 'Shoes & Bags', 2016926051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Software', 'Software', 637630, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'SportsAndOutdoors', 'Sports', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'OfficeProducts', 'Stationery and Office Products', 86732051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Toys', 'Toys', 13299551, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'Watches', 'Watches', 331952011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('JP', 'FashionWomen', 'Women', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'All', 'All Department', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'MobileApps', 'Apps & Games', 6386372011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'Automotive', 'Automotive', 6948389011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'Baby', 'Baby', 3561347011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'Beauty', 'Beauty', 6205125011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'Books', 'Books', 927726, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'Classical', 'Classical Music', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'Apparel', 'Clothing & Accessories', 8604904011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'Electronics', 'Electronics', 677211011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'ForeignBooks', 'English Books', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'EverythingElse', 'Everything Else', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'GiftCards', 'Gift Cards', 9230167011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'GroceryAndGourmetFood', 'Grocery & Gourmet Food', 6967216011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'Handmade', 'Handmade', 16708697011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'HealthPersonalCare', 'Health & Personal Care', 6205178011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'HomeAndKitchen', 'Home & Kitchen', 2206276011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'Industrial', 'Industrial & Scientific', 11076214011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'Jewelry', 'Jewelry', 9674384011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'KindleStore', 'Kindle Store', 2972706011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'Luggage', 'Luggage & Bags', 6205506011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'LuxuryBeauty', 'Luxury Beauty', 13799223011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'MoviesAndTV', 'Movies & TV', 14113311, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'Music', 'Music', 962454, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'MusicalInstruments', 'Musical Instruments, Stage & Studio', 6916845011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'OfficeProducts', 'Office Products', 6205512011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'GardenAndOutdoor', 'Patio, Lawn & Garden', 6299024011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'PetSupplies', 'Pet Supplies', 6291628011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'Shoes', 'Shoes & Handbags', 8604916011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'Software', 'Software', 3234171, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'SportsAndOutdoors', 'Sports & Outdoors', 2242990011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'ToolsAndHomeImprovement', 'Tools & Home Improvement', 3006903011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'ToysAndGames', 'Toys & Games', 6205517011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'VHS', 'VHS', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'VideoGames', 'Video Games', 110218011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('CA', 'Watches', 'Watches', 2235621011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'All', 'All Categories', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Fashion', 'Amazon Fashion', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Appliances', 'Appliances', 5122349031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'MobileApps', 'Apps & Games', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Baby', 'Baby', 1571275031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Beauty', 'Beauty', 1355017031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Books', 'Books', 976390031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Automotive', 'Car & Motorbike', 4772061031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Apparel', 'Clothing & Accessories', 1571272031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Collectibles', 'Collectibles', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Computers', 'Computers & Accessories', 976393031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Electronics', 'Electronics', 976420031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'EverythingElse', 'Everything Else', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Furniture', 'Furniture', 1380441031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'GardenAndOutdoor', 'Garden & Outdoors', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'GiftCards', 'Gift Cards', 3704983031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'GroceryAndGourmetFood', 'Grocery & Gourmet Foods', 2454179031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'HealthPersonalCare', 'Health & Personal Care', 1350385031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'HomeAndKitchen', 'Home & Kitchen', 2454176031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Industrial', 'Industrial & Scientific', 5866079031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Jewelry', 'Jewellery', 1951049031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'KindleStore', 'Kindle Store', 1571278031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Luggage', 'Luggage & Bags', 2454170031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'LuxuryBeauty', 'Luxury Beauty', 5311359031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'MoviesAndTV', 'Movies & TV Shows', 976417031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Music', 'Music', 976446031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'MusicalInstruments', 'Musical Instruments', 3677698031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'OfficeProducts', 'Office Products', 2454173031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'PetSupplies', 'Pet Supplies', 4740420031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Shoes', 'Shoes & Handbags', 1571284031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Software', 'Software', 976452031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'SportsAndOutdoors', 'Sports, Fitness & Outdoors', 1984444031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'ToolsAndHomeImprovement', 'Tools & Home Improvement', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'ToysAndGames', 'Toys & Games', 1350381031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'VideoGames', 'Video Games', 976461031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IN', 'Watches', 'Watches', 1350388031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Apparel', 'Abbigliamento', 2844434031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'GroceryAndGourmetFood', 'Alimentari e cura della casa', 6198093031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'EverythingElse', 'Altro', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'MobileApps', 'App e Giochi', 1661661031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Automotive', 'Auto e Moto', 1571281031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Beauty', 'Bellezza', 6198083031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'GiftCards', 'Buoni Regalo', 3557018031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'OfficeProducts', 'Cancelleria e prodotti per ufficio', 3606311031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'HomeAndKitchen', 'Casa e cucina', 524016031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Music', 'CD e Vinili', 412601031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Electronics', 'Elettronica', 412610031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'ToolsAndHomeImprovement', 'Fai da te', 2454161031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'MoviesAndTV', 'Film e TV', 412607031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'GardenAndOutdoor', 'Giardino e giardinaggio', 635017031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'ToysAndGames', 'Giochi e giocattoli', 523998031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Jewelry', 'Gioielli', 2454164031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Appliances', 'Grandi elettrodomestici', 14437357031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Handmade', 'Handmade', 9699426031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Lighting', 'Illuminazione', 1571293031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Industrial', 'Industria e Scienza', 5866069031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Computers', 'Informatica', 425917031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'KindleStore', 'Kindle Store', 1331141031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Books', 'Libri', 411664031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'ForeignBooks', 'Libri in altre lingue', 433843031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Fashion', 'Moda', 5512286031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'DigitalMusic', 'Musica Digitale', 1748204031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Watches', 'Orologi', 524010031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Baby', 'Prima infanzia', 1571287031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'PetSupplies', 'Prodotti per animali domestici', 12472500031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'HealthPersonalCare', 'Salute e cura della persona', 1571290031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Shoes', 'Scarpe e borse', 524007031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Software', 'Software', 412613031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'SportsAndOutdoors', 'Sport e tempo libero', 524013031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'MusicalInstruments', 'Strumenti musicali e DJ', 3628630031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'All', 'Tutte le categorie', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'Luggage', 'Valigeria', 2454149031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('IT', 'VideoGames', 'Videogiochi', 412604031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'GroceryAndGourmetFood', 'Alimentación y bebidas', 6198073031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'MobileApps', 'Appstore para Android', 1661651031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Baby', 'Bebé', 1703496031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Beauty', 'Belleza', 6198055031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'ToolsAndHomeImprovement', 'Bricolaje y herramientas', 2454134031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'GiftCards', 'Cheques regalo', 3564280031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Vehicles', 'Coche - renting', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Automotive', 'Coche y moto', 1951052031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'SportsAndOutdoors', 'Deportes y aire libre', 2665403031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Electronics', 'Electrónica', 667050031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Luggage', 'Equipaje', 2454130031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Appliances', 'Grandes electrodomésticos', 4772051031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Handmade', 'Handmade', 9699483031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'HomeAndKitchen', 'Hogar y cocina', 599392031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Lighting', 'Iluminación', 3564290031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Industrial', 'Industria y ciencia', 5866089031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Computers', 'Informática', 667050031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'MusicalInstruments', 'Instrumentos musicales', 3628867031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'GardenAndOutdoor', 'Jardín', 1571260031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Jewelry', 'Joyería', 2454127031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'ToysAndGames', 'Juguetes y juegos', 599386031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Books', 'Libros', 599365031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'ForeignBooks', 'Libros en idiomas extranjeros', 599368031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Fashion', 'Moda', 5512276031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'DigitalMusic', 'Música Digital', 1748201031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Music', 'Música: CDs y vinilos', 599374031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'OfficeProducts', 'Oficina y papelería', 3628729031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'EverythingElse', 'Otros Productos', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'MoviesAndTV', 'Películas y TV', 599380031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'PetSupplies', 'Productos para mascotas', 12472656031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Watches', 'Relojes', 599389031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Apparel', 'Ropa y accesorios', 2846221031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'HealthPersonalCare', 'Salud y cuidado personal', 3677431031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Software', 'Software', 599377031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'KindleStore', 'Tienda Kindle', 818938031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'All', 'Todos los departamentos', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'VideoGames', 'Videojuegos', 599383031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('ES', 'Shoes', 'Zapatos y complementos', 1571263031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'GroceryAndGourmetFood', 'Alimentos y Bebidas', 17608485011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'Automotive', 'Auto', 13848849011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'Baby', 'Bebé', 9482651011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'SportsAndOutdoors', 'Deportes y Aire Libre', 9482661011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'Electronics', 'Electrónicos', 9482559011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'ToolsAndHomeImprovement', 'Herramientas y Mejoras del Hogar', 9482671011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'HomeAndKitchen', 'Hogar y Cocina', 9482594011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'IndustrialAndScientific', 'Industria y ciencia', 11076224011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'MusicalInstruments', 'Instrumentos musicales', 13848859011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'ToysAndGames', 'Juegos y juguetes', 11260442011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'Books', 'Libros', 9298577011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'PetSupplies', 'Mascotas', 11782337011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'Music', 'Música', 9482621011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'OfficeProducts', 'Oficina y Papelería', 9673845011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'MoviesAndTV', 'Películas y Series de TV', 9482630011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'Handmade', 'Productos Handmade', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'Watches', 'Relojes', 9482681011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'Fashion', 'Ropa, Zapatos y Accesorios', 13848838011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'FashionBaby', 'Ropa, Zapatos y Accesorios Bebé', 14092999011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'FashionMen', 'Ropa, Zapatos y Accesorios Hombres', 14093000011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'FashionWomen', 'Ropa, Zapatos y Accesorios Mujeres', 14093002011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'FashionGirls', 'Ropa, Zapatos y Accesorios Niñas', 14093003011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'FashionBoys', 'Ropa, Zapatos y Accesorios Niños', 14093004011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'HealthPersonalCare', 'Salud, Belleza y Cuidado Personal', 9482611011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'Software', 'Software', 9482691011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'KindleStore', 'Tienda Kindle', 6446440011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'All', 'Todos los departamentos', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('MX', 'VideoGames', 'Videojuegos', 9482641011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('BR', 'MobileApps', 'Apps e Jogos', 6563510011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('BR', 'HomeAndKitchen', 'Casa e Cozinha', 16191000011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('BR', 'Computers', 'Computadores e Informática', 16339926011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('BR', 'Electronics', 'Eletrônicos', 16209062011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('BR', 'ToolsAndHomeImprovement', 'Ferramentas e Materiais de Construção', 16957182011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('BR', 'VideoGames', 'Games', 7791986011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('BR', 'Books', 'Livros', 7841278011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('BR', 'KindleStore', 'Loja Kindle', 5308308011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('BR', 'OfficeProducts', 'Material para Escritório e Papelaria', 16957240011, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('BR', 'All', 'Todos os departamentos', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'All', 'All Departments', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'MobileApps', 'Apps & Games', 2544160051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'Automotive', 'Automotive', 4851454051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'Baby', 'Baby', 4851510051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'Beauty', 'Beauty', 4851567051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'Books', 'Books', 4851626051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'Music', 'CDs & Vinyl', 4852330051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'Fashion', 'Clothing & Shoes', 4851856051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'Computers', 'Computers', 4851683051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'Electronics', 'Electronics', 4851799051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'EverythingElse', 'Everything Else', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'GiftCards', 'Gift Cards', 5264049051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'HealthPersonalCare', 'Health, Household & Personal Care', 4851917051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'HomeAndKitchen', 'Home & Kitchen', 4851975051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'ToolsAndHomeImprovement', 'Home Improvement', 4852033051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'KindleStore', 'Kindle Store', 2496751051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'Lighting', 'Lighting', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'Luggage', 'Luggage & Travel Gear', 5130733051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'MoviesAndTV', 'Movies & TV', 4852264051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'PetSupplies', 'Pet Supplies', 5514968051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'Software', 'Software', 4852502051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'SportsAndOutdoors', 'Sports, Fitness & Outdoors', 4852559051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'OfficeProducts', 'Stationery & Office Products', 4852445051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'ToysAndGames', 'Toys & Games', 4851510051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AU', 'VideoGames', 'Video Games', 4852675051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'All', 'All Departments', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'Appliances', 'Appliances', 15149781031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'ArtsAndCrafts', 'Arts, Crafts & Sewing', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'Automotive', 'Automotive Parts & Accessories', 11498031031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'Baby', 'Baby', 11498088031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'Beauty', 'Beauty & Personal Care', 11497860031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'Books', 'Books', 11497688031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'Fashion', 'Clothing, Shoes & Jewelry', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'Computers', 'Computers', 11497745031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'Electronics', 'Electronics', 11601326031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'EverythingElse', 'Everything Else', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'GroceryAndGourmetFood', 'Grocery & Gourmet Food', 15150009031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'HealthPersonalCare', 'Health, Household & Baby Care', 11601441031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'GardenAndOutdoor', 'Home & Garden', 15149895031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'HomeAndKitchen', 'Home & Kitchen', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'Industrial', 'Industrial & Scientific', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'Lighting', 'Lighting', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'MusicalInstruments', 'Musical Instruments', 15150237031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'OfficeProducts', 'Office Products', 15150350031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'PetSupplies', 'Pet Supplies', 15150408031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'Software', 'Software', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'SportsAndOutdoors', 'Sports', 11601213031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'ToolsAndHomeImprovement', 'Tools & Home Improvement', 11601270031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'ToysAndGames', 'Toys & Games', 11497803031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('AE', 'VideoGames', 'Video Games', 11601384031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'All', 'Alle afdelingen', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'Automotive', 'Auto en motor', 16241608031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'Baby', 'Babyproducten', 16241665031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'Beauty', 'Beauty en persoonlijke verzorging', 16241722031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'Books', 'Boeken', 16241780031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'GiftCards', 'Cadeaubonnen', 16241985031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'Music', 'Cd\'s en lp\'s', 16242402031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'Electronics', 'Elektronica', 16269067031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'MoviesAndTV', 'Films en tv', 16242344031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'HealthPersonalCare', 'Gezondheid en persoonlijke verzorging', 16242172031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'PetSupplies', 'Huisdierbenodigdheden', 16242573031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'OfficeProducts', 'Kantoorproducten', 16242516031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'KindleStore', 'Kindle Store', 4541018031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'Fashion', 'Kleding, schoenen en sieraden', 16241836031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'ToolsAndHomeImprovement', 'Klussen en gereedschap', 16242229031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'GroceryAndGourmetFood', 'Levensmiddelen', 16242079031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'MusicalInstruments', 'Muziekinstrumenten', 16242459031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'EverythingElse', 'Overig', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'Software', 'Software', 16242630031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'ToysAndGames', 'Speelgoed en spellen', 16242744031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'SportsAndOutdoors', 'Sport en outdoor', 16242687031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'GardenAndOutdoor', 'Tuin, terras en gazon', 16241928031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'VideoGames', 'Videogames', 16242801031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'HomeAndKitchen', 'Wonen en keuken', 16295908031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('NL', 'Industrial', 'Zakelijk, industrie en wetenschap', 16242288031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SG', 'All', 'All Departments', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SG', 'Automotive', 'Automotive', 6314216051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SG', 'Baby', 'Baby', 6314274051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SG', 'Beauty', 'Beauty & Personal Care', 6314331051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SG', 'Computers', 'Computers', 6436071051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SG', 'Electronics', 'Electronics', 6314450051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SG', 'GroceryAndGourmetFood', 'Grocery', 6314507051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SG', 'HealthPersonalCare', 'Health, Household & Personal Care', 6314573051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SG', 'HomeAndKitchen', 'Home, Kitchen & Dining', 6314631051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SG', 'OfficeProducts', 'Office Products', 6314869051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SG', 'PetSupplies', 'Pet Supplies', 6315297051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SG', 'SportsAndOutdoors', 'Sports & Outdoors', 6314941051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SG', 'ToolsAndHomeImprovement', 'Tools & Home Improvement', 6314688051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SG', 'ToysAndGames', 'Toys & Games', 6315069051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SG', 'VideoGames', 'Video Games', 6315183051, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','All','全部分类','0','','Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Apparel','服饰箱包','2016157051','relevancerank#salesrank#price#-price#reviewrank_authority#-launch-date#-pct-off','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Appliances',' 大家电 ','80208071','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#-launch-date#-pct-off','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Automotive','汽车用品','1947900051','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#-launch-date#-pct-off','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Baby','母婴用品','42693071','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Beauty','美容化妆','746777051','relevancerank#salesrank#price#-price#reviewrank','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Books','图书','658391051','salesrank#pricerank#inverse-pricerank#daterank#titlerank#-titlerank#price#-price#-publication_date#-unit-sales','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Power#Publisher#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Electronics','电子','2016117051','salesrank#price#-price#titlerank#-titlerank#release-date#-release-date#releasedate#-releasedate','Author#Availability#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','GiftCards','礼品卡','311868071','relevancerank#popularityrank#price#-price#reviewrank#-release-date','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Grocery','食品','2127216051','relevancerank#salesrank#price#-price#reviewrank','Availability#Brand#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','HealthPersonalCare','个护健康','852804051','salesrank#price#-price#titlerank#-titlerank#release-date#-release-date#releasedate#-releasedate','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Home','家用','2016127051','relevancerank#salesrank#reviewrank_authority#reviewrank#price#-price','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Neighborhood#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','HomeImprovement','家居装修','1952921051','relevancerank#salesrank#reviewrank_authority#reviewrank#price#-price','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Jewelry','珠宝首饰','816483051','relevancerank#salesrank#reviewrank#price#-price','Availability#ItemPage#Keywords#MerchantId#MinPercentageOff#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','KindleStore','Kindle商店','116088071','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#daterank','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Publisher#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Kitchen','厨具','2016126051','relevancerank#popularityrank#price#-price#reviewrank#-release-date#pct-off','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','MobileApps','应用程序和游戏','146629071','relevancerank#popularityrank#price#-price#reviewrank','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Music','音乐','754387051','salesrank#pricerank#price#-price#-pricerank#titlerank#-titlerank#orig-rel-date#releasedate#-orig-rel-date#-releasedate','Artist#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#ReleaseDate#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','MusicalInstruments','乐器','2127219051','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#date-desc-rank','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','OfficeProducts','办公用品','2127222051','relevancerank#salesrank#price#-price#reviewrank','Availability#Brand#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','PCHardware','电脑/IT','42690071','relevancerank#popularityrank#price#-price#reviewrank#-release-date#pct-off','Author#Availability#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#Publisher#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','PetSupplies','宠物用品','118864071','relevancerank#salesrank#-launch-date#-pct-off#price#-price#reviewrank#reviewrank_authority','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Photo','摄影/摄像','755653051','relevancerank#salesrank#-launch-date#-pct-off#price#-price#reviewrank#reviewrank_authority','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Shoes','鞋靴','2029190051','relevancerank#salesrank#price#-price#reviewrank#reviewrank_authority#-launch-date','Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Software','软件','863873051','salesrank#price#-price#titlerank#-titlerank#release-date#-release-date#releasedate#-releasedate','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','SportingGoods','运动户外休闲','836313051','salesrank#price#-price#titlerank#-titlerank#release-date#-release-date','Availability#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Toys','玩具','647071051','salesrank#price#-price#titlerank#-titlerank#release-date#-release-date#releasedate#-releasedate','Availability#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Video','音像','2016137051','salesrank#pricerank#price#-pricerank#-price#titlerank#-titlerank#orig-rel-date#releasedate#-orig-rel-date#-releasedate','Actor#Availability#Director#ItemPage#Keywords#MaximumPrice#MerchantId#MinPercentageOff #MinimumPrice#Publisher#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','VideoGames','游戏/娱乐','897416051','salesrank#price#-price#titlerank#-titlerank#release-date#-release-date#releasedate#-releasedate','Author#Availability#Brand#ItemPage#Keywords#Manufacturer#MaximumPrice#MerchantId#MinPercentageOff#MinimumPrice#ReleaseDate#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('CN','Watches','钟表','1953165051','salesrank#price#-price#titlerank#-titlerank','Availability#ItemPage#Keywords#MerchantId#MinPercentageOff #Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SA', 'All', 'All Departments', 0, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SA', 'Automotive', 'Automotive', 12462878031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SA', 'Baby', 'Baby', 12462935031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SA', 'Beauty', 'Beauty & Personal Care', 12462992031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SA', 'Electronics', 'Electronics', 12463163031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SA', 'GroceryAndGourmetFood', 'Grocery', 16636904031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SA', 'OfficeProducts', 'Office Products', 16637246031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SA', 'PetSupplies', 'Pet Supplies', 16637303031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SA', 'ToolsAndHomeImprovement', 'Tools & Home Improvement', 12463391031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SA', 'ToysAndGames', 'Toys & Games', 12463619031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) VALUES ('SA', 'VideoGames', 'Video Games', 12463676031, 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'All', 'Alla avdelningar', '0', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'Automotive', 'Delar och tillbehör till bilar', '20512453031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'Baby', 'Baby', '20512510031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'Beauty', 'Skönhet och kroppsvård', '20512567031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'Books', 'Böcker', '20512624031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'Electronics', 'Elektronik', '20512681031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'Fashion', 'Kläder, skor och smycken', '20512738031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'GroceryAndGourmetFood', 'Livsmedel och gourmetmat', '-1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'HealthPersonalCare', 'Hälsa, hushåll och barnvård', '20512966031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'HomeAndKitchen', 'Hem', '20513023031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'MoviesAndTV', 'Filmer och TV', '20513194031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'Music', 'CD och vinyl', '20513251031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'OfficeProducts', 'Kontorsprodukter', '20513365031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'PetSupplies', 'Husdjursprodukter', '20513422031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'SportsAndOutdoors', 'Sport och outdoor', '20513536031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'ToolsAndHomeImprovement', 'Verktyg och husrenovering', '20513080031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'ToysAndGames', 'Leksaker och spel', '20513593031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('SE', 'VideoGames', 'Videospel', '20513650031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('TR', 'All', 'Tüm Kategoriler', '0', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('TR', 'Baby', 'Bebek', '12466208031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('TR', 'Books', 'Kitaplar', '12466380031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('TR', 'Computers', 'Bilgisayarlar', '12466439031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('TR', 'Electronics', 'Elektronik', '12466496031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('TR', 'EverythingElse', 'Diğer Her Şey', '-1', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('TR', 'Fashion', 'Moda', '12466553031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('TR', 'HomeAndKitchen', 'Ev ve Mutfak', '12466781031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('TR', 'OfficeProducts', 'Ofis Ürünleri', '12467009031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('TR', 'SportsAndOutdoors', 'Spor', '12467068031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('TR', 'ToolsAndHomeImprovement', 'Yapı Market', '12466724031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('TR', 'ToysAndGames', 'Oyuncaklar ve Oyunlar', '12467126031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('TR', 'VideoGames', 'PC ve Video Oyunları', '12467183031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'All', 'Wszystkie kategorie', '0', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'ArtsAndCrafts', 'Arts & crafts', '20656845031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'Automotive', 'Motoryzacja', '20656962031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'Baby', 'Dziecko', '20657079031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'Beauty', 'Uroda', '20657196031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'Books', 'Książki', '20657314031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'Electronics', 'Elektronika', '20657433031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'Fashion', 'Odzież, obuwie i akcesoria', '20657552031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'GardenAndOutdoor', 'Ogród', '20657670031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'GiftCards', 'Karty podarunkowe', '20657800031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'HealthPersonalCare', 'Zdrowie i gospodarstwo domowe', '20658036031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'HomeAndKitchen', 'Dom i kuchnia', '20658155031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'Industrial', 'Biznes, przemysł i nauka', '20658725031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'MoviesAndTV', 'Filmy i programy TV', '20658842031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'Music', 'Muzyka', '20658959031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'MusicalInstruments', 'Instrumenty muzyczne', '20659076031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'OfficeProducts', 'Biuro', '20659193031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'PetSupplies', 'Zwierzęta', '20659310031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'Software', 'Oprogramowanie', '20659427031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'SportsAndOutdoors', 'Sport i turystyka', '20659544031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'ToolsAndHomeImprovement', 'Renowacja domu', '20658608031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'ToysAndGames', 'Zabawki i gry', '20659661031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_amz_locale_reference`] insert ignore into `wp_amz_locale_reference` (`country`, `searchIndex`, `department`, `browseNode`, `sortValues`, `itemSearchParams`) values('PL', 'VideoGames', 'Gry wideo', '20659778031', 'AvgCustomerReviews#Featured#NewestArrivals#PriceHighToLow#PriceLowToHigh#Relevance', 'Actor#Artist#Author#Availability#Brand#BrowseNode#Condition#CurrencyOfPreference#DeliveryFlags#LanguagesOfPreference#MaxPrice#Merchant#MinPrice#MinReviewsRating#MinSavingPercent#Sort#Title');
WordPress database error: [UPDATE command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_options`] update wp_options set option_value = 'a:54:{i:1728863442;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1728869620;a:1:{s:27:\"WooZone_syncwidget_products\";a:1:{s:32:\"b35b57dd4596ed3005a088068023f579\";a:3:{s:8:\"schedule\";s:12:\"WooZone_1min\";s:4:\"args\";a:1:{i:0;s:19:\"syncwidget_products\";}s:8:\"interval\";i:60;}}}i:1728869636;a:1:{s:21:\"WooZone_unblock_crons\";a:1:{s:32:\"a20a07ce2c2c97de4e9da87c13e07d5f\";a:3:{s:8:\"schedule\";s:13:\"WooZone_10min\";s:4:\"args\";a:1:{i:0;s:13:\"unblock_crons\";}s:8:\"interval\";i:600;}}}i:1728869637;a:1:{s:25:\"WooZone_autoimport_search\";a:1:{s:32:\"e25ab9e1f7d5242f20c82431b61bedce\";a:3:{s:8:\"schedule\";s:12:\"WooZone_5min\";s:4:\"args\";a:1:{i:0;s:17:\"autoimport_search\";}s:8:\"interval\";i:300;}}}i:1728869650;a:1:{s:21:\"WooZone_sync_products\";a:1:{s:32:\"59e8d82e52f5a878f3e6a50a254a6f2f\";a:3:{s:8:\"schedule\";s:12:\"WooZone_2min\";s:4:\"args\";a:1:{i:0;s:13:\"sync_products\";}s:8:\"interval\";i:120;}}}i:1728869689;a:1:{s:24:\"WooZone_autoimport_queue\";a:1:{s:32:\"65c8924e396509786638d88b0ad30331\";a:3:{s:8:\"schedule\";s:12:\"WooZone_3min\";s:4:\"args\";a:1:{i:0;s:16:\"autoimport_queue\";}s:8:\"interval\";i:180;}}}i:1728869707;a:1:{s:17:\"jetpack_sync_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:21:\"jetpack_sync_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1728869874;a:1:{s:22:\"jetpack_sync_full_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:21:\"jetpack_sync_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1728870034;a:1:{s:33:\"wc_admin_process_orders_milestone\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1728870043;a:1:{s:40:\"woodmart_wishlist_send_promotional_email\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1728870116;a:1:{s:29:\"wc_admin_unsnooze_admin_notes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1728870148;a:2:{s:27:\"WooZone_sync_products_cycle\";a:1:{s:32:\"4306d9cdb4f14917e46b190098163010\";a:3:{s:8:\"schedule\";s:13:\"WooZone_30min\";s:4:\"args\";a:1:{i:0;s:19:\"sync_products_cycle\";}s:8:\"interval\";i:1800;}}s:14:\"WooZone_report\";a:1:{s:32:\"df83978237ac8ed4e45a89f179c5d0d0\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:1:{i:0;s:6:\"report\";}s:8:\"interval\";i:3600;}}}i:1728870176;a:1:{s:33:\"WooZone_syncwidget_products_cycle\";a:1:{s:32:\"3b933cce5a3d9f6e4df3e92dc1764778\";a:3:{s:8:\"schedule\";s:13:\"WooZone_15min\";s:4:\"args\";a:1:{i:0;s:25:\"syncwidget_products_cycle\";}s:8:\"interval\";i:900;}}}i:1728870228;a:1:{s:24:\"WooZone_sync_products_gc\";a:1:{s:32:\"ab11a23fdd5dd78cc3ebd288c776b8dd\";a:3:{s:8:\"schedule\";s:13:\"WooZone_30min\";s:4:\"args\";a:1:{i:0;s:16:\"sync_products_gc\";}s:8:\"interval\";i:1800;}}}i:1728872382;a:1:{s:49:\"puc_cron_check_updates-hostinger-affiliate-plugin\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1728872404;a:1:{s:29:\"validate_woopay_compatibility\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1728872519;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1728873174;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1728873179;a:1:{s:32:\"woocommerce_cancel_unpaid_orders\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1728874252;a:1:{s:35:\"puc_cron_check_updates-wp-automatic\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1728874461;a:1:{s:41:\"googlesitekit_cron_update_remote_features\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1728878141;a:1:{s:40:\"woocommerce_marketplace_fetch_promotions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1728895544;a:1:{s:28:\"wp_1_wc_privacy_cleanup_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:37:\"wp_1_wc_privacy_cleanup_cron_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1728898337;a:2:{s:24:\"woocommerce_cleanup_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:31:\"woocommerce_cleanup_rate_limits\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1728901972;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1728902022;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1728905716;a:1:{s:35:\"rank_math/content-ai/update_prompts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1728909137;a:1:{s:28:\"woocommerce_cleanup_sessions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1728938262;a:1:{s:15:\"itsec_cron_test\";a:1:{s:32:\"b3f9c4839b9e24f4c6ad7075a4f335a1\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:1728938262;}}}}i:1728945172;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1728945174;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1728945222;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1728945346;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1728945397;a:1:{s:28:\"elementor/tracker/send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1728945539;a:1:{s:14:\"wc_admin_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1728945540;a:1:{s:20:\"jetpack_v2_heartbeat\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1728950400;a:3:{s:35:\"rank_math/redirection/clean_trashed\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:30:\"rank_math/links/internal_links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:18:\"breeze_purge_cache\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:19:\"breeze_varnish_time\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1728969613;a:1:{s:32:\"wc_connect_fetch_service_schemas\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1728969635;a:1:{s:24:\"jp_purge_transients_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1728973947;a:2:{s:33:\"woocommerce_cleanup_personal_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:30:\"woocommerce_tracker_send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1728977881;a:1:{s:20:\"jp_sitemap_cron_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1728980092;a:1:{s:26:\"wpcode_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1729031572;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1729065406;a:1:{s:12:\"rop_cron_job\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:4:\"5min\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1729095297;a:1:{s:29:\"jetpack_waf_rules_update_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1729096059;a:1:{s:20:\"jp_sitemap_cron_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:16:\"sitemap-interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1729123200;a:1:{s:27:\"woocommerce_scheduled_sales\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1729126217;a:1:{s:36:\"wp_rest_cache_cleanup_deleted_caches\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1729137246;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1729137263;a:1:{s:17:\"wp_automatic_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:13:\"once_a_minute\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1729137546;a:1:{s:27:\"rank_math/sitemap/hit_index\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1729185763;a:1:{s:50:\"googlesitekit_cron_synchronize_adsense_linked_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1729924397;a:1:{s:25:\"woocommerce_geoip_updater\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:11:\"fifteendays\";s:4:\"args\";a:0:{}s:8:\"interval\";i:1296000;}}}s:7:\"version\";i:2;}' where 1=1 and option_id = '106';
WordPress database error: [INSERT, UPDATE command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_options`] INSERT INTO `wp_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`)
WordPress database error: [INSERT, UPDATE command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_options`] INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('WooZone_db_version', '13.8.2', 'auto') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
WordPress database error: [INSERT, UPDATE command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_options`] INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('wcpay_account_data', 'a:3:{s:4:\"data\";a:46:{s:10:\"account_id\";s:21:\"acct_1M89FSCLXcPLcd71\";s:5:\"email\";s:23:\"sanyadaniel86@yahoo.com\";s:20:\"live_publishable_key\";s:107:\"pk_live_51ETDmyFuiXB5oUVxaIafkGPnwuNcBxr1pXVhvLJ4BrWuiqfG6SldjatOGLQhuqXnDmgqwRA7tDoSFlbY4wFji7KR0079TvtxNs\";s:20:\"test_publishable_key\";s:107:\"pk_test_51ETDmyFuiXB5oUVxwSobQMW5Tno1GclIq7ePZWzLeW4q8oa7Zb8hI5VfwI5sNT5nXuKYinLukNvGCXmsQXAoDGHG00MqHqlYHR\";s:7:\"is_live\";b:1;s:13:\"is_test_drive\";b:0;s:7:\"created\";s:19:\"2022-11-25 21:15:52\";s:24:\"has_pending_requirements\";b:0;s:23:\"has_future_requirements\";b:0;s:24:\"has_overdue_requirements\";b:0;s:17:\"details_submitted\";b:1;s:16:\"current_deadline\";N;s:6:\"status\";s:8:\"complete\";s:12:\"capabilities\";a:20:{s:19:\"bancontact_payments\";s:6:\"active\";s:13:\"card_payments\";s:6:\"active\";s:12:\"eps_payments\";s:6:\"active\";s:16:\"giropay_payments\";s:6:\"active\";s:14:\"ideal_payments\";s:6:\"active\";s:12:\"p24_payments\";s:6:\"active\";s:15:\"sofort_payments\";s:6:\"active\";s:9:\"transfers\";s:6:\"active\";s:13:\"alma_payments\";s:11:\"unrequested\";s:22:\"bank_transfer_payments\";s:11:\"unrequested\";s:13:\"blik_payments\";s:11:\"unrequested\";s:25:\"cartes_bancaires_payments\";s:11:\"unrequested\";s:6:\"klarna\";s:11:\"unrequested\";s:15:\"klarna_payments\";s:11:\"unrequested\";s:13:\"link_payments\";s:11:\"unrequested\";s:18:\"mobilepay_payments\";s:11:\"unrequested\";s:19:\"multibanco_payments\";s:11:\"unrequested\";s:27:\"sepa_bank_transfer_payments\";s:11:\"unrequested\";s:19:\"sepa_debit_payments\";s:11:\"unrequested\";s:14:\"twint_payments\";s:11:\"unrequested\";}s:23:\"capability_requirements\";a:20:{s:13:\"alma_payments\";a:0:{}s:19:\"bancontact_payments\";a:0:{}s:22:\"bank_transfer_payments\";a:0:{}s:13:\"blik_payments\";a:0:{}s:13:\"card_payments\";a:0:{}s:25:\"cartes_bancaires_payments\";a:0:{}s:12:\"eps_payments\";a:0:{}s:16:\"giropay_payments\";a:0:{}s:14:\"ideal_payments\";a:0:{}s:6:\"klarna\";a:0:{}s:15:\"klarna_payments\";a:0:{}s:13:\"link_payments\";a:0:{}s:18:\"mobilepay_payments\";a:0:{}s:19:\"multibanco_payments\";a:0:{}s:12:\"p24_payments\";a:0:{}s:27:\"sepa_bank_transfer_payments\";a:0:{}s:19:\"sepa_debit_payments\";a:0:{}s:15:\"sofort_payments\";a:0:{}s:9:\"transfers\";a:0:{}s:14:\"twint_payments\";a:0:{}}s:16:\"payments_enabled\";b:1;s:8:\"deposits\";a:9:{s:6:\"status\";s:7:\"enabled\";s:12:\"restrictions\";s:21:\"deposits_unrestricted\";s:8:\"interval\";s:5:\"daily\";s:13:\"weekly_anchor\";s:0:\"\";s:14:\"monthly_anchor\";N;s:10:\"delay_days\";i:3;s:24:\"completed_waiting_period\";b:0;s:30:\"minimum_manual_deposit_amounts\";a:19:{s:3:\"aud\";i:500;s:3:\"bgn\";i:100;s:3:\"cad\";i:500;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:5000;s:3:\"eur\";i:500;s:3:\"gbp\";i:500;s:3:\"hkd\";i:5000;s:3:\"huf\";i:36000;s:3:\"nok\";i:5000;s:3:\"nzd\";i:500;s:3:\"jpy\";i:50;s:3:\"sek\";i:5000;s:3:\"sgd\";i:500;s:3:\"usd\";i:500;s:3:\"ron\";i:500;s:3:\"pln\";i:500;s:3:\"aed\";i:200;}s:33:\"minimum_scheduled_deposit_amounts\";a:19:{s:3:\"aed\";i:200;s:3:\"aud\";i:0;s:3:\"bgn\";i:100;s:3:\"cad\";i:0;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:2000;s:3:\"eur\";i:100;s:3:\"gbp\";i:100;s:3:\"hkd\";i:0;s:3:\"huf\";i:36000;s:3:\"jpy\";i:1;s:3:\"nok\";i:2000;s:3:\"nzd\";i:0;s:3:\"pln\";i:500;s:3:\"ron\";i:500;s:3:\"sek\";i:2000;s:3:\"sgd\";i:100;s:3:\"usd\";i:0;}}s:29:\"lifetime_total_payment_volume\";i:0;s:12:\"requirements\";a:1:{s:6:\"errors\";a:0:{}}s:20:\"statement_descriptor\";s:14:\"RETURNDAYS.COM\";s:26:\"statement_descriptor_kanji\";s:0:\"\";s:25:\"statement_descriptor_kana\";s:0:\"\";s:20:\"latest_tos_agreement\";a:3:{s:4:\"date\";s:19:\"2022-11-25 21:15:52\";s:6:\"source\";s:6:\"signup\";s:18:\"is_current_version\";b:1;}s:4:\"fees\";a:10:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}s:4:\"card\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.02;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.02;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:10:\"bancontact\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:3:\"eps\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.018;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:5:\"ideal\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:29;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:7:\"giropay\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:3:\"p24\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.022;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:6:\"sofort\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:6:\"klarna\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.0499;s:10:\"fixed_rate\";i:40;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}}s:7:\"capital\";a:3:{s:15:\"has_active_loan\";b:0;s:18:\"has_previous_loans\";b:0;s:5:\"loans\";a:0:{}}s:14:\"fraud_services\";a:2:{s:6:\"stripe\";a:0:{}s:4:\"sift\";a:2:{s:10:\"beacon_key\";s:10:\"affbdadb36\";s:18:\"sandbox_beacon_key\";s:10:\"6ad0ad748b\";}}s:16:\"store_currencies\";a:2:{s:7:\"default\";s:3:\"eur\";s:9:\"supported\";a:1:{i:0;s:3:\"eur\";}}s:19:\"customer_currencies\";a:1:{s:9:\"supported\";a:134:{i:0;s:3:\"usd\";i:1;s:3:\"aed\";i:2;s:3:\"afn\";i:3;s:3:\"all\";i:4;s:3:\"amd\";i:5;s:3:\"ang\";i:6;s:3:\"aoa\";i:7;s:3:\"ars\";i:8;s:3:\"aud\";i:9;s:3:\"awg\";i:10;s:3:\"azn\";i:11;s:3:\"bam\";i:12;s:3:\"bbd\";i:13;s:3:\"bdt\";i:14;s:3:\"bgn\";i:15;s:3:\"bif\";i:16;s:3:\"bmd\";i:17;s:3:\"bnd\";i:18;s:3:\"bob\";i:19;s:3:\"brl\";i:20;s:3:\"bsd\";i:21;s:3:\"bwp\";i:22;s:3:\"byn\";i:23;s:3:\"bzd\";i:24;s:3:\"cad\";i:25;s:3:\"cdf\";i:26;s:3:\"chf\";i:27;s:3:\"clp\";i:28;s:3:\"cny\";i:29;s:3:\"cop\";i:30;s:3:\"crc\";i:31;s:3:\"cve\";i:32;s:3:\"czk\";i:33;s:3:\"djf\";i:34;s:3:\"dkk\";i:35;s:3:\"dop\";i:36;s:3:\"dzd\";i:37;s:3:\"egp\";i:38;s:3:\"etb\";i:39;s:3:\"eur\";i:40;s:3:\"fjd\";i:41;s:3:\"fkp\";i:42;s:3:\"gbp\";i:43;s:3:\"gel\";i:44;s:3:\"gip\";i:45;s:3:\"gmd\";i:46;s:3:\"gnf\";i:47;s:3:\"gtq\";i:48;s:3:\"gyd\";i:49;s:3:\"hkd\";i:50;s:3:\"hnl\";i:51;s:3:\"htg\";i:52;s:3:\"huf\";i:53;s:3:\"idr\";i:54;s:3:\"ils\";i:55;s:3:\"inr\";i:56;s:3:\"isk\";i:57;s:3:\"jmd\";i:58;s:3:\"jpy\";i:59;s:3:\"kes\";i:60;s:3:\"kgs\";i:61;s:3:\"khr\";i:62;s:3:\"kmf\";i:63;s:3:\"krw\";i:64;s:3:\"kyd\";i:65;s:3:\"kzt\";i:66;s:3:\"lak\";i:67;s:3:\"lbp\";i:68;s:3:\"lkr\";i:69;s:3:\"lrd\";i:70;s:3:\"lsl\";i:71;s:3:\"mad\";i:72;s:3:\"mdl\";i:73;s:3:\"mga\";i:74;s:3:\"mkd\";i:75;s:3:\"mmk\";i:76;s:3:\"mnt\";i:77;s:3:\"mop\";i:78;s:3:\"mur\";i:79;s:3:\"mvr\";i:80;s:3:\"mwk\";i:81;s:3:\"mxn\";i:82;s:3:\"myr\";i:83;s:3:\"mzn\";i:84;s:3:\"nad\";i:85;s:3:\"ngn\";i:86;s:3:\"nio\";i:87;s:3:\"nok\";i:88;s:3:\"npr\";i:89;s:3:\"nzd\";i:90;s:3:\"pab\";i:91;s:3:\"pen\";i:92;s:3:\"pgk\";i:93;s:3:\"php\";i:94;s:3:\"pkr\";i:95;s:3:\"pln\";i:96;s:3:\"pyg\";i:97;s:3:\"qar\";i:98;s:3:\"ron\";i:99;s:3:\"rsd\";i:100;s:3:\"rub\";i:101;s:3:\"rwf\";i:102;s:3:\"sar\";i:103;s:3:\"sbd\";i:104;s:3:\"scr\";i:105;s:3:\"sek\";i:106;s:3:\"sgd\";i:107;s:3:\"shp\";i:108;s:3:\"sle\";i:109;s:3:\"sos\";i:110;s:3:\"srd\";i:111;s:3:\"std\";i:112;s:3:\"szl\";i:113;s:3:\"thb\";i:114;s:3:\"tjs\";i:115;s:3:\"top\";i:116;s:3:\"try\";i:117;s:3:\"ttd\";i:118;s:3:\"twd\";i:119;s:3:\"tzs\";i:120;s:3:\"uah\";i:121;s:3:\"ugx\";i:122;s:3:\"uyu\";i:123;s:3:\"uzs\";i:124;s:3:\"vnd\";i:125;s:3:\"vuv\";i:126;s:3:\"wst\";i:127;s:3:\"xaf\";i:128;s:3:\"xcd\";i:129;s:3:\"xof\";i:130;s:3:\"xpf\";i:131;s:3:\"yer\";i:132;s:3:\"zar\";i:133;s:3:\"zmw\";}}s:7:\"country\";s:2:\"FR\";s:25:\"instant_deposits_eligible\";b:0;s:21:\"card_present_eligible\";b:0;s:26:\"has_card_readers_available\";b:0;s:26:\"platform_checkout_eligible\";b:0;s:33:\"platform_direct_checkout_eligible\";b:0;s:37:\"platform_global_theme_support_enabled\";b:0;s:16:\"business_profile\";a:5:{s:4:\"name\";s:10:\"returndays\";s:3:\"url\";s:22:\"https://returndays.com\";s:15:\"support_address\";a:0:{}s:13:\"support_email\";s:26:\"returndaysgaming@gmail.com\";s:13:\"support_phone\";N;}s:8:\"branding\";a:4:{s:4:\"icon\";N;s:4:\"logo\";N;s:13:\"primary_color\";N;s:15:\"secondary_color\";N;}s:6:\"locale\";s:5:\"en_US\";s:22:\"has_more_failed_events\";b:0;s:22:\"has_submitted_vat_data\";b:0;s:20:\"is_documents_enabled\";b:1;s:32:\"card_testing_protection_eligible\";b:0;s:22:\"progressive_onboarding\";a:5:{s:10:\"is_enabled\";b:0;s:11:\"is_complete\";b:0;s:3:\"tpv\";N;s:22:\"first_transaction_date\";N;s:17:\"kyc_deadline_date\";N;}s:25:\"fraud_mitigation_settings\";a:2:{s:17:\"avs_check_enabled\";b:0;s:17:\"cvc_check_enabled\";b:1;}s:39:\"is_deferred_intent_creation_upe_enabled\";b:1;s:22:\"pre_check_save_my_info\";b:0;}s:7:\"fetched\";i:1730828196;s:7:\"errored\";b:0;}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
WordPress database error: [INSERT, UPDATE command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_options`] INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('wcpay_account_data', 'a:3:{s:4:\"data\";a:46:{s:10:\"account_id\";s:21:\"acct_1M89FSCLXcPLcd71\";s:5:\"email\";s:23:\"sanyadaniel86@yahoo.com\";s:20:\"live_publishable_key\";s:107:\"pk_live_51ETDmyFuiXB5oUVxaIafkGPnwuNcBxr1pXVhvLJ4BrWuiqfG6SldjatOGLQhuqXnDmgqwRA7tDoSFlbY4wFji7KR0079TvtxNs\";s:20:\"test_publishable_key\";s:107:\"pk_test_51ETDmyFuiXB5oUVxwSobQMW5Tno1GclIq7ePZWzLeW4q8oa7Zb8hI5VfwI5sNT5nXuKYinLukNvGCXmsQXAoDGHG00MqHqlYHR\";s:7:\"is_live\";b:1;s:13:\"is_test_drive\";b:0;s:7:\"created\";s:19:\"2022-11-25 21:15:52\";s:24:\"has_pending_requirements\";b:0;s:23:\"has_future_requirements\";b:0;s:24:\"has_overdue_requirements\";b:0;s:17:\"details_submitted\";b:1;s:16:\"current_deadline\";N;s:6:\"status\";s:8:\"complete\";s:12:\"capabilities\";a:20:{s:19:\"bancontact_payments\";s:6:\"active\";s:13:\"card_payments\";s:6:\"active\";s:12:\"eps_payments\";s:6:\"active\";s:16:\"giropay_payments\";s:6:\"active\";s:14:\"ideal_payments\";s:6:\"active\";s:12:\"p24_payments\";s:6:\"active\";s:15:\"sofort_payments\";s:6:\"active\";s:9:\"transfers\";s:6:\"active\";s:13:\"alma_payments\";s:11:\"unrequested\";s:22:\"bank_transfer_payments\";s:11:\"unrequested\";s:13:\"blik_payments\";s:11:\"unrequested\";s:25:\"cartes_bancaires_payments\";s:11:\"unrequested\";s:6:\"klarna\";s:11:\"unrequested\";s:15:\"klarna_payments\";s:11:\"unrequested\";s:13:\"link_payments\";s:11:\"unrequested\";s:18:\"mobilepay_payments\";s:11:\"unrequested\";s:19:\"multibanco_payments\";s:11:\"unrequested\";s:27:\"sepa_bank_transfer_payments\";s:11:\"unrequested\";s:19:\"sepa_debit_payments\";s:11:\"unrequested\";s:14:\"twint_payments\";s:11:\"unrequested\";}s:23:\"capability_requirements\";a:20:{s:13:\"alma_payments\";a:0:{}s:19:\"bancontact_payments\";a:0:{}s:22:\"bank_transfer_payments\";a:0:{}s:13:\"blik_payments\";a:0:{}s:13:\"card_payments\";a:0:{}s:25:\"cartes_bancaires_payments\";a:0:{}s:12:\"eps_payments\";a:0:{}s:16:\"giropay_payments\";a:0:{}s:14:\"ideal_payments\";a:0:{}s:6:\"klarna\";a:0:{}s:15:\"klarna_payments\";a:0:{}s:13:\"link_payments\";a:0:{}s:18:\"mobilepay_payments\";a:0:{}s:19:\"multibanco_payments\";a:0:{}s:12:\"p24_payments\";a:0:{}s:27:\"sepa_bank_transfer_payments\";a:0:{}s:19:\"sepa_debit_payments\";a:0:{}s:15:\"sofort_payments\";a:0:{}s:9:\"transfers\";a:0:{}s:14:\"twint_payments\";a:0:{}}s:16:\"payments_enabled\";b:1;s:8:\"deposits\";a:9:{s:6:\"status\";s:7:\"enabled\";s:12:\"restrictions\";s:21:\"deposits_unrestricted\";s:8:\"interval\";s:5:\"daily\";s:13:\"weekly_anchor\";s:0:\"\";s:14:\"monthly_anchor\";N;s:10:\"delay_days\";i:3;s:24:\"completed_waiting_period\";b:0;s:30:\"minimum_manual_deposit_amounts\";a:19:{s:3:\"aud\";i:500;s:3:\"bgn\";i:100;s:3:\"cad\";i:500;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:5000;s:3:\"eur\";i:500;s:3:\"gbp\";i:500;s:3:\"hkd\";i:5000;s:3:\"huf\";i:36000;s:3:\"nok\";i:5000;s:3:\"nzd\";i:500;s:3:\"jpy\";i:50;s:3:\"sek\";i:5000;s:3:\"sgd\";i:500;s:3:\"usd\";i:500;s:3:\"ron\";i:500;s:3:\"pln\";i:500;s:3:\"aed\";i:200;}s:33:\"minimum_scheduled_deposit_amounts\";a:19:{s:3:\"aed\";i:200;s:3:\"aud\";i:0;s:3:\"bgn\";i:100;s:3:\"cad\";i:0;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:2000;s:3:\"eur\";i:100;s:3:\"gbp\";i:100;s:3:\"hkd\";i:0;s:3:\"huf\";i:36000;s:3:\"jpy\";i:1;s:3:\"nok\";i:2000;s:3:\"nzd\";i:0;s:3:\"pln\";i:500;s:3:\"ron\";i:500;s:3:\"sek\";i:2000;s:3:\"sgd\";i:100;s:3:\"usd\";i:0;}}s:29:\"lifetime_total_payment_volume\";i:0;s:12:\"requirements\";a:1:{s:6:\"errors\";a:0:{}}s:20:\"statement_descriptor\";s:14:\"RETURNDAYS.COM\";s:26:\"statement_descriptor_kanji\";s:0:\"\";s:25:\"statement_descriptor_kana\";s:0:\"\";s:20:\"latest_tos_agreement\";a:3:{s:4:\"date\";s:19:\"2022-11-25 21:15:52\";s:6:\"source\";s:6:\"signup\";s:18:\"is_current_version\";b:1;}s:4:\"fees\";a:10:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}s:4:\"card\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.02;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.02;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:10:\"bancontact\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:3:\"eps\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.018;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:5:\"ideal\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:29;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:7:\"giropay\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:3:\"p24\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.022;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:6:\"sofort\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:6:\"klarna\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.0499;s:10:\"fixed_rate\";i:40;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}}s:7:\"capital\";a:3:{s:15:\"has_active_loan\";b:0;s:18:\"has_previous_loans\";b:0;s:5:\"loans\";a:0:{}}s:14:\"fraud_services\";a:2:{s:6:\"stripe\";a:0:{}s:4:\"sift\";a:2:{s:10:\"beacon_key\";s:10:\"affbdadb36\";s:18:\"sandbox_beacon_key\";s:10:\"6ad0ad748b\";}}s:16:\"store_currencies\";a:2:{s:7:\"default\";s:3:\"eur\";s:9:\"supported\";a:1:{i:0;s:3:\"eur\";}}s:19:\"customer_currencies\";a:1:{s:9:\"supported\";a:134:{i:0;s:3:\"usd\";i:1;s:3:\"aed\";i:2;s:3:\"afn\";i:3;s:3:\"all\";i:4;s:3:\"amd\";i:5;s:3:\"ang\";i:6;s:3:\"aoa\";i:7;s:3:\"ars\";i:8;s:3:\"aud\";i:9;s:3:\"awg\";i:10;s:3:\"azn\";i:11;s:3:\"bam\";i:12;s:3:\"bbd\";i:13;s:3:\"bdt\";i:14;s:3:\"bgn\";i:15;s:3:\"bif\";i:16;s:3:\"bmd\";i:17;s:3:\"bnd\";i:18;s:3:\"bob\";i:19;s:3:\"brl\";i:20;s:3:\"bsd\";i:21;s:3:\"bwp\";i:22;s:3:\"byn\";i:23;s:3:\"bzd\";i:24;s:3:\"cad\";i:25;s:3:\"cdf\";i:26;s:3:\"chf\";i:27;s:3:\"clp\";i:28;s:3:\"cny\";i:29;s:3:\"cop\";i:30;s:3:\"crc\";i:31;s:3:\"cve\";i:32;s:3:\"czk\";i:33;s:3:\"djf\";i:34;s:3:\"dkk\";i:35;s:3:\"dop\";i:36;s:3:\"dzd\";i:37;s:3:\"egp\";i:38;s:3:\"etb\";i:39;s:3:\"eur\";i:40;s:3:\"fjd\";i:41;s:3:\"fkp\";i:42;s:3:\"gbp\";i:43;s:3:\"gel\";i:44;s:3:\"gip\";i:45;s:3:\"gmd\";i:46;s:3:\"gnf\";i:47;s:3:\"gtq\";i:48;s:3:\"gyd\";i:49;s:3:\"hkd\";i:50;s:3:\"hnl\";i:51;s:3:\"htg\";i:52;s:3:\"huf\";i:53;s:3:\"idr\";i:54;s:3:\"ils\";i:55;s:3:\"inr\";i:56;s:3:\"isk\";i:57;s:3:\"jmd\";i:58;s:3:\"jpy\";i:59;s:3:\"kes\";i:60;s:3:\"kgs\";i:61;s:3:\"khr\";i:62;s:3:\"kmf\";i:63;s:3:\"krw\";i:64;s:3:\"kyd\";i:65;s:3:\"kzt\";i:66;s:3:\"lak\";i:67;s:3:\"lbp\";i:68;s:3:\"lkr\";i:69;s:3:\"lrd\";i:70;s:3:\"lsl\";i:71;s:3:\"mad\";i:72;s:3:\"mdl\";i:73;s:3:\"mga\";i:74;s:3:\"mkd\";i:75;s:3:\"mmk\";i:76;s:3:\"mnt\";i:77;s:3:\"mop\";i:78;s:3:\"mur\";i:79;s:3:\"mvr\";i:80;s:3:\"mwk\";i:81;s:3:\"mxn\";i:82;s:3:\"myr\";i:83;s:3:\"mzn\";i:84;s:3:\"nad\";i:85;s:3:\"ngn\";i:86;s:3:\"nio\";i:87;s:3:\"nok\";i:88;s:3:\"npr\";i:89;s:3:\"nzd\";i:90;s:3:\"pab\";i:91;s:3:\"pen\";i:92;s:3:\"pgk\";i:93;s:3:\"php\";i:94;s:3:\"pkr\";i:95;s:3:\"pln\";i:96;s:3:\"pyg\";i:97;s:3:\"qar\";i:98;s:3:\"ron\";i:99;s:3:\"rsd\";i:100;s:3:\"rub\";i:101;s:3:\"rwf\";i:102;s:3:\"sar\";i:103;s:3:\"sbd\";i:104;s:3:\"scr\";i:105;s:3:\"sek\";i:106;s:3:\"sgd\";i:107;s:3:\"shp\";i:108;s:3:\"sle\";i:109;s:3:\"sos\";i:110;s:3:\"srd\";i:111;s:3:\"std\";i:112;s:3:\"szl\";i:113;s:3:\"thb\";i:114;s:3:\"tjs\";i:115;s:3:\"top\";i:116;s:3:\"try\";i:117;s:3:\"ttd\";i:118;s:3:\"twd\";i:119;s:3:\"tzs\";i:120;s:3:\"uah\";i:121;s:3:\"ugx\";i:122;s:3:\"uyu\";i:123;s:3:\"uzs\";i:124;s:3:\"vnd\";i:125;s:3:\"vuv\";i:126;s:3:\"wst\";i:127;s:3:\"xaf\";i:128;s:3:\"xcd\";i:129;s:3:\"xof\";i:130;s:3:\"xpf\";i:131;s:3:\"yer\";i:132;s:3:\"zar\";i:133;s:3:\"zmw\";}}s:7:\"country\";s:2:\"FR\";s:25:\"instant_deposits_eligible\";b:0;s:21:\"card_present_eligible\";b:0;s:26:\"has_card_readers_available\";b:0;s:26:\"platform_checkout_eligible\";b:0;s:33:\"platform_direct_checkout_eligible\";b:0;s:37:\"platform_global_theme_support_enabled\";b:0;s:16:\"business_profile\";a:5:{s:4:\"name\";s:10:\"returndays\";s:3:\"url\";s:22:\"https://returndays.com\";s:15:\"support_address\";a:0:{}s:13:\"support_email\";s:26:\"returndaysgaming@gmail.com\";s:13:\"support_phone\";N;}s:8:\"branding\";a:4:{s:4:\"icon\";N;s:4:\"logo\";N;s:13:\"primary_color\";N;s:15:\"secondary_color\";N;}s:6:\"locale\";s:5:\"en_US\";s:22:\"has_more_failed_events\";b:0;s:22:\"has_submitted_vat_data\";b:0;s:20:\"is_documents_enabled\";b:1;s:32:\"card_testing_protection_eligible\";b:0;s:22:\"progressive_onboarding\";a:5:{s:10:\"is_enabled\";b:0;s:11:\"is_complete\";b:0;s:3:\"tpv\";N;s:22:\"first_transaction_date\";N;s:17:\"kyc_deadline_date\";N;}s:25:\"fraud_mitigation_settings\";a:2:{s:17:\"avs_check_enabled\";b:0;s:17:\"cvc_check_enabled\";b:1;}s:39:\"is_deferred_intent_creation_upe_enabled\";b:1;s:22:\"pre_check_save_my_info\";b:0;}s:7:\"fetched\";i:1730828197;s:7:\"errored\";b:0;}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
WordPress database error: [INSERT, UPDATE command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_options`] INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('wcpay_account_data', 'a:3:{s:4:\"data\";a:46:{s:10:\"account_id\";s:21:\"acct_1M89FSCLXcPLcd71\";s:5:\"email\";s:23:\"sanyadaniel86@yahoo.com\";s:20:\"live_publishable_key\";s:107:\"pk_live_51ETDmyFuiXB5oUVxaIafkGPnwuNcBxr1pXVhvLJ4BrWuiqfG6SldjatOGLQhuqXnDmgqwRA7tDoSFlbY4wFji7KR0079TvtxNs\";s:20:\"test_publishable_key\";s:107:\"pk_test_51ETDmyFuiXB5oUVxwSobQMW5Tno1GclIq7ePZWzLeW4q8oa7Zb8hI5VfwI5sNT5nXuKYinLukNvGCXmsQXAoDGHG00MqHqlYHR\";s:7:\"is_live\";b:1;s:13:\"is_test_drive\";b:0;s:7:\"created\";s:19:\"2022-11-25 21:15:52\";s:24:\"has_pending_requirements\";b:0;s:23:\"has_future_requirements\";b:0;s:24:\"has_overdue_requirements\";b:0;s:17:\"details_submitted\";b:1;s:16:\"current_deadline\";N;s:6:\"status\";s:8:\"complete\";s:12:\"capabilities\";a:20:{s:19:\"bancontact_payments\";s:6:\"active\";s:13:\"card_payments\";s:6:\"active\";s:12:\"eps_payments\";s:6:\"active\";s:16:\"giropay_payments\";s:6:\"active\";s:14:\"ideal_payments\";s:6:\"active\";s:12:\"p24_payments\";s:6:\"active\";s:15:\"sofort_payments\";s:6:\"active\";s:9:\"transfers\";s:6:\"active\";s:13:\"alma_payments\";s:11:\"unrequested\";s:22:\"bank_transfer_payments\";s:11:\"unrequested\";s:13:\"blik_payments\";s:11:\"unrequested\";s:25:\"cartes_bancaires_payments\";s:11:\"unrequested\";s:6:\"klarna\";s:11:\"unrequested\";s:15:\"klarna_payments\";s:11:\"unrequested\";s:13:\"link_payments\";s:11:\"unrequested\";s:18:\"mobilepay_payments\";s:11:\"unrequested\";s:19:\"multibanco_payments\";s:11:\"unrequested\";s:27:\"sepa_bank_transfer_payments\";s:11:\"unrequested\";s:19:\"sepa_debit_payments\";s:11:\"unrequested\";s:14:\"twint_payments\";s:11:\"unrequested\";}s:23:\"capability_requirements\";a:20:{s:13:\"alma_payments\";a:0:{}s:19:\"bancontact_payments\";a:0:{}s:22:\"bank_transfer_payments\";a:0:{}s:13:\"blik_payments\";a:0:{}s:13:\"card_payments\";a:0:{}s:25:\"cartes_bancaires_payments\";a:0:{}s:12:\"eps_payments\";a:0:{}s:16:\"giropay_payments\";a:0:{}s:14:\"ideal_payments\";a:0:{}s:6:\"klarna\";a:0:{}s:15:\"klarna_payments\";a:0:{}s:13:\"link_payments\";a:0:{}s:18:\"mobilepay_payments\";a:0:{}s:19:\"multibanco_payments\";a:0:{}s:12:\"p24_payments\";a:0:{}s:27:\"sepa_bank_transfer_payments\";a:0:{}s:19:\"sepa_debit_payments\";a:0:{}s:15:\"sofort_payments\";a:0:{}s:9:\"transfers\";a:0:{}s:14:\"twint_payments\";a:0:{}}s:16:\"payments_enabled\";b:1;s:8:\"deposits\";a:9:{s:6:\"status\";s:7:\"enabled\";s:12:\"restrictions\";s:21:\"deposits_unrestricted\";s:8:\"interval\";s:5:\"daily\";s:13:\"weekly_anchor\";s:0:\"\";s:14:\"monthly_anchor\";N;s:10:\"delay_days\";i:3;s:24:\"completed_waiting_period\";b:0;s:30:\"minimum_manual_deposit_amounts\";a:19:{s:3:\"aud\";i:500;s:3:\"bgn\";i:100;s:3:\"cad\";i:500;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:5000;s:3:\"eur\";i:500;s:3:\"gbp\";i:500;s:3:\"hkd\";i:5000;s:3:\"huf\";i:36000;s:3:\"nok\";i:5000;s:3:\"nzd\";i:500;s:3:\"jpy\";i:50;s:3:\"sek\";i:5000;s:3:\"sgd\";i:500;s:3:\"usd\";i:500;s:3:\"ron\";i:500;s:3:\"pln\";i:500;s:3:\"aed\";i:200;}s:33:\"minimum_scheduled_deposit_amounts\";a:19:{s:3:\"aed\";i:200;s:3:\"aud\";i:0;s:3:\"bgn\";i:100;s:3:\"cad\";i:0;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:2000;s:3:\"eur\";i:100;s:3:\"gbp\";i:100;s:3:\"hkd\";i:0;s:3:\"huf\";i:36000;s:3:\"jpy\";i:1;s:3:\"nok\";i:2000;s:3:\"nzd\";i:0;s:3:\"pln\";i:500;s:3:\"ron\";i:500;s:3:\"sek\";i:2000;s:3:\"sgd\";i:100;s:3:\"usd\";i:0;}}s:29:\"lifetime_total_payment_volume\";i:0;s:12:\"requirements\";a:1:{s:6:\"errors\";a:0:{}}s:20:\"statement_descriptor\";s:14:\"RETURNDAYS.COM\";s:26:\"statement_descriptor_kanji\";s:0:\"\";s:25:\"statement_descriptor_kana\";s:0:\"\";s:20:\"latest_tos_agreement\";a:3:{s:4:\"date\";s:19:\"2022-11-25 21:15:52\";s:6:\"source\";s:6:\"signup\";s:18:\"is_current_version\";b:1;}s:4:\"fees\";a:10:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}s:4:\"card\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.02;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.02;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:10:\"bancontact\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:3:\"eps\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.018;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:5:\"ideal\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:29;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:7:\"giropay\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:3:\"p24\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.022;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:6:\"sofort\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:6:\"klarna\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.0499;s:10:\"fixed_rate\";i:40;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}}s:7:\"capital\";a:3:{s:15:\"has_active_loan\";b:0;s:18:\"has_previous_loans\";b:0;s:5:\"loans\";a:0:{}}s:14:\"fraud_services\";a:2:{s:6:\"stripe\";a:0:{}s:4:\"sift\";a:2:{s:10:\"beacon_key\";s:10:\"affbdadb36\";s:18:\"sandbox_beacon_key\";s:10:\"6ad0ad748b\";}}s:16:\"store_currencies\";a:2:{s:7:\"default\";s:3:\"eur\";s:9:\"supported\";a:1:{i:0;s:3:\"eur\";}}s:19:\"customer_currencies\";a:1:{s:9:\"supported\";a:134:{i:0;s:3:\"usd\";i:1;s:3:\"aed\";i:2;s:3:\"afn\";i:3;s:3:\"all\";i:4;s:3:\"amd\";i:5;s:3:\"ang\";i:6;s:3:\"aoa\";i:7;s:3:\"ars\";i:8;s:3:\"aud\";i:9;s:3:\"awg\";i:10;s:3:\"azn\";i:11;s:3:\"bam\";i:12;s:3:\"bbd\";i:13;s:3:\"bdt\";i:14;s:3:\"bgn\";i:15;s:3:\"bif\";i:16;s:3:\"bmd\";i:17;s:3:\"bnd\";i:18;s:3:\"bob\";i:19;s:3:\"brl\";i:20;s:3:\"bsd\";i:21;s:3:\"bwp\";i:22;s:3:\"byn\";i:23;s:3:\"bzd\";i:24;s:3:\"cad\";i:25;s:3:\"cdf\";i:26;s:3:\"chf\";i:27;s:3:\"clp\";i:28;s:3:\"cny\";i:29;s:3:\"cop\";i:30;s:3:\"crc\";i:31;s:3:\"cve\";i:32;s:3:\"czk\";i:33;s:3:\"djf\";i:34;s:3:\"dkk\";i:35;s:3:\"dop\";i:36;s:3:\"dzd\";i:37;s:3:\"egp\";i:38;s:3:\"etb\";i:39;s:3:\"eur\";i:40;s:3:\"fjd\";i:41;s:3:\"fkp\";i:42;s:3:\"gbp\";i:43;s:3:\"gel\";i:44;s:3:\"gip\";i:45;s:3:\"gmd\";i:46;s:3:\"gnf\";i:47;s:3:\"gtq\";i:48;s:3:\"gyd\";i:49;s:3:\"hkd\";i:50;s:3:\"hnl\";i:51;s:3:\"htg\";i:52;s:3:\"huf\";i:53;s:3:\"idr\";i:54;s:3:\"ils\";i:55;s:3:\"inr\";i:56;s:3:\"isk\";i:57;s:3:\"jmd\";i:58;s:3:\"jpy\";i:59;s:3:\"kes\";i:60;s:3:\"kgs\";i:61;s:3:\"khr\";i:62;s:3:\"kmf\";i:63;s:3:\"krw\";i:64;s:3:\"kyd\";i:65;s:3:\"kzt\";i:66;s:3:\"lak\";i:67;s:3:\"lbp\";i:68;s:3:\"lkr\";i:69;s:3:\"lrd\";i:70;s:3:\"lsl\";i:71;s:3:\"mad\";i:72;s:3:\"mdl\";i:73;s:3:\"mga\";i:74;s:3:\"mkd\";i:75;s:3:\"mmk\";i:76;s:3:\"mnt\";i:77;s:3:\"mop\";i:78;s:3:\"mur\";i:79;s:3:\"mvr\";i:80;s:3:\"mwk\";i:81;s:3:\"mxn\";i:82;s:3:\"myr\";i:83;s:3:\"mzn\";i:84;s:3:\"nad\";i:85;s:3:\"ngn\";i:86;s:3:\"nio\";i:87;s:3:\"nok\";i:88;s:3:\"npr\";i:89;s:3:\"nzd\";i:90;s:3:\"pab\";i:91;s:3:\"pen\";i:92;s:3:\"pgk\";i:93;s:3:\"php\";i:94;s:3:\"pkr\";i:95;s:3:\"pln\";i:96;s:3:\"pyg\";i:97;s:3:\"qar\";i:98;s:3:\"ron\";i:99;s:3:\"rsd\";i:100;s:3:\"rub\";i:101;s:3:\"rwf\";i:102;s:3:\"sar\";i:103;s:3:\"sbd\";i:104;s:3:\"scr\";i:105;s:3:\"sek\";i:106;s:3:\"sgd\";i:107;s:3:\"shp\";i:108;s:3:\"sle\";i:109;s:3:\"sos\";i:110;s:3:\"srd\";i:111;s:3:\"std\";i:112;s:3:\"szl\";i:113;s:3:\"thb\";i:114;s:3:\"tjs\";i:115;s:3:\"top\";i:116;s:3:\"try\";i:117;s:3:\"ttd\";i:118;s:3:\"twd\";i:119;s:3:\"tzs\";i:120;s:3:\"uah\";i:121;s:3:\"ugx\";i:122;s:3:\"uyu\";i:123;s:3:\"uzs\";i:124;s:3:\"vnd\";i:125;s:3:\"vuv\";i:126;s:3:\"wst\";i:127;s:3:\"xaf\";i:128;s:3:\"xcd\";i:129;s:3:\"xof\";i:130;s:3:\"xpf\";i:131;s:3:\"yer\";i:132;s:3:\"zar\";i:133;s:3:\"zmw\";}}s:7:\"country\";s:2:\"FR\";s:25:\"instant_deposits_eligible\";b:0;s:21:\"card_present_eligible\";b:0;s:26:\"has_card_readers_available\";b:0;s:26:\"platform_checkout_eligible\";b:0;s:33:\"platform_direct_checkout_eligible\";b:0;s:37:\"platform_global_theme_support_enabled\";b:0;s:16:\"business_profile\";a:5:{s:4:\"name\";s:10:\"returndays\";s:3:\"url\";s:22:\"https://returndays.com\";s:15:\"support_address\";a:0:{}s:13:\"support_email\";s:26:\"returndaysgaming@gmail.com\";s:13:\"support_phone\";N;}s:8:\"branding\";a:4:{s:4:\"icon\";N;s:4:\"logo\";N;s:13:\"primary_color\";N;s:15:\"secondary_color\";N;}s:6:\"locale\";s:5:\"en_US\";s:22:\"has_more_failed_events\";b:0;s:22:\"has_submitted_vat_data\";b:0;s:20:\"is_documents_enabled\";b:1;s:32:\"card_testing_protection_eligible\";b:0;s:22:\"progressive_onboarding\";a:5:{s:10:\"is_enabled\";b:0;s:11:\"is_complete\";b:0;s:3:\"tpv\";N;s:22:\"first_transaction_date\";N;s:17:\"kyc_deadline_date\";N;}s:25:\"fraud_mitigation_settings\";a:2:{s:17:\"avs_check_enabled\";b:0;s:17:\"cvc_check_enabled\";b:1;}s:39:\"is_deferred_intent_creation_upe_enabled\";b:1;s:22:\"pre_check_save_my_info\";b:0;}s:7:\"fetched\";i:1730828198;s:7:\"errored\";b:0;}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
WordPress database error: [INSERT, UPDATE command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_options`] INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('wcpay_account_data', 'a:3:{s:4:\"data\";a:46:{s:10:\"account_id\";s:21:\"acct_1M89FSCLXcPLcd71\";s:5:\"email\";s:23:\"sanyadaniel86@yahoo.com\";s:20:\"live_publishable_key\";s:107:\"pk_live_51ETDmyFuiXB5oUVxaIafkGPnwuNcBxr1pXVhvLJ4BrWuiqfG6SldjatOGLQhuqXnDmgqwRA7tDoSFlbY4wFji7KR0079TvtxNs\";s:20:\"test_publishable_key\";s:107:\"pk_test_51ETDmyFuiXB5oUVxwSobQMW5Tno1GclIq7ePZWzLeW4q8oa7Zb8hI5VfwI5sNT5nXuKYinLukNvGCXmsQXAoDGHG00MqHqlYHR\";s:7:\"is_live\";b:1;s:13:\"is_test_drive\";b:0;s:7:\"created\";s:19:\"2022-11-25 21:15:52\";s:24:\"has_pending_requirements\";b:0;s:23:\"has_future_requirements\";b:0;s:24:\"has_overdue_requirements\";b:0;s:17:\"details_submitted\";b:1;s:16:\"current_deadline\";N;s:6:\"status\";s:8:\"complete\";s:12:\"capabilities\";a:20:{s:19:\"bancontact_payments\";s:6:\"active\";s:13:\"card_payments\";s:6:\"active\";s:12:\"eps_payments\";s:6:\"active\";s:16:\"giropay_payments\";s:6:\"active\";s:14:\"ideal_payments\";s:6:\"active\";s:12:\"p24_payments\";s:6:\"active\";s:15:\"sofort_payments\";s:6:\"active\";s:9:\"transfers\";s:6:\"active\";s:13:\"alma_payments\";s:11:\"unrequested\";s:22:\"bank_transfer_payments\";s:11:\"unrequested\";s:13:\"blik_payments\";s:11:\"unrequested\";s:25:\"cartes_bancaires_payments\";s:11:\"unrequested\";s:6:\"klarna\";s:11:\"unrequested\";s:15:\"klarna_payments\";s:11:\"unrequested\";s:13:\"link_payments\";s:11:\"unrequested\";s:18:\"mobilepay_payments\";s:11:\"unrequested\";s:19:\"multibanco_payments\";s:11:\"unrequested\";s:27:\"sepa_bank_transfer_payments\";s:11:\"unrequested\";s:19:\"sepa_debit_payments\";s:11:\"unrequested\";s:14:\"twint_payments\";s:11:\"unrequested\";}s:23:\"capability_requirements\";a:20:{s:13:\"alma_payments\";a:0:{}s:19:\"bancontact_payments\";a:0:{}s:22:\"bank_transfer_payments\";a:0:{}s:13:\"blik_payments\";a:0:{}s:13:\"card_payments\";a:0:{}s:25:\"cartes_bancaires_payments\";a:0:{}s:12:\"eps_payments\";a:0:{}s:16:\"giropay_payments\";a:0:{}s:14:\"ideal_payments\";a:0:{}s:6:\"klarna\";a:0:{}s:15:\"klarna_payments\";a:0:{}s:13:\"link_payments\";a:0:{}s:18:\"mobilepay_payments\";a:0:{}s:19:\"multibanco_payments\";a:0:{}s:12:\"p24_payments\";a:0:{}s:27:\"sepa_bank_transfer_payments\";a:0:{}s:19:\"sepa_debit_payments\";a:0:{}s:15:\"sofort_payments\";a:0:{}s:9:\"transfers\";a:0:{}s:14:\"twint_payments\";a:0:{}}s:16:\"payments_enabled\";b:1;s:8:\"deposits\";a:9:{s:6:\"status\";s:7:\"enabled\";s:12:\"restrictions\";s:21:\"deposits_unrestricted\";s:8:\"interval\";s:5:\"daily\";s:13:\"weekly_anchor\";s:0:\"\";s:14:\"monthly_anchor\";N;s:10:\"delay_days\";i:3;s:24:\"completed_waiting_period\";b:0;s:30:\"minimum_manual_deposit_amounts\";a:19:{s:3:\"aud\";i:500;s:3:\"bgn\";i:100;s:3:\"cad\";i:500;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:5000;s:3:\"eur\";i:500;s:3:\"gbp\";i:500;s:3:\"hkd\";i:5000;s:3:\"huf\";i:36000;s:3:\"nok\";i:5000;s:3:\"nzd\";i:500;s:3:\"jpy\";i:50;s:3:\"sek\";i:5000;s:3:\"sgd\";i:500;s:3:\"usd\";i:500;s:3:\"ron\";i:500;s:3:\"pln\";i:500;s:3:\"aed\";i:200;}s:33:\"minimum_scheduled_deposit_amounts\";a:19:{s:3:\"aed\";i:200;s:3:\"aud\";i:0;s:3:\"bgn\";i:100;s:3:\"cad\";i:0;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:2000;s:3:\"eur\";i:100;s:3:\"gbp\";i:100;s:3:\"hkd\";i:0;s:3:\"huf\";i:36000;s:3:\"jpy\";i:1;s:3:\"nok\";i:2000;s:3:\"nzd\";i:0;s:3:\"pln\";i:500;s:3:\"ron\";i:500;s:3:\"sek\";i:2000;s:3:\"sgd\";i:100;s:3:\"usd\";i:0;}}s:29:\"lifetime_total_payment_volume\";i:0;s:12:\"requirements\";a:1:{s:6:\"errors\";a:0:{}}s:20:\"statement_descriptor\";s:14:\"RETURNDAYS.COM\";s:26:\"statement_descriptor_kanji\";s:0:\"\";s:25:\"statement_descriptor_kana\";s:0:\"\";s:20:\"latest_tos_agreement\";a:3:{s:4:\"date\";s:19:\"2022-11-25 21:15:52\";s:6:\"source\";s:6:\"signup\";s:18:\"is_current_version\";b:1;}s:4:\"fees\";a:10:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}s:4:\"card\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.02;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.02;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:10:\"bancontact\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:3:\"eps\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.018;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:5:\"ideal\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:29;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:7:\"giropay\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:3:\"p24\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.022;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:6:\"sofort\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:6:\"klarna\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.0499;s:10:\"fixed_rate\";i:40;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}}s:7:\"capital\";a:3:{s:15:\"has_active_loan\";b:0;s:18:\"has_previous_loans\";b:0;s:5:\"loans\";a:0:{}}s:14:\"fraud_services\";a:2:{s:6:\"stripe\";a:0:{}s:4:\"sift\";a:2:{s:10:\"beacon_key\";s:10:\"affbdadb36\";s:18:\"sandbox_beacon_key\";s:10:\"6ad0ad748b\";}}s:16:\"store_currencies\";a:2:{s:7:\"default\";s:3:\"eur\";s:9:\"supported\";a:1:{i:0;s:3:\"eur\";}}s:19:\"customer_currencies\";a:1:{s:9:\"supported\";a:134:{i:0;s:3:\"usd\";i:1;s:3:\"aed\";i:2;s:3:\"afn\";i:3;s:3:\"all\";i:4;s:3:\"amd\";i:5;s:3:\"ang\";i:6;s:3:\"aoa\";i:7;s:3:\"ars\";i:8;s:3:\"aud\";i:9;s:3:\"awg\";i:10;s:3:\"azn\";i:11;s:3:\"bam\";i:12;s:3:\"bbd\";i:13;s:3:\"bdt\";i:14;s:3:\"bgn\";i:15;s:3:\"bif\";i:16;s:3:\"bmd\";i:17;s:3:\"bnd\";i:18;s:3:\"bob\";i:19;s:3:\"brl\";i:20;s:3:\"bsd\";i:21;s:3:\"bwp\";i:22;s:3:\"byn\";i:23;s:3:\"bzd\";i:24;s:3:\"cad\";i:25;s:3:\"cdf\";i:26;s:3:\"chf\";i:27;s:3:\"clp\";i:28;s:3:\"cny\";i:29;s:3:\"cop\";i:30;s:3:\"crc\";i:31;s:3:\"cve\";i:32;s:3:\"czk\";i:33;s:3:\"djf\";i:34;s:3:\"dkk\";i:35;s:3:\"dop\";i:36;s:3:\"dzd\";i:37;s:3:\"egp\";i:38;s:3:\"etb\";i:39;s:3:\"eur\";i:40;s:3:\"fjd\";i:41;s:3:\"fkp\";i:42;s:3:\"gbp\";i:43;s:3:\"gel\";i:44;s:3:\"gip\";i:45;s:3:\"gmd\";i:46;s:3:\"gnf\";i:47;s:3:\"gtq\";i:48;s:3:\"gyd\";i:49;s:3:\"hkd\";i:50;s:3:\"hnl\";i:51;s:3:\"htg\";i:52;s:3:\"huf\";i:53;s:3:\"idr\";i:54;s:3:\"ils\";i:55;s:3:\"inr\";i:56;s:3:\"isk\";i:57;s:3:\"jmd\";i:58;s:3:\"jpy\";i:59;s:3:\"kes\";i:60;s:3:\"kgs\";i:61;s:3:\"khr\";i:62;s:3:\"kmf\";i:63;s:3:\"krw\";i:64;s:3:\"kyd\";i:65;s:3:\"kzt\";i:66;s:3:\"lak\";i:67;s:3:\"lbp\";i:68;s:3:\"lkr\";i:69;s:3:\"lrd\";i:70;s:3:\"lsl\";i:71;s:3:\"mad\";i:72;s:3:\"mdl\";i:73;s:3:\"mga\";i:74;s:3:\"mkd\";i:75;s:3:\"mmk\";i:76;s:3:\"mnt\";i:77;s:3:\"mop\";i:78;s:3:\"mur\";i:79;s:3:\"mvr\";i:80;s:3:\"mwk\";i:81;s:3:\"mxn\";i:82;s:3:\"myr\";i:83;s:3:\"mzn\";i:84;s:3:\"nad\";i:85;s:3:\"ngn\";i:86;s:3:\"nio\";i:87;s:3:\"nok\";i:88;s:3:\"npr\";i:89;s:3:\"nzd\";i:90;s:3:\"pab\";i:91;s:3:\"pen\";i:92;s:3:\"pgk\";i:93;s:3:\"php\";i:94;s:3:\"pkr\";i:95;s:3:\"pln\";i:96;s:3:\"pyg\";i:97;s:3:\"qar\";i:98;s:3:\"ron\";i:99;s:3:\"rsd\";i:100;s:3:\"rub\";i:101;s:3:\"rwf\";i:102;s:3:\"sar\";i:103;s:3:\"sbd\";i:104;s:3:\"scr\";i:105;s:3:\"sek\";i:106;s:3:\"sgd\";i:107;s:3:\"shp\";i:108;s:3:\"sle\";i:109;s:3:\"sos\";i:110;s:3:\"srd\";i:111;s:3:\"std\";i:112;s:3:\"szl\";i:113;s:3:\"thb\";i:114;s:3:\"tjs\";i:115;s:3:\"top\";i:116;s:3:\"try\";i:117;s:3:\"ttd\";i:118;s:3:\"twd\";i:119;s:3:\"tzs\";i:120;s:3:\"uah\";i:121;s:3:\"ugx\";i:122;s:3:\"uyu\";i:123;s:3:\"uzs\";i:124;s:3:\"vnd\";i:125;s:3:\"vuv\";i:126;s:3:\"wst\";i:127;s:3:\"xaf\";i:128;s:3:\"xcd\";i:129;s:3:\"xof\";i:130;s:3:\"xpf\";i:131;s:3:\"yer\";i:132;s:3:\"zar\";i:133;s:3:\"zmw\";}}s:7:\"country\";s:2:\"FR\";s:25:\"instant_deposits_eligible\";b:0;s:21:\"card_present_eligible\";b:0;s:26:\"has_card_readers_available\";b:0;s:26:\"platform_checkout_eligible\";b:0;s:33:\"platform_direct_checkout_eligible\";b:0;s:37:\"platform_global_theme_support_enabled\";b:0;s:16:\"business_profile\";a:5:{s:4:\"name\";s:10:\"returndays\";s:3:\"url\";s:22:\"https://returndays.com\";s:15:\"support_address\";a:0:{}s:13:\"support_email\";s:26:\"returndaysgaming@gmail.com\";s:13:\"support_phone\";N;}s:8:\"branding\";a:4:{s:4:\"icon\";N;s:4:\"logo\";N;s:13:\"primary_color\";N;s:15:\"secondary_color\";N;}s:6:\"locale\";s:5:\"en_US\";s:22:\"has_more_failed_events\";b:0;s:22:\"has_submitted_vat_data\";b:0;s:20:\"is_documents_enabled\";b:1;s:32:\"card_testing_protection_eligible\";b:0;s:22:\"progressive_onboarding\";a:5:{s:10:\"is_enabled\";b:0;s:11:\"is_complete\";b:0;s:3:\"tpv\";N;s:22:\"first_transaction_date\";N;s:17:\"kyc_deadline_date\";N;}s:25:\"fraud_mitigation_settings\";a:2:{s:17:\"avs_check_enabled\";b:0;s:17:\"cvc_check_enabled\";b:1;}s:39:\"is_deferred_intent_creation_upe_enabled\";b:1;s:22:\"pre_check_save_my_info\";b:0;}s:7:\"fetched\";i:1730828199;s:7:\"errored\";b:0;}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
WordPress database error: [INSERT, UPDATE command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_options`] INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('elementor_checklist', '{\"last_opened_timestamp\":-1,\"first_closed_checklist_in_editor\":false,\"is_popup_minimized\":false,\"editor_visit_count\":0,\"steps\":[]}', 'auto') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_actionscheduler_actions`]
INSERT INTO wp_actionscheduler_actions ( `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `schedule`, `group_id`, `priority`, `args` )
SELECT 'wcpay_update_compatibility_data', 'pending', '2024-11-05 17:38:36', '2024-11-05 17:38:36', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1730828316;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1730828316;}', 10, 10, '[]' FROM DUAL
WHERE ( SELECT NULL FROM DUAL ) IS NULL
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_actionscheduler_actions`]
INSERT INTO wp_actionscheduler_actions ( `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `schedule`, `group_id`, `priority`, `args` )
SELECT 'wcpay_update_compatibility_data', 'pending', '2024-11-05 17:38:37', '2024-11-05 17:38:37', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1730828317;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1730828317;}', 10, 10, '[]' FROM DUAL
WHERE ( SELECT NULL FROM DUAL ) IS NULL
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_actionscheduler_actions`]
INSERT INTO wp_actionscheduler_actions ( `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `schedule`, `group_id`, `priority`, `args` )
SELECT 'wcpay_update_compatibility_data', 'pending', '2024-11-05 17:38:38', '2024-11-05 17:38:38', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1730828318;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1730828318;}', 10, 10, '[]' FROM DUAL
WHERE ( SELECT NULL FROM DUAL ) IS NULL
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_actionscheduler_actions`]
INSERT INTO wp_actionscheduler_actions ( `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `schedule`, `group_id`, `priority`, `args` )
SELECT 'wcpay_update_compatibility_data', 'pending', '2024-11-05 17:38:39', '2024-11-05 17:38:39', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1730828319;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1730828319;}', 10, 10, '[]' FROM DUAL
WHERE ( SELECT NULL FROM DUAL ) IS NULL
WordPress database error: [UPDATE command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_options`] UPDATE `wp_options` SET `option_value` = '1730828199' WHERE `option_name` = 'cleantalk_cron_last_start'
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_options`] INSERT IGNORE INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('itsec-lock-scheduler', '1730828315', 'no') /* LOCK */
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_options`] INSERT IGNORE INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('itsec-lock-cron_test_fail_safe', '1730828225', 'no') /* LOCK */
WordPress database error: [INSERT, UPDATE command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_options`] INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('wcpay_account_data', 'a:3:{s:4:\"data\";a:46:{s:10:\"account_id\";s:21:\"acct_1M89FSCLXcPLcd71\";s:5:\"email\";s:23:\"sanyadaniel86@yahoo.com\";s:20:\"live_publishable_key\";s:107:\"pk_live_51ETDmyFuiXB5oUVxaIafkGPnwuNcBxr1pXVhvLJ4BrWuiqfG6SldjatOGLQhuqXnDmgqwRA7tDoSFlbY4wFji7KR0079TvtxNs\";s:20:\"test_publishable_key\";s:107:\"pk_test_51ETDmyFuiXB5oUVxwSobQMW5Tno1GclIq7ePZWzLeW4q8oa7Zb8hI5VfwI5sNT5nXuKYinLukNvGCXmsQXAoDGHG00MqHqlYHR\";s:7:\"is_live\";b:1;s:13:\"is_test_drive\";b:0;s:7:\"created\";s:19:\"2022-11-25 21:15:52\";s:24:\"has_pending_requirements\";b:0;s:23:\"has_future_requirements\";b:0;s:24:\"has_overdue_requirements\";b:0;s:17:\"details_submitted\";b:1;s:16:\"current_deadline\";N;s:6:\"status\";s:8:\"complete\";s:12:\"capabilities\";a:20:{s:19:\"bancontact_payments\";s:6:\"active\";s:13:\"card_payments\";s:6:\"active\";s:12:\"eps_payments\";s:6:\"active\";s:16:\"giropay_payments\";s:6:\"active\";s:14:\"ideal_payments\";s:6:\"active\";s:12:\"p24_payments\";s:6:\"active\";s:15:\"sofort_payments\";s:6:\"active\";s:9:\"transfers\";s:6:\"active\";s:13:\"alma_payments\";s:11:\"unrequested\";s:22:\"bank_transfer_payments\";s:11:\"unrequested\";s:13:\"blik_payments\";s:11:\"unrequested\";s:25:\"cartes_bancaires_payments\";s:11:\"unrequested\";s:6:\"klarna\";s:11:\"unrequested\";s:15:\"klarna_payments\";s:11:\"unrequested\";s:13:\"link_payments\";s:11:\"unrequested\";s:18:\"mobilepay_payments\";s:11:\"unrequested\";s:19:\"multibanco_payments\";s:11:\"unrequested\";s:27:\"sepa_bank_transfer_payments\";s:11:\"unrequested\";s:19:\"sepa_debit_payments\";s:11:\"unrequested\";s:14:\"twint_payments\";s:11:\"unrequested\";}s:23:\"capability_requirements\";a:20:{s:13:\"alma_payments\";a:0:{}s:19:\"bancontact_payments\";a:0:{}s:22:\"bank_transfer_payments\";a:0:{}s:13:\"blik_payments\";a:0:{}s:13:\"card_payments\";a:0:{}s:25:\"cartes_bancaires_payments\";a:0:{}s:12:\"eps_payments\";a:0:{}s:16:\"giropay_payments\";a:0:{}s:14:\"ideal_payments\";a:0:{}s:6:\"klarna\";a:0:{}s:15:\"klarna_payments\";a:0:{}s:13:\"link_payments\";a:0:{}s:18:\"mobilepay_payments\";a:0:{}s:19:\"multibanco_payments\";a:0:{}s:12:\"p24_payments\";a:0:{}s:27:\"sepa_bank_transfer_payments\";a:0:{}s:19:\"sepa_debit_payments\";a:0:{}s:15:\"sofort_payments\";a:0:{}s:9:\"transfers\";a:0:{}s:14:\"twint_payments\";a:0:{}}s:16:\"payments_enabled\";b:1;s:8:\"deposits\";a:9:{s:6:\"status\";s:7:\"enabled\";s:12:\"restrictions\";s:21:\"deposits_unrestricted\";s:8:\"interval\";s:5:\"daily\";s:13:\"weekly_anchor\";s:0:\"\";s:14:\"monthly_anchor\";N;s:10:\"delay_days\";i:3;s:24:\"completed_waiting_period\";b:0;s:30:\"minimum_manual_deposit_amounts\";a:19:{s:3:\"aud\";i:500;s:3:\"bgn\";i:100;s:3:\"cad\";i:500;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:5000;s:3:\"eur\";i:500;s:3:\"gbp\";i:500;s:3:\"hkd\";i:5000;s:3:\"huf\";i:36000;s:3:\"nok\";i:5000;s:3:\"nzd\";i:500;s:3:\"jpy\";i:50;s:3:\"sek\";i:5000;s:3:\"sgd\";i:500;s:3:\"usd\";i:500;s:3:\"ron\";i:500;s:3:\"pln\";i:500;s:3:\"aed\";i:200;}s:33:\"minimum_scheduled_deposit_amounts\";a:19:{s:3:\"aed\";i:200;s:3:\"aud\";i:0;s:3:\"bgn\";i:100;s:3:\"cad\";i:0;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:2000;s:3:\"eur\";i:100;s:3:\"gbp\";i:100;s:3:\"hkd\";i:0;s:3:\"huf\";i:36000;s:3:\"jpy\";i:1;s:3:\"nok\";i:2000;s:3:\"nzd\";i:0;s:3:\"pln\";i:500;s:3:\"ron\";i:500;s:3:\"sek\";i:2000;s:3:\"sgd\";i:100;s:3:\"usd\";i:0;}}s:29:\"lifetime_total_payment_volume\";i:0;s:12:\"requirements\";a:1:{s:6:\"errors\";a:0:{}}s:20:\"statement_descriptor\";s:14:\"RETURNDAYS.COM\";s:26:\"statement_descriptor_kanji\";s:0:\"\";s:25:\"statement_descriptor_kana\";s:0:\"\";s:20:\"latest_tos_agreement\";a:3:{s:4:\"date\";s:19:\"2022-11-25 21:15:52\";s:6:\"source\";s:6:\"signup\";s:18:\"is_current_version\";b:1;}s:4:\"fees\";a:10:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}s:4:\"card\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.02;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.02;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:10:\"bancontact\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:3:\"eps\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.018;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:5:\"ideal\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:29;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:7:\"giropay\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:3:\"p24\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.022;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:6:\"sofort\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:6:\"klarna\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.0499;s:10:\"fixed_rate\";i:40;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}}s:7:\"capital\";a:3:{s:15:\"has_active_loan\";b:0;s:18:\"has_previous_loans\";b:0;s:5:\"loans\";a:0:{}}s:14:\"fraud_services\";a:2:{s:6:\"stripe\";a:0:{}s:4:\"sift\";a:2:{s:10:\"beacon_key\";s:10:\"affbdadb36\";s:18:\"sandbox_beacon_key\";s:10:\"6ad0ad748b\";}}s:16:\"store_currencies\";a:2:{s:7:\"default\";s:3:\"eur\";s:9:\"supported\";a:1:{i:0;s:3:\"eur\";}}s:19:\"customer_currencies\";a:1:{s:9:\"supported\";a:134:{i:0;s:3:\"usd\";i:1;s:3:\"aed\";i:2;s:3:\"afn\";i:3;s:3:\"all\";i:4;s:3:\"amd\";i:5;s:3:\"ang\";i:6;s:3:\"aoa\";i:7;s:3:\"ars\";i:8;s:3:\"aud\";i:9;s:3:\"awg\";i:10;s:3:\"azn\";i:11;s:3:\"bam\";i:12;s:3:\"bbd\";i:13;s:3:\"bdt\";i:14;s:3:\"bgn\";i:15;s:3:\"bif\";i:16;s:3:\"bmd\";i:17;s:3:\"bnd\";i:18;s:3:\"bob\";i:19;s:3:\"brl\";i:20;s:3:\"bsd\";i:21;s:3:\"bwp\";i:22;s:3:\"byn\";i:23;s:3:\"bzd\";i:24;s:3:\"cad\";i:25;s:3:\"cdf\";i:26;s:3:\"chf\";i:27;s:3:\"clp\";i:28;s:3:\"cny\";i:29;s:3:\"cop\";i:30;s:3:\"crc\";i:31;s:3:\"cve\";i:32;s:3:\"czk\";i:33;s:3:\"djf\";i:34;s:3:\"dkk\";i:35;s:3:\"dop\";i:36;s:3:\"dzd\";i:37;s:3:\"egp\";i:38;s:3:\"etb\";i:39;s:3:\"eur\";i:40;s:3:\"fjd\";i:41;s:3:\"fkp\";i:42;s:3:\"gbp\";i:43;s:3:\"gel\";i:44;s:3:\"gip\";i:45;s:3:\"gmd\";i:46;s:3:\"gnf\";i:47;s:3:\"gtq\";i:48;s:3:\"gyd\";i:49;s:3:\"hkd\";i:50;s:3:\"hnl\";i:51;s:3:\"htg\";i:52;s:3:\"huf\";i:53;s:3:\"idr\";i:54;s:3:\"ils\";i:55;s:3:\"inr\";i:56;s:3:\"isk\";i:57;s:3:\"jmd\";i:58;s:3:\"jpy\";i:59;s:3:\"kes\";i:60;s:3:\"kgs\";i:61;s:3:\"khr\";i:62;s:3:\"kmf\";i:63;s:3:\"krw\";i:64;s:3:\"kyd\";i:65;s:3:\"kzt\";i:66;s:3:\"lak\";i:67;s:3:\"lbp\";i:68;s:3:\"lkr\";i:69;s:3:\"lrd\";i:70;s:3:\"lsl\";i:71;s:3:\"mad\";i:72;s:3:\"mdl\";i:73;s:3:\"mga\";i:74;s:3:\"mkd\";i:75;s:3:\"mmk\";i:76;s:3:\"mnt\";i:77;s:3:\"mop\";i:78;s:3:\"mur\";i:79;s:3:\"mvr\";i:80;s:3:\"mwk\";i:81;s:3:\"mxn\";i:82;s:3:\"myr\";i:83;s:3:\"mzn\";i:84;s:3:\"nad\";i:85;s:3:\"ngn\";i:86;s:3:\"nio\";i:87;s:3:\"nok\";i:88;s:3:\"npr\";i:89;s:3:\"nzd\";i:90;s:3:\"pab\";i:91;s:3:\"pen\";i:92;s:3:\"pgk\";i:93;s:3:\"php\";i:94;s:3:\"pkr\";i:95;s:3:\"pln\";i:96;s:3:\"pyg\";i:97;s:3:\"qar\";i:98;s:3:\"ron\";i:99;s:3:\"rsd\";i:100;s:3:\"rub\";i:101;s:3:\"rwf\";i:102;s:3:\"sar\";i:103;s:3:\"sbd\";i:104;s:3:\"scr\";i:105;s:3:\"sek\";i:106;s:3:\"sgd\";i:107;s:3:\"shp\";i:108;s:3:\"sle\";i:109;s:3:\"sos\";i:110;s:3:\"srd\";i:111;s:3:\"std\";i:112;s:3:\"szl\";i:113;s:3:\"thb\";i:114;s:3:\"tjs\";i:115;s:3:\"top\";i:116;s:3:\"try\";i:117;s:3:\"ttd\";i:118;s:3:\"twd\";i:119;s:3:\"tzs\";i:120;s:3:\"uah\";i:121;s:3:\"ugx\";i:122;s:3:\"uyu\";i:123;s:3:\"uzs\";i:124;s:3:\"vnd\";i:125;s:3:\"vuv\";i:126;s:3:\"wst\";i:127;s:3:\"xaf\";i:128;s:3:\"xcd\";i:129;s:3:\"xof\";i:130;s:3:\"xpf\";i:131;s:3:\"yer\";i:132;s:3:\"zar\";i:133;s:3:\"zmw\";}}s:7:\"country\";s:2:\"FR\";s:25:\"instant_deposits_eligible\";b:0;s:21:\"card_present_eligible\";b:0;s:26:\"has_card_readers_available\";b:0;s:26:\"platform_checkout_eligible\";b:0;s:33:\"platform_direct_checkout_eligible\";b:0;s:37:\"platform_global_theme_support_enabled\";b:0;s:16:\"business_profile\";a:5:{s:4:\"name\";s:10:\"returndays\";s:3:\"url\";s:22:\"https://returndays.com\";s:15:\"support_address\";a:0:{}s:13:\"support_email\";s:26:\"returndaysgaming@gmail.com\";s:13:\"support_phone\";N;}s:8:\"branding\";a:4:{s:4:\"icon\";N;s:4:\"logo\";N;s:13:\"primary_color\";N;s:15:\"secondary_color\";N;}s:6:\"locale\";s:5:\"en_US\";s:22:\"has_more_failed_events\";b:0;s:22:\"has_submitted_vat_data\";b:0;s:20:\"is_documents_enabled\";b:1;s:32:\"card_testing_protection_eligible\";b:0;s:22:\"progressive_onboarding\";a:5:{s:10:\"is_enabled\";b:0;s:11:\"is_complete\";b:0;s:3:\"tpv\";N;s:22:\"first_transaction_date\";N;s:17:\"kyc_deadline_date\";N;}s:25:\"fraud_mitigation_settings\";a:2:{s:17:\"avs_check_enabled\";b:0;s:17:\"cvc_check_enabled\";b:1;}s:39:\"is_deferred_intent_creation_upe_enabled\";b:1;s:22:\"pre_check_save_my_info\";b:0;}s:7:\"fetched\";i:1730828200;s:7:\"errored\";b:0;}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_actionscheduler_actions`]
INSERT INTO wp_actionscheduler_actions ( `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `schedule`, `group_id`, `priority`, `args` )
SELECT 'wcpay_update_compatibility_data', 'pending', '2024-11-05 17:38:40', '2024-11-05 17:38:40', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1730828320;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1730828320;}', 10, 10, '[]' FROM DUAL
WHERE ( SELECT NULL FROM DUAL ) IS NULL
WordPress database error: [UPDATE command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_options`] UPDATE `wp_options` SET `option_value` = 'a:3:{s:4:\"data\";a:0:{}s:7:\"fetched\";i:1730828200;s:7:\"errored\";b:0;}', `autoload` = 'off' WHERE `option_name` = 'wcpay_active_dispute_cache'
WordPress database error: [UPDATE command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_options`] UPDATE `wp_options` SET `option_value` = 'a:3:{s:4:\"data\";a:0:{}s:7:\"fetched\";i:1730828201;s:7:\"errored\";b:0;}', `autoload` = 'off' WHERE `option_name` = 'wcpay_active_dispute_cache'
WordPress database error: [INSERT, UPDATE command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_options`] INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('wcpay_account_data', 'a:3:{s:4:\"data\";a:46:{s:10:\"account_id\";s:21:\"acct_1M89FSCLXcPLcd71\";s:5:\"email\";s:23:\"sanyadaniel86@yahoo.com\";s:20:\"live_publishable_key\";s:107:\"pk_live_51ETDmyFuiXB5oUVxaIafkGPnwuNcBxr1pXVhvLJ4BrWuiqfG6SldjatOGLQhuqXnDmgqwRA7tDoSFlbY4wFji7KR0079TvtxNs\";s:20:\"test_publishable_key\";s:107:\"pk_test_51ETDmyFuiXB5oUVxwSobQMW5Tno1GclIq7ePZWzLeW4q8oa7Zb8hI5VfwI5sNT5nXuKYinLukNvGCXmsQXAoDGHG00MqHqlYHR\";s:7:\"is_live\";b:1;s:13:\"is_test_drive\";b:0;s:7:\"created\";s:19:\"2022-11-25 21:15:52\";s:24:\"has_pending_requirements\";b:0;s:23:\"has_future_requirements\";b:0;s:24:\"has_overdue_requirements\";b:0;s:17:\"details_submitted\";b:1;s:16:\"current_deadline\";N;s:6:\"status\";s:8:\"complete\";s:12:\"capabilities\";a:20:{s:19:\"bancontact_payments\";s:6:\"active\";s:13:\"card_payments\";s:6:\"active\";s:12:\"eps_payments\";s:6:\"active\";s:16:\"giropay_payments\";s:6:\"active\";s:14:\"ideal_payments\";s:6:\"active\";s:12:\"p24_payments\";s:6:\"active\";s:15:\"sofort_payments\";s:6:\"active\";s:9:\"transfers\";s:6:\"active\";s:13:\"alma_payments\";s:11:\"unrequested\";s:22:\"bank_transfer_payments\";s:11:\"unrequested\";s:13:\"blik_payments\";s:11:\"unrequested\";s:25:\"cartes_bancaires_payments\";s:11:\"unrequested\";s:6:\"klarna\";s:11:\"unrequested\";s:15:\"klarna_payments\";s:11:\"unrequested\";s:13:\"link_payments\";s:11:\"unrequested\";s:18:\"mobilepay_payments\";s:11:\"unrequested\";s:19:\"multibanco_payments\";s:11:\"unrequested\";s:27:\"sepa_bank_transfer_payments\";s:11:\"unrequested\";s:19:\"sepa_debit_payments\";s:11:\"unrequested\";s:14:\"twint_payments\";s:11:\"unrequested\";}s:23:\"capability_requirements\";a:20:{s:13:\"alma_payments\";a:0:{}s:19:\"bancontact_payments\";a:0:{}s:22:\"bank_transfer_payments\";a:0:{}s:13:\"blik_payments\";a:0:{}s:13:\"card_payments\";a:0:{}s:25:\"cartes_bancaires_payments\";a:0:{}s:12:\"eps_payments\";a:0:{}s:16:\"giropay_payments\";a:0:{}s:14:\"ideal_payments\";a:0:{}s:6:\"klarna\";a:0:{}s:15:\"klarna_payments\";a:0:{}s:13:\"link_payments\";a:0:{}s:18:\"mobilepay_payments\";a:0:{}s:19:\"multibanco_payments\";a:0:{}s:12:\"p24_payments\";a:0:{}s:27:\"sepa_bank_transfer_payments\";a:0:{}s:19:\"sepa_debit_payments\";a:0:{}s:15:\"sofort_payments\";a:0:{}s:9:\"transfers\";a:0:{}s:14:\"twint_payments\";a:0:{}}s:16:\"payments_enabled\";b:1;s:8:\"deposits\";a:9:{s:6:\"status\";s:7:\"enabled\";s:12:\"restrictions\";s:21:\"deposits_unrestricted\";s:8:\"interval\";s:5:\"daily\";s:13:\"weekly_anchor\";s:0:\"\";s:14:\"monthly_anchor\";N;s:10:\"delay_days\";i:3;s:24:\"completed_waiting_period\";b:0;s:30:\"minimum_manual_deposit_amounts\";a:19:{s:3:\"aud\";i:500;s:3:\"bgn\";i:100;s:3:\"cad\";i:500;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:5000;s:3:\"eur\";i:500;s:3:\"gbp\";i:500;s:3:\"hkd\";i:5000;s:3:\"huf\";i:36000;s:3:\"nok\";i:5000;s:3:\"nzd\";i:500;s:3:\"jpy\";i:50;s:3:\"sek\";i:5000;s:3:\"sgd\";i:500;s:3:\"usd\";i:500;s:3:\"ron\";i:500;s:3:\"pln\";i:500;s:3:\"aed\";i:200;}s:33:\"minimum_scheduled_deposit_amounts\";a:19:{s:3:\"aed\";i:200;s:3:\"aud\";i:0;s:3:\"bgn\";i:100;s:3:\"cad\";i:0;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:2000;s:3:\"eur\";i:100;s:3:\"gbp\";i:100;s:3:\"hkd\";i:0;s:3:\"huf\";i:36000;s:3:\"jpy\";i:1;s:3:\"nok\";i:2000;s:3:\"nzd\";i:0;s:3:\"pln\";i:500;s:3:\"ron\";i:500;s:3:\"sek\";i:2000;s:3:\"sgd\";i:100;s:3:\"usd\";i:0;}}s:29:\"lifetime_total_payment_volume\";i:0;s:12:\"requirements\";a:1:{s:6:\"errors\";a:0:{}}s:20:\"statement_descriptor\";s:14:\"RETURNDAYS.COM\";s:26:\"statement_descriptor_kanji\";s:0:\"\";s:25:\"statement_descriptor_kana\";s:0:\"\";s:20:\"latest_tos_agreement\";a:3:{s:4:\"date\";s:19:\"2022-11-25 21:15:52\";s:6:\"source\";s:6:\"signup\";s:18:\"is_current_version\";b:1;}s:4:\"fees\";a:10:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}s:4:\"card\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.02;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.02;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:10:\"bancontact\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:3:\"eps\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.018;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:5:\"ideal\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:29;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:7:\"giropay\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:3:\"p24\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.022;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:6:\"sofort\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:6:\"klarna\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.0499;s:10:\"fixed_rate\";i:40;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}}s:7:\"capital\";a:3:{s:15:\"has_active_loan\";b:0;s:18:\"has_previous_loans\";b:0;s:5:\"loans\";a:0:{}}s:14:\"fraud_services\";a:2:{s:6:\"stripe\";a:0:{}s:4:\"sift\";a:2:{s:10:\"beacon_key\";s:10:\"affbdadb36\";s:18:\"sandbox_beacon_key\";s:10:\"6ad0ad748b\";}}s:16:\"store_currencies\";a:2:{s:7:\"default\";s:3:\"eur\";s:9:\"supported\";a:1:{i:0;s:3:\"eur\";}}s:19:\"customer_currencies\";a:1:{s:9:\"supported\";a:134:{i:0;s:3:\"usd\";i:1;s:3:\"aed\";i:2;s:3:\"afn\";i:3;s:3:\"all\";i:4;s:3:\"amd\";i:5;s:3:\"ang\";i:6;s:3:\"aoa\";i:7;s:3:\"ars\";i:8;s:3:\"aud\";i:9;s:3:\"awg\";i:10;s:3:\"azn\";i:11;s:3:\"bam\";i:12;s:3:\"bbd\";i:13;s:3:\"bdt\";i:14;s:3:\"bgn\";i:15;s:3:\"bif\";i:16;s:3:\"bmd\";i:17;s:3:\"bnd\";i:18;s:3:\"bob\";i:19;s:3:\"brl\";i:20;s:3:\"bsd\";i:21;s:3:\"bwp\";i:22;s:3:\"byn\";i:23;s:3:\"bzd\";i:24;s:3:\"cad\";i:25;s:3:\"cdf\";i:26;s:3:\"chf\";i:27;s:3:\"clp\";i:28;s:3:\"cny\";i:29;s:3:\"cop\";i:30;s:3:\"crc\";i:31;s:3:\"cve\";i:32;s:3:\"czk\";i:33;s:3:\"djf\";i:34;s:3:\"dkk\";i:35;s:3:\"dop\";i:36;s:3:\"dzd\";i:37;s:3:\"egp\";i:38;s:3:\"etb\";i:39;s:3:\"eur\";i:40;s:3:\"fjd\";i:41;s:3:\"fkp\";i:42;s:3:\"gbp\";i:43;s:3:\"gel\";i:44;s:3:\"gip\";i:45;s:3:\"gmd\";i:46;s:3:\"gnf\";i:47;s:3:\"gtq\";i:48;s:3:\"gyd\";i:49;s:3:\"hkd\";i:50;s:3:\"hnl\";i:51;s:3:\"htg\";i:52;s:3:\"huf\";i:53;s:3:\"idr\";i:54;s:3:\"ils\";i:55;s:3:\"inr\";i:56;s:3:\"isk\";i:57;s:3:\"jmd\";i:58;s:3:\"jpy\";i:59;s:3:\"kes\";i:60;s:3:\"kgs\";i:61;s:3:\"khr\";i:62;s:3:\"kmf\";i:63;s:3:\"krw\";i:64;s:3:\"kyd\";i:65;s:3:\"kzt\";i:66;s:3:\"lak\";i:67;s:3:\"lbp\";i:68;s:3:\"lkr\";i:69;s:3:\"lrd\";i:70;s:3:\"lsl\";i:71;s:3:\"mad\";i:72;s:3:\"mdl\";i:73;s:3:\"mga\";i:74;s:3:\"mkd\";i:75;s:3:\"mmk\";i:76;s:3:\"mnt\";i:77;s:3:\"mop\";i:78;s:3:\"mur\";i:79;s:3:\"mvr\";i:80;s:3:\"mwk\";i:81;s:3:\"mxn\";i:82;s:3:\"myr\";i:83;s:3:\"mzn\";i:84;s:3:\"nad\";i:85;s:3:\"ngn\";i:86;s:3:\"nio\";i:87;s:3:\"nok\";i:88;s:3:\"npr\";i:89;s:3:\"nzd\";i:90;s:3:\"pab\";i:91;s:3:\"pen\";i:92;s:3:\"pgk\";i:93;s:3:\"php\";i:94;s:3:\"pkr\";i:95;s:3:\"pln\";i:96;s:3:\"pyg\";i:97;s:3:\"qar\";i:98;s:3:\"ron\";i:99;s:3:\"rsd\";i:100;s:3:\"rub\";i:101;s:3:\"rwf\";i:102;s:3:\"sar\";i:103;s:3:\"sbd\";i:104;s:3:\"scr\";i:105;s:3:\"sek\";i:106;s:3:\"sgd\";i:107;s:3:\"shp\";i:108;s:3:\"sle\";i:109;s:3:\"sos\";i:110;s:3:\"srd\";i:111;s:3:\"std\";i:112;s:3:\"szl\";i:113;s:3:\"thb\";i:114;s:3:\"tjs\";i:115;s:3:\"top\";i:116;s:3:\"try\";i:117;s:3:\"ttd\";i:118;s:3:\"twd\";i:119;s:3:\"tzs\";i:120;s:3:\"uah\";i:121;s:3:\"ugx\";i:122;s:3:\"uyu\";i:123;s:3:\"uzs\";i:124;s:3:\"vnd\";i:125;s:3:\"vuv\";i:126;s:3:\"wst\";i:127;s:3:\"xaf\";i:128;s:3:\"xcd\";i:129;s:3:\"xof\";i:130;s:3:\"xpf\";i:131;s:3:\"yer\";i:132;s:3:\"zar\";i:133;s:3:\"zmw\";}}s:7:\"country\";s:2:\"FR\";s:25:\"instant_deposits_eligible\";b:0;s:21:\"card_present_eligible\";b:0;s:26:\"has_card_readers_available\";b:0;s:26:\"platform_checkout_eligible\";b:0;s:33:\"platform_direct_checkout_eligible\";b:0;s:37:\"platform_global_theme_support_enabled\";b:0;s:16:\"business_profile\";a:5:{s:4:\"name\";s:10:\"returndays\";s:3:\"url\";s:22:\"https://returndays.com\";s:15:\"support_address\";a:0:{}s:13:\"support_email\";s:26:\"returndaysgaming@gmail.com\";s:13:\"support_phone\";N;}s:8:\"branding\";a:4:{s:4:\"icon\";N;s:4:\"logo\";N;s:13:\"primary_color\";N;s:15:\"secondary_color\";N;}s:6:\"locale\";s:5:\"en_US\";s:22:\"has_more_failed_events\";b:0;s:22:\"has_submitted_vat_data\";b:0;s:20:\"is_documents_enabled\";b:1;s:32:\"card_testing_protection_eligible\";b:0;s:22:\"progressive_onboarding\";a:5:{s:10:\"is_enabled\";b:0;s:11:\"is_complete\";b:0;s:3:\"tpv\";N;s:22:\"first_transaction_date\";N;s:17:\"kyc_deadline_date\";N;}s:25:\"fraud_mitigation_settings\";a:2:{s:17:\"avs_check_enabled\";b:0;s:17:\"cvc_check_enabled\";b:1;}s:39:\"is_deferred_intent_creation_upe_enabled\";b:1;s:22:\"pre_check_save_my_info\";b:0;}s:7:\"fetched\";i:1730828202;s:7:\"errored\";b:0;}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_actionscheduler_actions`]
INSERT INTO wp_actionscheduler_actions ( `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `schedule`, `group_id`, `priority`, `args` )
SELECT 'wcpay_update_compatibility_data', 'pending', '2024-11-05 17:38:42', '2024-11-05 17:38:42', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1730828322;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1730828322;}', 10, 10, '[]' FROM DUAL
WHERE ( SELECT NULL FROM DUAL ) IS NULL
WordPress database error: [INSERT, UPDATE command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_options`] INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('wcpay_account_data', 'a:3:{s:4:\"data\";a:46:{s:10:\"account_id\";s:21:\"acct_1M89FSCLXcPLcd71\";s:5:\"email\";s:23:\"sanyadaniel86@yahoo.com\";s:20:\"live_publishable_key\";s:107:\"pk_live_51ETDmyFuiXB5oUVxaIafkGPnwuNcBxr1pXVhvLJ4BrWuiqfG6SldjatOGLQhuqXnDmgqwRA7tDoSFlbY4wFji7KR0079TvtxNs\";s:20:\"test_publishable_key\";s:107:\"pk_test_51ETDmyFuiXB5oUVxwSobQMW5Tno1GclIq7ePZWzLeW4q8oa7Zb8hI5VfwI5sNT5nXuKYinLukNvGCXmsQXAoDGHG00MqHqlYHR\";s:7:\"is_live\";b:1;s:13:\"is_test_drive\";b:0;s:7:\"created\";s:19:\"2022-11-25 21:15:52\";s:24:\"has_pending_requirements\";b:0;s:23:\"has_future_requirements\";b:0;s:24:\"has_overdue_requirements\";b:0;s:17:\"details_submitted\";b:1;s:16:\"current_deadline\";N;s:6:\"status\";s:8:\"complete\";s:12:\"capabilities\";a:20:{s:19:\"bancontact_payments\";s:6:\"active\";s:13:\"card_payments\";s:6:\"active\";s:12:\"eps_payments\";s:6:\"active\";s:16:\"giropay_payments\";s:6:\"active\";s:14:\"ideal_payments\";s:6:\"active\";s:12:\"p24_payments\";s:6:\"active\";s:15:\"sofort_payments\";s:6:\"active\";s:9:\"transfers\";s:6:\"active\";s:13:\"alma_payments\";s:11:\"unrequested\";s:22:\"bank_transfer_payments\";s:11:\"unrequested\";s:13:\"blik_payments\";s:11:\"unrequested\";s:25:\"cartes_bancaires_payments\";s:11:\"unrequested\";s:6:\"klarna\";s:11:\"unrequested\";s:15:\"klarna_payments\";s:11:\"unrequested\";s:13:\"link_payments\";s:11:\"unrequested\";s:18:\"mobilepay_payments\";s:11:\"unrequested\";s:19:\"multibanco_payments\";s:11:\"unrequested\";s:27:\"sepa_bank_transfer_payments\";s:11:\"unrequested\";s:19:\"sepa_debit_payments\";s:11:\"unrequested\";s:14:\"twint_payments\";s:11:\"unrequested\";}s:23:\"capability_requirements\";a:20:{s:13:\"alma_payments\";a:0:{}s:19:\"bancontact_payments\";a:0:{}s:22:\"bank_transfer_payments\";a:0:{}s:13:\"blik_payments\";a:0:{}s:13:\"card_payments\";a:0:{}s:25:\"cartes_bancaires_payments\";a:0:{}s:12:\"eps_payments\";a:0:{}s:16:\"giropay_payments\";a:0:{}s:14:\"ideal_payments\";a:0:{}s:6:\"klarna\";a:0:{}s:15:\"klarna_payments\";a:0:{}s:13:\"link_payments\";a:0:{}s:18:\"mobilepay_payments\";a:0:{}s:19:\"multibanco_payments\";a:0:{}s:12:\"p24_payments\";a:0:{}s:27:\"sepa_bank_transfer_payments\";a:0:{}s:19:\"sepa_debit_payments\";a:0:{}s:15:\"sofort_payments\";a:0:{}s:9:\"transfers\";a:0:{}s:14:\"twint_payments\";a:0:{}}s:16:\"payments_enabled\";b:1;s:8:\"deposits\";a:9:{s:6:\"status\";s:7:\"enabled\";s:12:\"restrictions\";s:21:\"deposits_unrestricted\";s:8:\"interval\";s:5:\"daily\";s:13:\"weekly_anchor\";s:0:\"\";s:14:\"monthly_anchor\";N;s:10:\"delay_days\";i:3;s:24:\"completed_waiting_period\";b:0;s:30:\"minimum_manual_deposit_amounts\";a:19:{s:3:\"aud\";i:500;s:3:\"bgn\";i:100;s:3:\"cad\";i:500;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:5000;s:3:\"eur\";i:500;s:3:\"gbp\";i:500;s:3:\"hkd\";i:5000;s:3:\"huf\";i:36000;s:3:\"nok\";i:5000;s:3:\"nzd\";i:500;s:3:\"jpy\";i:50;s:3:\"sek\";i:5000;s:3:\"sgd\";i:500;s:3:\"usd\";i:500;s:3:\"ron\";i:500;s:3:\"pln\";i:500;s:3:\"aed\";i:200;}s:33:\"minimum_scheduled_deposit_amounts\";a:19:{s:3:\"aed\";i:200;s:3:\"aud\";i:0;s:3:\"bgn\";i:100;s:3:\"cad\";i:0;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:2000;s:3:\"eur\";i:100;s:3:\"gbp\";i:100;s:3:\"hkd\";i:0;s:3:\"huf\";i:36000;s:3:\"jpy\";i:1;s:3:\"nok\";i:2000;s:3:\"nzd\";i:0;s:3:\"pln\";i:500;s:3:\"ron\";i:500;s:3:\"sek\";i:2000;s:3:\"sgd\";i:100;s:3:\"usd\";i:0;}}s:29:\"lifetime_total_payment_volume\";i:0;s:12:\"requirements\";a:1:{s:6:\"errors\";a:0:{}}s:20:\"statement_descriptor\";s:14:\"RETURNDAYS.COM\";s:26:\"statement_descriptor_kanji\";s:0:\"\";s:25:\"statement_descriptor_kana\";s:0:\"\";s:20:\"latest_tos_agreement\";a:3:{s:4:\"date\";s:19:\"2022-11-25 21:15:52\";s:6:\"source\";s:6:\"signup\";s:18:\"is_current_version\";b:1;}s:4:\"fees\";a:10:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}s:4:\"card\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.02;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.02;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:10:\"bancontact\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:3:\"eps\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.018;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:5:\"ideal\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:29;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:7:\"giropay\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:3:\"p24\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.022;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:6:\"sofort\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:6:\"klarna\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.0499;s:10:\"fixed_rate\";i:40;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}}s:7:\"capital\";a:3:{s:15:\"has_active_loan\";b:0;s:18:\"has_previous_loans\";b:0;s:5:\"loans\";a:0:{}}s:14:\"fraud_services\";a:2:{s:6:\"stripe\";a:0:{}s:4:\"sift\";a:2:{s:10:\"beacon_key\";s:10:\"affbdadb36\";s:18:\"sandbox_beacon_key\";s:10:\"6ad0ad748b\";}}s:16:\"store_currencies\";a:2:{s:7:\"default\";s:3:\"eur\";s:9:\"supported\";a:1:{i:0;s:3:\"eur\";}}s:19:\"customer_currencies\";a:1:{s:9:\"supported\";a:134:{i:0;s:3:\"usd\";i:1;s:3:\"aed\";i:2;s:3:\"afn\";i:3;s:3:\"all\";i:4;s:3:\"amd\";i:5;s:3:\"ang\";i:6;s:3:\"aoa\";i:7;s:3:\"ars\";i:8;s:3:\"aud\";i:9;s:3:\"awg\";i:10;s:3:\"azn\";i:11;s:3:\"bam\";i:12;s:3:\"bbd\";i:13;s:3:\"bdt\";i:14;s:3:\"bgn\";i:15;s:3:\"bif\";i:16;s:3:\"bmd\";i:17;s:3:\"bnd\";i:18;s:3:\"bob\";i:19;s:3:\"brl\";i:20;s:3:\"bsd\";i:21;s:3:\"bwp\";i:22;s:3:\"byn\";i:23;s:3:\"bzd\";i:24;s:3:\"cad\";i:25;s:3:\"cdf\";i:26;s:3:\"chf\";i:27;s:3:\"clp\";i:28;s:3:\"cny\";i:29;s:3:\"cop\";i:30;s:3:\"crc\";i:31;s:3:\"cve\";i:32;s:3:\"czk\";i:33;s:3:\"djf\";i:34;s:3:\"dkk\";i:35;s:3:\"dop\";i:36;s:3:\"dzd\";i:37;s:3:\"egp\";i:38;s:3:\"etb\";i:39;s:3:\"eur\";i:40;s:3:\"fjd\";i:41;s:3:\"fkp\";i:42;s:3:\"gbp\";i:43;s:3:\"gel\";i:44;s:3:\"gip\";i:45;s:3:\"gmd\";i:46;s:3:\"gnf\";i:47;s:3:\"gtq\";i:48;s:3:\"gyd\";i:49;s:3:\"hkd\";i:50;s:3:\"hnl\";i:51;s:3:\"htg\";i:52;s:3:\"huf\";i:53;s:3:\"idr\";i:54;s:3:\"ils\";i:55;s:3:\"inr\";i:56;s:3:\"isk\";i:57;s:3:\"jmd\";i:58;s:3:\"jpy\";i:59;s:3:\"kes\";i:60;s:3:\"kgs\";i:61;s:3:\"khr\";i:62;s:3:\"kmf\";i:63;s:3:\"krw\";i:64;s:3:\"kyd\";i:65;s:3:\"kzt\";i:66;s:3:\"lak\";i:67;s:3:\"lbp\";i:68;s:3:\"lkr\";i:69;s:3:\"lrd\";i:70;s:3:\"lsl\";i:71;s:3:\"mad\";i:72;s:3:\"mdl\";i:73;s:3:\"mga\";i:74;s:3:\"mkd\";i:75;s:3:\"mmk\";i:76;s:3:\"mnt\";i:77;s:3:\"mop\";i:78;s:3:\"mur\";i:79;s:3:\"mvr\";i:80;s:3:\"mwk\";i:81;s:3:\"mxn\";i:82;s:3:\"myr\";i:83;s:3:\"mzn\";i:84;s:3:\"nad\";i:85;s:3:\"ngn\";i:86;s:3:\"nio\";i:87;s:3:\"nok\";i:88;s:3:\"npr\";i:89;s:3:\"nzd\";i:90;s:3:\"pab\";i:91;s:3:\"pen\";i:92;s:3:\"pgk\";i:93;s:3:\"php\";i:94;s:3:\"pkr\";i:95;s:3:\"pln\";i:96;s:3:\"pyg\";i:97;s:3:\"qar\";i:98;s:3:\"ron\";i:99;s:3:\"rsd\";i:100;s:3:\"rub\";i:101;s:3:\"rwf\";i:102;s:3:\"sar\";i:103;s:3:\"sbd\";i:104;s:3:\"scr\";i:105;s:3:\"sek\";i:106;s:3:\"sgd\";i:107;s:3:\"shp\";i:108;s:3:\"sle\";i:109;s:3:\"sos\";i:110;s:3:\"srd\";i:111;s:3:\"std\";i:112;s:3:\"szl\";i:113;s:3:\"thb\";i:114;s:3:\"tjs\";i:115;s:3:\"top\";i:116;s:3:\"try\";i:117;s:3:\"ttd\";i:118;s:3:\"twd\";i:119;s:3:\"tzs\";i:120;s:3:\"uah\";i:121;s:3:\"ugx\";i:122;s:3:\"uyu\";i:123;s:3:\"uzs\";i:124;s:3:\"vnd\";i:125;s:3:\"vuv\";i:126;s:3:\"wst\";i:127;s:3:\"xaf\";i:128;s:3:\"xcd\";i:129;s:3:\"xof\";i:130;s:3:\"xpf\";i:131;s:3:\"yer\";i:132;s:3:\"zar\";i:133;s:3:\"zmw\";}}s:7:\"country\";s:2:\"FR\";s:25:\"instant_deposits_eligible\";b:0;s:21:\"card_present_eligible\";b:0;s:26:\"has_card_readers_available\";b:0;s:26:\"platform_checkout_eligible\";b:0;s:33:\"platform_direct_checkout_eligible\";b:0;s:37:\"platform_global_theme_support_enabled\";b:0;s:16:\"business_profile\";a:5:{s:4:\"name\";s:10:\"returndays\";s:3:\"url\";s:22:\"https://returndays.com\";s:15:\"support_address\";a:0:{}s:13:\"support_email\";s:26:\"returndaysgaming@gmail.com\";s:13:\"support_phone\";N;}s:8:\"branding\";a:4:{s:4:\"icon\";N;s:4:\"logo\";N;s:13:\"primary_color\";N;s:15:\"secondary_color\";N;}s:6:\"locale\";s:5:\"en_US\";s:22:\"has_more_failed_events\";b:0;s:22:\"has_submitted_vat_data\";b:0;s:20:\"is_documents_enabled\";b:1;s:32:\"card_testing_protection_eligible\";b:0;s:22:\"progressive_onboarding\";a:5:{s:10:\"is_enabled\";b:0;s:11:\"is_complete\";b:0;s:3:\"tpv\";N;s:22:\"first_transaction_date\";N;s:17:\"kyc_deadline_date\";N;}s:25:\"fraud_mitigation_settings\";a:2:{s:17:\"avs_check_enabled\";b:0;s:17:\"cvc_check_enabled\";b:1;}s:39:\"is_deferred_intent_creation_upe_enabled\";b:1;s:22:\"pre_check_save_my_info\";b:0;}s:7:\"fetched\";i:1730828202;s:7:\"errored\";b:0;}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_actionscheduler_actions`]
INSERT INTO wp_actionscheduler_actions ( `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `schedule`, `group_id`, `priority`, `args` )
SELECT 'wcpay_update_compatibility_data', 'pending', '2024-11-05 17:38:42', '2024-11-05 17:38:42', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1730828322;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1730828322;}', 10, 10, '[]' FROM DUAL
WHERE ( SELECT NULL FROM DUAL ) IS NULL
WordPress database error: [UPDATE command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_options`] UPDATE `wp_options` SET `option_value` = '8.3.1' WHERE `option_name` = 'woocommerce_woocommerce_payments_version'
WordPress database error: [INSERT, UPDATE command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_options`] INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('wcpay_account_data', 'a:3:{s:4:\"data\";a:46:{s:10:\"account_id\";s:21:\"acct_1M89FSCLXcPLcd71\";s:5:\"email\";s:23:\"sanyadaniel86@yahoo.com\";s:20:\"live_publishable_key\";s:107:\"pk_live_51ETDmyFuiXB5oUVxaIafkGPnwuNcBxr1pXVhvLJ4BrWuiqfG6SldjatOGLQhuqXnDmgqwRA7tDoSFlbY4wFji7KR0079TvtxNs\";s:20:\"test_publishable_key\";s:107:\"pk_test_51ETDmyFuiXB5oUVxwSobQMW5Tno1GclIq7ePZWzLeW4q8oa7Zb8hI5VfwI5sNT5nXuKYinLukNvGCXmsQXAoDGHG00MqHqlYHR\";s:7:\"is_live\";b:1;s:13:\"is_test_drive\";b:0;s:7:\"created\";s:19:\"2022-11-25 21:15:52\";s:24:\"has_pending_requirements\";b:0;s:23:\"has_future_requirements\";b:0;s:24:\"has_overdue_requirements\";b:0;s:17:\"details_submitted\";b:1;s:16:\"current_deadline\";N;s:6:\"status\";s:8:\"complete\";s:12:\"capabilities\";a:20:{s:19:\"bancontact_payments\";s:6:\"active\";s:13:\"card_payments\";s:6:\"active\";s:12:\"eps_payments\";s:6:\"active\";s:16:\"giropay_payments\";s:6:\"active\";s:14:\"ideal_payments\";s:6:\"active\";s:12:\"p24_payments\";s:6:\"active\";s:15:\"sofort_payments\";s:6:\"active\";s:9:\"transfers\";s:6:\"active\";s:13:\"alma_payments\";s:11:\"unrequested\";s:22:\"bank_transfer_payments\";s:11:\"unrequested\";s:13:\"blik_payments\";s:11:\"unrequested\";s:25:\"cartes_bancaires_payments\";s:11:\"unrequested\";s:6:\"klarna\";s:11:\"unrequested\";s:15:\"klarna_payments\";s:11:\"unrequested\";s:13:\"link_payments\";s:11:\"unrequested\";s:18:\"mobilepay_payments\";s:11:\"unrequested\";s:19:\"multibanco_payments\";s:11:\"unrequested\";s:27:\"sepa_bank_transfer_payments\";s:11:\"unrequested\";s:19:\"sepa_debit_payments\";s:11:\"unrequested\";s:14:\"twint_payments\";s:11:\"unrequested\";}s:23:\"capability_requirements\";a:20:{s:13:\"alma_payments\";a:0:{}s:19:\"bancontact_payments\";a:0:{}s:22:\"bank_transfer_payments\";a:0:{}s:13:\"blik_payments\";a:0:{}s:13:\"card_payments\";a:0:{}s:25:\"cartes_bancaires_payments\";a:0:{}s:12:\"eps_payments\";a:0:{}s:16:\"giropay_payments\";a:0:{}s:14:\"ideal_payments\";a:0:{}s:6:\"klarna\";a:0:{}s:15:\"klarna_payments\";a:0:{}s:13:\"link_payments\";a:0:{}s:18:\"mobilepay_payments\";a:0:{}s:19:\"multibanco_payments\";a:0:{}s:12:\"p24_payments\";a:0:{}s:27:\"sepa_bank_transfer_payments\";a:0:{}s:19:\"sepa_debit_payments\";a:0:{}s:15:\"sofort_payments\";a:0:{}s:9:\"transfers\";a:0:{}s:14:\"twint_payments\";a:0:{}}s:16:\"payments_enabled\";b:1;s:8:\"deposits\";a:9:{s:6:\"status\";s:7:\"enabled\";s:12:\"restrictions\";s:21:\"deposits_unrestricted\";s:8:\"interval\";s:5:\"daily\";s:13:\"weekly_anchor\";s:0:\"\";s:14:\"monthly_anchor\";N;s:10:\"delay_days\";i:3;s:24:\"completed_waiting_period\";b:0;s:30:\"minimum_manual_deposit_amounts\";a:19:{s:3:\"aud\";i:500;s:3:\"bgn\";i:100;s:3:\"cad\";i:500;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:5000;s:3:\"eur\";i:500;s:3:\"gbp\";i:500;s:3:\"hkd\";i:5000;s:3:\"huf\";i:36000;s:3:\"nok\";i:5000;s:3:\"nzd\";i:500;s:3:\"jpy\";i:50;s:3:\"sek\";i:5000;s:3:\"sgd\";i:500;s:3:\"usd\";i:500;s:3:\"ron\";i:500;s:3:\"pln\";i:500;s:3:\"aed\";i:200;}s:33:\"minimum_scheduled_deposit_amounts\";a:19:{s:3:\"aed\";i:200;s:3:\"aud\";i:0;s:3:\"bgn\";i:100;s:3:\"cad\";i:0;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:2000;s:3:\"eur\";i:100;s:3:\"gbp\";i:100;s:3:\"hkd\";i:0;s:3:\"huf\";i:36000;s:3:\"jpy\";i:1;s:3:\"nok\";i:2000;s:3:\"nzd\";i:0;s:3:\"pln\";i:500;s:3:\"ron\";i:500;s:3:\"sek\";i:2000;s:3:\"sgd\";i:100;s:3:\"usd\";i:0;}}s:29:\"lifetime_total_payment_volume\";i:0;s:12:\"requirements\";a:1:{s:6:\"errors\";a:0:{}}s:20:\"statement_descriptor\";s:14:\"RETURNDAYS.COM\";s:26:\"statement_descriptor_kanji\";s:0:\"\";s:25:\"statement_descriptor_kana\";s:0:\"\";s:20:\"latest_tos_agreement\";a:3:{s:4:\"date\";s:19:\"2022-11-25 21:15:52\";s:6:\"source\";s:6:\"signup\";s:18:\"is_current_version\";b:1;}s:4:\"fees\";a:10:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}s:4:\"card\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.02;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.02;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:10:\"bancontact\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:3:\"eps\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.018;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:5:\"ideal\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:29;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:7:\"giropay\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:3:\"p24\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.022;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:6:\"sofort\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:6:\"klarna\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.0499;s:10:\"fixed_rate\";i:40;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}}s:7:\"capital\";a:3:{s:15:\"has_active_loan\";b:0;s:18:\"has_previous_loans\";b:0;s:5:\"loans\";a:0:{}}s:14:\"fraud_services\";a:2:{s:6:\"stripe\";a:0:{}s:4:\"sift\";a:2:{s:10:\"beacon_key\";s:10:\"affbdadb36\";s:18:\"sandbox_beacon_key\";s:10:\"6ad0ad748b\";}}s:16:\"store_currencies\";a:2:{s:7:\"default\";s:3:\"eur\";s:9:\"supported\";a:1:{i:0;s:3:\"eur\";}}s:19:\"customer_currencies\";a:1:{s:9:\"supported\";a:134:{i:0;s:3:\"usd\";i:1;s:3:\"aed\";i:2;s:3:\"afn\";i:3;s:3:\"all\";i:4;s:3:\"amd\";i:5;s:3:\"ang\";i:6;s:3:\"aoa\";i:7;s:3:\"ars\";i:8;s:3:\"aud\";i:9;s:3:\"awg\";i:10;s:3:\"azn\";i:11;s:3:\"bam\";i:12;s:3:\"bbd\";i:13;s:3:\"bdt\";i:14;s:3:\"bgn\";i:15;s:3:\"bif\";i:16;s:3:\"bmd\";i:17;s:3:\"bnd\";i:18;s:3:\"bob\";i:19;s:3:\"brl\";i:20;s:3:\"bsd\";i:21;s:3:\"bwp\";i:22;s:3:\"byn\";i:23;s:3:\"bzd\";i:24;s:3:\"cad\";i:25;s:3:\"cdf\";i:26;s:3:\"chf\";i:27;s:3:\"clp\";i:28;s:3:\"cny\";i:29;s:3:\"cop\";i:30;s:3:\"crc\";i:31;s:3:\"cve\";i:32;s:3:\"czk\";i:33;s:3:\"djf\";i:34;s:3:\"dkk\";i:35;s:3:\"dop\";i:36;s:3:\"dzd\";i:37;s:3:\"egp\";i:38;s:3:\"etb\";i:39;s:3:\"eur\";i:40;s:3:\"fjd\";i:41;s:3:\"fkp\";i:42;s:3:\"gbp\";i:43;s:3:\"gel\";i:44;s:3:\"gip\";i:45;s:3:\"gmd\";i:46;s:3:\"gnf\";i:47;s:3:\"gtq\";i:48;s:3:\"gyd\";i:49;s:3:\"hkd\";i:50;s:3:\"hnl\";i:51;s:3:\"htg\";i:52;s:3:\"huf\";i:53;s:3:\"idr\";i:54;s:3:\"ils\";i:55;s:3:\"inr\";i:56;s:3:\"isk\";i:57;s:3:\"jmd\";i:58;s:3:\"jpy\";i:59;s:3:\"kes\";i:60;s:3:\"kgs\";i:61;s:3:\"khr\";i:62;s:3:\"kmf\";i:63;s:3:\"krw\";i:64;s:3:\"kyd\";i:65;s:3:\"kzt\";i:66;s:3:\"lak\";i:67;s:3:\"lbp\";i:68;s:3:\"lkr\";i:69;s:3:\"lrd\";i:70;s:3:\"lsl\";i:71;s:3:\"mad\";i:72;s:3:\"mdl\";i:73;s:3:\"mga\";i:74;s:3:\"mkd\";i:75;s:3:\"mmk\";i:76;s:3:\"mnt\";i:77;s:3:\"mop\";i:78;s:3:\"mur\";i:79;s:3:\"mvr\";i:80;s:3:\"mwk\";i:81;s:3:\"mxn\";i:82;s:3:\"myr\";i:83;s:3:\"mzn\";i:84;s:3:\"nad\";i:85;s:3:\"ngn\";i:86;s:3:\"nio\";i:87;s:3:\"nok\";i:88;s:3:\"npr\";i:89;s:3:\"nzd\";i:90;s:3:\"pab\";i:91;s:3:\"pen\";i:92;s:3:\"pgk\";i:93;s:3:\"php\";i:94;s:3:\"pkr\";i:95;s:3:\"pln\";i:96;s:3:\"pyg\";i:97;s:3:\"qar\";i:98;s:3:\"ron\";i:99;s:3:\"rsd\";i:100;s:3:\"rub\";i:101;s:3:\"rwf\";i:102;s:3:\"sar\";i:103;s:3:\"sbd\";i:104;s:3:\"scr\";i:105;s:3:\"sek\";i:106;s:3:\"sgd\";i:107;s:3:\"shp\";i:108;s:3:\"sle\";i:109;s:3:\"sos\";i:110;s:3:\"srd\";i:111;s:3:\"std\";i:112;s:3:\"szl\";i:113;s:3:\"thb\";i:114;s:3:\"tjs\";i:115;s:3:\"top\";i:116;s:3:\"try\";i:117;s:3:\"ttd\";i:118;s:3:\"twd\";i:119;s:3:\"tzs\";i:120;s:3:\"uah\";i:121;s:3:\"ugx\";i:122;s:3:\"uyu\";i:123;s:3:\"uzs\";i:124;s:3:\"vnd\";i:125;s:3:\"vuv\";i:126;s:3:\"wst\";i:127;s:3:\"xaf\";i:128;s:3:\"xcd\";i:129;s:3:\"xof\";i:130;s:3:\"xpf\";i:131;s:3:\"yer\";i:132;s:3:\"zar\";i:133;s:3:\"zmw\";}}s:7:\"country\";s:2:\"FR\";s:25:\"instant_deposits_eligible\";b:0;s:21:\"card_present_eligible\";b:0;s:26:\"has_card_readers_available\";b:0;s:26:\"platform_checkout_eligible\";b:0;s:33:\"platform_direct_checkout_eligible\";b:0;s:37:\"platform_global_theme_support_enabled\";b:0;s:16:\"business_profile\";a:5:{s:4:\"name\";s:10:\"returndays\";s:3:\"url\";s:22:\"https://returndays.com\";s:15:\"support_address\";a:0:{}s:13:\"support_email\";s:26:\"returndaysgaming@gmail.com\";s:13:\"support_phone\";N;}s:8:\"branding\";a:4:{s:4:\"icon\";N;s:4:\"logo\";N;s:13:\"primary_color\";N;s:15:\"secondary_color\";N;}s:6:\"locale\";s:5:\"en_US\";s:22:\"has_more_failed_events\";b:0;s:22:\"has_submitted_vat_data\";b:0;s:20:\"is_documents_enabled\";b:1;s:32:\"card_testing_protection_eligible\";b:0;s:22:\"progressive_onboarding\";a:5:{s:10:\"is_enabled\";b:0;s:11:\"is_complete\";b:0;s:3:\"tpv\";N;s:22:\"first_transaction_date\";N;s:17:\"kyc_deadline_date\";N;}s:25:\"fraud_mitigation_settings\";a:2:{s:17:\"avs_check_enabled\";b:0;s:17:\"cvc_check_enabled\";b:1;}s:39:\"is_deferred_intent_creation_upe_enabled\";b:1;s:22:\"pre_check_save_my_info\";b:0;}s:7:\"fetched\";i:1730828203;s:7:\"errored\";b:0;}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_actionscheduler_actions`]
INSERT INTO wp_actionscheduler_actions ( `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `schedule`, `group_id`, `priority`, `args` )
SELECT 'wcpay_update_compatibility_data', 'pending', '2024-11-05 17:38:43', '2024-11-05 17:38:43', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1730828323;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1730828323;}', 10, 10, '[]' FROM DUAL
WHERE ( SELECT NULL FROM DUAL ) IS NULL
WordPress database error: [INSERT, UPDATE command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_options`] INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('wcpay_account_data', 'a:3:{s:4:\"data\";a:46:{s:10:\"account_id\";s:21:\"acct_1M89FSCLXcPLcd71\";s:5:\"email\";s:23:\"sanyadaniel86@yahoo.com\";s:20:\"live_publishable_key\";s:107:\"pk_live_51ETDmyFuiXB5oUVxaIafkGPnwuNcBxr1pXVhvLJ4BrWuiqfG6SldjatOGLQhuqXnDmgqwRA7tDoSFlbY4wFji7KR0079TvtxNs\";s:20:\"test_publishable_key\";s:107:\"pk_test_51ETDmyFuiXB5oUVxwSobQMW5Tno1GclIq7ePZWzLeW4q8oa7Zb8hI5VfwI5sNT5nXuKYinLukNvGCXmsQXAoDGHG00MqHqlYHR\";s:7:\"is_live\";b:1;s:13:\"is_test_drive\";b:0;s:7:\"created\";s:19:\"2022-11-25 21:15:52\";s:24:\"has_pending_requirements\";b:0;s:23:\"has_future_requirements\";b:0;s:24:\"has_overdue_requirements\";b:0;s:17:\"details_submitted\";b:1;s:16:\"current_deadline\";N;s:6:\"status\";s:8:\"complete\";s:12:\"capabilities\";a:20:{s:19:\"bancontact_payments\";s:6:\"active\";s:13:\"card_payments\";s:6:\"active\";s:12:\"eps_payments\";s:6:\"active\";s:16:\"giropay_payments\";s:6:\"active\";s:14:\"ideal_payments\";s:6:\"active\";s:12:\"p24_payments\";s:6:\"active\";s:15:\"sofort_payments\";s:6:\"active\";s:9:\"transfers\";s:6:\"active\";s:13:\"alma_payments\";s:11:\"unrequested\";s:22:\"bank_transfer_payments\";s:11:\"unrequested\";s:13:\"blik_payments\";s:11:\"unrequested\";s:25:\"cartes_bancaires_payments\";s:11:\"unrequested\";s:6:\"klarna\";s:11:\"unrequested\";s:15:\"klarna_payments\";s:11:\"unrequested\";s:13:\"link_payments\";s:11:\"unrequested\";s:18:\"mobilepay_payments\";s:11:\"unrequested\";s:19:\"multibanco_payments\";s:11:\"unrequested\";s:27:\"sepa_bank_transfer_payments\";s:11:\"unrequested\";s:19:\"sepa_debit_payments\";s:11:\"unrequested\";s:14:\"twint_payments\";s:11:\"unrequested\";}s:23:\"capability_requirements\";a:20:{s:13:\"alma_payments\";a:0:{}s:19:\"bancontact_payments\";a:0:{}s:22:\"bank_transfer_payments\";a:0:{}s:13:\"blik_payments\";a:0:{}s:13:\"card_payments\";a:0:{}s:25:\"cartes_bancaires_payments\";a:0:{}s:12:\"eps_payments\";a:0:{}s:16:\"giropay_payments\";a:0:{}s:14:\"ideal_payments\";a:0:{}s:6:\"klarna\";a:0:{}s:15:\"klarna_payments\";a:0:{}s:13:\"link_payments\";a:0:{}s:18:\"mobilepay_payments\";a:0:{}s:19:\"multibanco_payments\";a:0:{}s:12:\"p24_payments\";a:0:{}s:27:\"sepa_bank_transfer_payments\";a:0:{}s:19:\"sepa_debit_payments\";a:0:{}s:15:\"sofort_payments\";a:0:{}s:9:\"transfers\";a:0:{}s:14:\"twint_payments\";a:0:{}}s:16:\"payments_enabled\";b:1;s:8:\"deposits\";a:9:{s:6:\"status\";s:7:\"enabled\";s:12:\"restrictions\";s:21:\"deposits_unrestricted\";s:8:\"interval\";s:5:\"daily\";s:13:\"weekly_anchor\";s:0:\"\";s:14:\"monthly_anchor\";N;s:10:\"delay_days\";i:3;s:24:\"completed_waiting_period\";b:0;s:30:\"minimum_manual_deposit_amounts\";a:19:{s:3:\"aud\";i:500;s:3:\"bgn\";i:100;s:3:\"cad\";i:500;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:5000;s:3:\"eur\";i:500;s:3:\"gbp\";i:500;s:3:\"hkd\";i:5000;s:3:\"huf\";i:36000;s:3:\"nok\";i:5000;s:3:\"nzd\";i:500;s:3:\"jpy\";i:50;s:3:\"sek\";i:5000;s:3:\"sgd\";i:500;s:3:\"usd\";i:500;s:3:\"ron\";i:500;s:3:\"pln\";i:500;s:3:\"aed\";i:200;}s:33:\"minimum_scheduled_deposit_amounts\";a:19:{s:3:\"aed\";i:200;s:3:\"aud\";i:0;s:3:\"bgn\";i:100;s:3:\"cad\";i:0;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:2000;s:3:\"eur\";i:100;s:3:\"gbp\";i:100;s:3:\"hkd\";i:0;s:3:\"huf\";i:36000;s:3:\"jpy\";i:1;s:3:\"nok\";i:2000;s:3:\"nzd\";i:0;s:3:\"pln\";i:500;s:3:\"ron\";i:500;s:3:\"sek\";i:2000;s:3:\"sgd\";i:100;s:3:\"usd\";i:0;}}s:29:\"lifetime_total_payment_volume\";i:0;s:12:\"requirements\";a:1:{s:6:\"errors\";a:0:{}}s:20:\"statement_descriptor\";s:14:\"RETURNDAYS.COM\";s:26:\"statement_descriptor_kanji\";s:0:\"\";s:25:\"statement_descriptor_kana\";s:0:\"\";s:20:\"latest_tos_agreement\";a:3:{s:4:\"date\";s:19:\"2022-11-25 21:15:52\";s:6:\"source\";s:6:\"signup\";s:18:\"is_current_version\";b:1;}s:4:\"fees\";a:10:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}s:4:\"card\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.02;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.02;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:10:\"bancontact\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:3:\"eps\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.018;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:5:\"ideal\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:29;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:7:\"giropay\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:3:\"p24\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.022;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:6:\"sofort\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:6:\"klarna\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.0499;s:10:\"fixed_rate\";i:40;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}}s:7:\"capital\";a:3:{s:15:\"has_active_loan\";b:0;s:18:\"has_previous_loans\";b:0;s:5:\"loans\";a:0:{}}s:14:\"fraud_services\";a:2:{s:6:\"stripe\";a:0:{}s:4:\"sift\";a:2:{s:10:\"beacon_key\";s:10:\"affbdadb36\";s:18:\"sandbox_beacon_key\";s:10:\"6ad0ad748b\";}}s:16:\"store_currencies\";a:2:{s:7:\"default\";s:3:\"eur\";s:9:\"supported\";a:1:{i:0;s:3:\"eur\";}}s:19:\"customer_currencies\";a:1:{s:9:\"supported\";a:134:{i:0;s:3:\"usd\";i:1;s:3:\"aed\";i:2;s:3:\"afn\";i:3;s:3:\"all\";i:4;s:3:\"amd\";i:5;s:3:\"ang\";i:6;s:3:\"aoa\";i:7;s:3:\"ars\";i:8;s:3:\"aud\";i:9;s:3:\"awg\";i:10;s:3:\"azn\";i:11;s:3:\"bam\";i:12;s:3:\"bbd\";i:13;s:3:\"bdt\";i:14;s:3:\"bgn\";i:15;s:3:\"bif\";i:16;s:3:\"bmd\";i:17;s:3:\"bnd\";i:18;s:3:\"bob\";i:19;s:3:\"brl\";i:20;s:3:\"bsd\";i:21;s:3:\"bwp\";i:22;s:3:\"byn\";i:23;s:3:\"bzd\";i:24;s:3:\"cad\";i:25;s:3:\"cdf\";i:26;s:3:\"chf\";i:27;s:3:\"clp\";i:28;s:3:\"cny\";i:29;s:3:\"cop\";i:30;s:3:\"crc\";i:31;s:3:\"cve\";i:32;s:3:\"czk\";i:33;s:3:\"djf\";i:34;s:3:\"dkk\";i:35;s:3:\"dop\";i:36;s:3:\"dzd\";i:37;s:3:\"egp\";i:38;s:3:\"etb\";i:39;s:3:\"eur\";i:40;s:3:\"fjd\";i:41;s:3:\"fkp\";i:42;s:3:\"gbp\";i:43;s:3:\"gel\";i:44;s:3:\"gip\";i:45;s:3:\"gmd\";i:46;s:3:\"gnf\";i:47;s:3:\"gtq\";i:48;s:3:\"gyd\";i:49;s:3:\"hkd\";i:50;s:3:\"hnl\";i:51;s:3:\"htg\";i:52;s:3:\"huf\";i:53;s:3:\"idr\";i:54;s:3:\"ils\";i:55;s:3:\"inr\";i:56;s:3:\"isk\";i:57;s:3:\"jmd\";i:58;s:3:\"jpy\";i:59;s:3:\"kes\";i:60;s:3:\"kgs\";i:61;s:3:\"khr\";i:62;s:3:\"kmf\";i:63;s:3:\"krw\";i:64;s:3:\"kyd\";i:65;s:3:\"kzt\";i:66;s:3:\"lak\";i:67;s:3:\"lbp\";i:68;s:3:\"lkr\";i:69;s:3:\"lrd\";i:70;s:3:\"lsl\";i:71;s:3:\"mad\";i:72;s:3:\"mdl\";i:73;s:3:\"mga\";i:74;s:3:\"mkd\";i:75;s:3:\"mmk\";i:76;s:3:\"mnt\";i:77;s:3:\"mop\";i:78;s:3:\"mur\";i:79;s:3:\"mvr\";i:80;s:3:\"mwk\";i:81;s:3:\"mxn\";i:82;s:3:\"myr\";i:83;s:3:\"mzn\";i:84;s:3:\"nad\";i:85;s:3:\"ngn\";i:86;s:3:\"nio\";i:87;s:3:\"nok\";i:88;s:3:\"npr\";i:89;s:3:\"nzd\";i:90;s:3:\"pab\";i:91;s:3:\"pen\";i:92;s:3:\"pgk\";i:93;s:3:\"php\";i:94;s:3:\"pkr\";i:95;s:3:\"pln\";i:96;s:3:\"pyg\";i:97;s:3:\"qar\";i:98;s:3:\"ron\";i:99;s:3:\"rsd\";i:100;s:3:\"rub\";i:101;s:3:\"rwf\";i:102;s:3:\"sar\";i:103;s:3:\"sbd\";i:104;s:3:\"scr\";i:105;s:3:\"sek\";i:106;s:3:\"sgd\";i:107;s:3:\"shp\";i:108;s:3:\"sle\";i:109;s:3:\"sos\";i:110;s:3:\"srd\";i:111;s:3:\"std\";i:112;s:3:\"szl\";i:113;s:3:\"thb\";i:114;s:3:\"tjs\";i:115;s:3:\"top\";i:116;s:3:\"try\";i:117;s:3:\"ttd\";i:118;s:3:\"twd\";i:119;s:3:\"tzs\";i:120;s:3:\"uah\";i:121;s:3:\"ugx\";i:122;s:3:\"uyu\";i:123;s:3:\"uzs\";i:124;s:3:\"vnd\";i:125;s:3:\"vuv\";i:126;s:3:\"wst\";i:127;s:3:\"xaf\";i:128;s:3:\"xcd\";i:129;s:3:\"xof\";i:130;s:3:\"xpf\";i:131;s:3:\"yer\";i:132;s:3:\"zar\";i:133;s:3:\"zmw\";}}s:7:\"country\";s:2:\"FR\";s:25:\"instant_deposits_eligible\";b:0;s:21:\"card_present_eligible\";b:0;s:26:\"has_card_readers_available\";b:0;s:26:\"platform_checkout_eligible\";b:0;s:33:\"platform_direct_checkout_eligible\";b:0;s:37:\"platform_global_theme_support_enabled\";b:0;s:16:\"business_profile\";a:5:{s:4:\"name\";s:10:\"returndays\";s:3:\"url\";s:22:\"https://returndays.com\";s:15:\"support_address\";a:0:{}s:13:\"support_email\";s:26:\"returndaysgaming@gmail.com\";s:13:\"support_phone\";N;}s:8:\"branding\";a:4:{s:4:\"icon\";N;s:4:\"logo\";N;s:13:\"primary_color\";N;s:15:\"secondary_color\";N;}s:6:\"locale\";s:5:\"en_US\";s:22:\"has_more_failed_events\";b:0;s:22:\"has_submitted_vat_data\";b:0;s:20:\"is_documents_enabled\";b:1;s:32:\"card_testing_protection_eligible\";b:0;s:22:\"progressive_onboarding\";a:5:{s:10:\"is_enabled\";b:0;s:11:\"is_complete\";b:0;s:3:\"tpv\";N;s:22:\"first_transaction_date\";N;s:17:\"kyc_deadline_date\";N;}s:25:\"fraud_mitigation_settings\";a:2:{s:17:\"avs_check_enabled\";b:0;s:17:\"cvc_check_enabled\";b:1;}s:39:\"is_deferred_intent_creation_upe_enabled\";b:1;s:22:\"pre_check_save_my_info\";b:0;}s:7:\"fetched\";i:1730828204;s:7:\"errored\";b:0;}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_actionscheduler_actions`]
INSERT INTO wp_actionscheduler_actions ( `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `schedule`, `group_id`, `priority`, `args` )
SELECT 'wcpay_update_compatibility_data', 'pending', '2024-11-05 17:38:44', '2024-11-05 17:38:44', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1730828324;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1730828324;}', 10, 10, '[]' FROM DUAL
WHERE ( SELECT NULL FROM DUAL ) IS NULL
WordPress database error: [INSERT, UPDATE command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_options`] INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('wcpay_account_data', 'a:3:{s:4:\"data\";a:46:{s:10:\"account_id\";s:21:\"acct_1M89FSCLXcPLcd71\";s:5:\"email\";s:23:\"sanyadaniel86@yahoo.com\";s:20:\"live_publishable_key\";s:107:\"pk_live_51ETDmyFuiXB5oUVxaIafkGPnwuNcBxr1pXVhvLJ4BrWuiqfG6SldjatOGLQhuqXnDmgqwRA7tDoSFlbY4wFji7KR0079TvtxNs\";s:20:\"test_publishable_key\";s:107:\"pk_test_51ETDmyFuiXB5oUVxwSobQMW5Tno1GclIq7ePZWzLeW4q8oa7Zb8hI5VfwI5sNT5nXuKYinLukNvGCXmsQXAoDGHG00MqHqlYHR\";s:7:\"is_live\";b:1;s:13:\"is_test_drive\";b:0;s:7:\"created\";s:19:\"2022-11-25 21:15:52\";s:24:\"has_pending_requirements\";b:0;s:23:\"has_future_requirements\";b:0;s:24:\"has_overdue_requirements\";b:0;s:17:\"details_submitted\";b:1;s:16:\"current_deadline\";N;s:6:\"status\";s:8:\"complete\";s:12:\"capabilities\";a:20:{s:19:\"bancontact_payments\";s:6:\"active\";s:13:\"card_payments\";s:6:\"active\";s:12:\"eps_payments\";s:6:\"active\";s:16:\"giropay_payments\";s:6:\"active\";s:14:\"ideal_payments\";s:6:\"active\";s:12:\"p24_payments\";s:6:\"active\";s:15:\"sofort_payments\";s:6:\"active\";s:9:\"transfers\";s:6:\"active\";s:13:\"alma_payments\";s:11:\"unrequested\";s:22:\"bank_transfer_payments\";s:11:\"unrequested\";s:13:\"blik_payments\";s:11:\"unrequested\";s:25:\"cartes_bancaires_payments\";s:11:\"unrequested\";s:6:\"klarna\";s:11:\"unrequested\";s:15:\"klarna_payments\";s:11:\"unrequested\";s:13:\"link_payments\";s:11:\"unrequested\";s:18:\"mobilepay_payments\";s:11:\"unrequested\";s:19:\"multibanco_payments\";s:11:\"unrequested\";s:27:\"sepa_bank_transfer_payments\";s:11:\"unrequested\";s:19:\"sepa_debit_payments\";s:11:\"unrequested\";s:14:\"twint_payments\";s:11:\"unrequested\";}s:23:\"capability_requirements\";a:20:{s:13:\"alma_payments\";a:0:{}s:19:\"bancontact_payments\";a:0:{}s:22:\"bank_transfer_payments\";a:0:{}s:13:\"blik_payments\";a:0:{}s:13:\"card_payments\";a:0:{}s:25:\"cartes_bancaires_payments\";a:0:{}s:12:\"eps_payments\";a:0:{}s:16:\"giropay_payments\";a:0:{}s:14:\"ideal_payments\";a:0:{}s:6:\"klarna\";a:0:{}s:15:\"klarna_payments\";a:0:{}s:13:\"link_payments\";a:0:{}s:18:\"mobilepay_payments\";a:0:{}s:19:\"multibanco_payments\";a:0:{}s:12:\"p24_payments\";a:0:{}s:27:\"sepa_bank_transfer_payments\";a:0:{}s:19:\"sepa_debit_payments\";a:0:{}s:15:\"sofort_payments\";a:0:{}s:9:\"transfers\";a:0:{}s:14:\"twint_payments\";a:0:{}}s:16:\"payments_enabled\";b:1;s:8:\"deposits\";a:9:{s:6:\"status\";s:7:\"enabled\";s:12:\"restrictions\";s:21:\"deposits_unrestricted\";s:8:\"interval\";s:5:\"daily\";s:13:\"weekly_anchor\";s:0:\"\";s:14:\"monthly_anchor\";N;s:10:\"delay_days\";i:3;s:24:\"completed_waiting_period\";b:0;s:30:\"minimum_manual_deposit_amounts\";a:19:{s:3:\"aud\";i:500;s:3:\"bgn\";i:100;s:3:\"cad\";i:500;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:5000;s:3:\"eur\";i:500;s:3:\"gbp\";i:500;s:3:\"hkd\";i:5000;s:3:\"huf\";i:36000;s:3:\"nok\";i:5000;s:3:\"nzd\";i:500;s:3:\"jpy\";i:50;s:3:\"sek\";i:5000;s:3:\"sgd\";i:500;s:3:\"usd\";i:500;s:3:\"ron\";i:500;s:3:\"pln\";i:500;s:3:\"aed\";i:200;}s:33:\"minimum_scheduled_deposit_amounts\";a:19:{s:3:\"aed\";i:200;s:3:\"aud\";i:0;s:3:\"bgn\";i:100;s:3:\"cad\";i:0;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:2000;s:3:\"eur\";i:100;s:3:\"gbp\";i:100;s:3:\"hkd\";i:0;s:3:\"huf\";i:36000;s:3:\"jpy\";i:1;s:3:\"nok\";i:2000;s:3:\"nzd\";i:0;s:3:\"pln\";i:500;s:3:\"ron\";i:500;s:3:\"sek\";i:2000;s:3:\"sgd\";i:100;s:3:\"usd\";i:0;}}s:29:\"lifetime_total_payment_volume\";i:0;s:12:\"requirements\";a:1:{s:6:\"errors\";a:0:{}}s:20:\"statement_descriptor\";s:14:\"RETURNDAYS.COM\";s:26:\"statement_descriptor_kanji\";s:0:\"\";s:25:\"statement_descriptor_kana\";s:0:\"\";s:20:\"latest_tos_agreement\";a:3:{s:4:\"date\";s:19:\"2022-11-25 21:15:52\";s:6:\"source\";s:6:\"signup\";s:18:\"is_current_version\";b:1;}s:4:\"fees\";a:10:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}s:4:\"card\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.02;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.02;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:10:\"bancontact\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:3:\"eps\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.018;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:5:\"ideal\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:29;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:7:\"giropay\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:3:\"p24\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.022;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:6:\"sofort\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:6:\"klarna\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.0499;s:10:\"fixed_rate\";i:40;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}}s:7:\"capital\";a:3:{s:15:\"has_active_loan\";b:0;s:18:\"has_previous_loans\";b:0;s:5:\"loans\";a:0:{}}s:14:\"fraud_services\";a:2:{s:6:\"stripe\";a:0:{}s:4:\"sift\";a:2:{s:10:\"beacon_key\";s:10:\"affbdadb36\";s:18:\"sandbox_beacon_key\";s:10:\"6ad0ad748b\";}}s:16:\"store_currencies\";a:2:{s:7:\"default\";s:3:\"eur\";s:9:\"supported\";a:1:{i:0;s:3:\"eur\";}}s:19:\"customer_currencies\";a:1:{s:9:\"supported\";a:134:{i:0;s:3:\"usd\";i:1;s:3:\"aed\";i:2;s:3:\"afn\";i:3;s:3:\"all\";i:4;s:3:\"amd\";i:5;s:3:\"ang\";i:6;s:3:\"aoa\";i:7;s:3:\"ars\";i:8;s:3:\"aud\";i:9;s:3:\"awg\";i:10;s:3:\"azn\";i:11;s:3:\"bam\";i:12;s:3:\"bbd\";i:13;s:3:\"bdt\";i:14;s:3:\"bgn\";i:15;s:3:\"bif\";i:16;s:3:\"bmd\";i:17;s:3:\"bnd\";i:18;s:3:\"bob\";i:19;s:3:\"brl\";i:20;s:3:\"bsd\";i:21;s:3:\"bwp\";i:22;s:3:\"byn\";i:23;s:3:\"bzd\";i:24;s:3:\"cad\";i:25;s:3:\"cdf\";i:26;s:3:\"chf\";i:27;s:3:\"clp\";i:28;s:3:\"cny\";i:29;s:3:\"cop\";i:30;s:3:\"crc\";i:31;s:3:\"cve\";i:32;s:3:\"czk\";i:33;s:3:\"djf\";i:34;s:3:\"dkk\";i:35;s:3:\"dop\";i:36;s:3:\"dzd\";i:37;s:3:\"egp\";i:38;s:3:\"etb\";i:39;s:3:\"eur\";i:40;s:3:\"fjd\";i:41;s:3:\"fkp\";i:42;s:3:\"gbp\";i:43;s:3:\"gel\";i:44;s:3:\"gip\";i:45;s:3:\"gmd\";i:46;s:3:\"gnf\";i:47;s:3:\"gtq\";i:48;s:3:\"gyd\";i:49;s:3:\"hkd\";i:50;s:3:\"hnl\";i:51;s:3:\"htg\";i:52;s:3:\"huf\";i:53;s:3:\"idr\";i:54;s:3:\"ils\";i:55;s:3:\"inr\";i:56;s:3:\"isk\";i:57;s:3:\"jmd\";i:58;s:3:\"jpy\";i:59;s:3:\"kes\";i:60;s:3:\"kgs\";i:61;s:3:\"khr\";i:62;s:3:\"kmf\";i:63;s:3:\"krw\";i:64;s:3:\"kyd\";i:65;s:3:\"kzt\";i:66;s:3:\"lak\";i:67;s:3:\"lbp\";i:68;s:3:\"lkr\";i:69;s:3:\"lrd\";i:70;s:3:\"lsl\";i:71;s:3:\"mad\";i:72;s:3:\"mdl\";i:73;s:3:\"mga\";i:74;s:3:\"mkd\";i:75;s:3:\"mmk\";i:76;s:3:\"mnt\";i:77;s:3:\"mop\";i:78;s:3:\"mur\";i:79;s:3:\"mvr\";i:80;s:3:\"mwk\";i:81;s:3:\"mxn\";i:82;s:3:\"myr\";i:83;s:3:\"mzn\";i:84;s:3:\"nad\";i:85;s:3:\"ngn\";i:86;s:3:\"nio\";i:87;s:3:\"nok\";i:88;s:3:\"npr\";i:89;s:3:\"nzd\";i:90;s:3:\"pab\";i:91;s:3:\"pen\";i:92;s:3:\"pgk\";i:93;s:3:\"php\";i:94;s:3:\"pkr\";i:95;s:3:\"pln\";i:96;s:3:\"pyg\";i:97;s:3:\"qar\";i:98;s:3:\"ron\";i:99;s:3:\"rsd\";i:100;s:3:\"rub\";i:101;s:3:\"rwf\";i:102;s:3:\"sar\";i:103;s:3:\"sbd\";i:104;s:3:\"scr\";i:105;s:3:\"sek\";i:106;s:3:\"sgd\";i:107;s:3:\"shp\";i:108;s:3:\"sle\";i:109;s:3:\"sos\";i:110;s:3:\"srd\";i:111;s:3:\"std\";i:112;s:3:\"szl\";i:113;s:3:\"thb\";i:114;s:3:\"tjs\";i:115;s:3:\"top\";i:116;s:3:\"try\";i:117;s:3:\"ttd\";i:118;s:3:\"twd\";i:119;s:3:\"tzs\";i:120;s:3:\"uah\";i:121;s:3:\"ugx\";i:122;s:3:\"uyu\";i:123;s:3:\"uzs\";i:124;s:3:\"vnd\";i:125;s:3:\"vuv\";i:126;s:3:\"wst\";i:127;s:3:\"xaf\";i:128;s:3:\"xcd\";i:129;s:3:\"xof\";i:130;s:3:\"xpf\";i:131;s:3:\"yer\";i:132;s:3:\"zar\";i:133;s:3:\"zmw\";}}s:7:\"country\";s:2:\"FR\";s:25:\"instant_deposits_eligible\";b:0;s:21:\"card_present_eligible\";b:0;s:26:\"has_card_readers_available\";b:0;s:26:\"platform_checkout_eligible\";b:0;s:33:\"platform_direct_checkout_eligible\";b:0;s:37:\"platform_global_theme_support_enabled\";b:0;s:16:\"business_profile\";a:5:{s:4:\"name\";s:10:\"returndays\";s:3:\"url\";s:22:\"https://returndays.com\";s:15:\"support_address\";a:0:{}s:13:\"support_email\";s:26:\"returndaysgaming@gmail.com\";s:13:\"support_phone\";N;}s:8:\"branding\";a:4:{s:4:\"icon\";N;s:4:\"logo\";N;s:13:\"primary_color\";N;s:15:\"secondary_color\";N;}s:6:\"locale\";s:5:\"en_US\";s:22:\"has_more_failed_events\";b:0;s:22:\"has_submitted_vat_data\";b:0;s:20:\"is_documents_enabled\";b:1;s:32:\"card_testing_protection_eligible\";b:0;s:22:\"progressive_onboarding\";a:5:{s:10:\"is_enabled\";b:0;s:11:\"is_complete\";b:0;s:3:\"tpv\";N;s:22:\"first_transaction_date\";N;s:17:\"kyc_deadline_date\";N;}s:25:\"fraud_mitigation_settings\";a:2:{s:17:\"avs_check_enabled\";b:0;s:17:\"cvc_check_enabled\";b:1;}s:39:\"is_deferred_intent_creation_upe_enabled\";b:1;s:22:\"pre_check_save_my_info\";b:0;}s:7:\"fetched\";i:1730828205;s:7:\"errored\";b:0;}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_actionscheduler_actions`]
INSERT INTO wp_actionscheduler_actions ( `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `schedule`, `group_id`, `priority`, `args` )
SELECT 'wcpay_update_compatibility_data', 'pending', '2024-11-05 17:38:45', '2024-11-05 17:38:45', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1730828325;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1730828325;}', 10, 10, '[]' FROM DUAL
WHERE ( SELECT NULL FROM DUAL ) IS NULL
WordPress database error: [INSERT, UPDATE command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_options`] INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('wcpay_account_data', 'a:3:{s:4:\"data\";a:46:{s:10:\"account_id\";s:21:\"acct_1M89FSCLXcPLcd71\";s:5:\"email\";s:23:\"sanyadaniel86@yahoo.com\";s:20:\"live_publishable_key\";s:107:\"pk_live_51ETDmyFuiXB5oUVxaIafkGPnwuNcBxr1pXVhvLJ4BrWuiqfG6SldjatOGLQhuqXnDmgqwRA7tDoSFlbY4wFji7KR0079TvtxNs\";s:20:\"test_publishable_key\";s:107:\"pk_test_51ETDmyFuiXB5oUVxwSobQMW5Tno1GclIq7ePZWzLeW4q8oa7Zb8hI5VfwI5sNT5nXuKYinLukNvGCXmsQXAoDGHG00MqHqlYHR\";s:7:\"is_live\";b:1;s:13:\"is_test_drive\";b:0;s:7:\"created\";s:19:\"2022-11-25 21:15:52\";s:24:\"has_pending_requirements\";b:0;s:23:\"has_future_requirements\";b:0;s:24:\"has_overdue_requirements\";b:0;s:17:\"details_submitted\";b:1;s:16:\"current_deadline\";N;s:6:\"status\";s:8:\"complete\";s:12:\"capabilities\";a:20:{s:19:\"bancontact_payments\";s:6:\"active\";s:13:\"card_payments\";s:6:\"active\";s:12:\"eps_payments\";s:6:\"active\";s:16:\"giropay_payments\";s:6:\"active\";s:14:\"ideal_payments\";s:6:\"active\";s:12:\"p24_payments\";s:6:\"active\";s:15:\"sofort_payments\";s:6:\"active\";s:9:\"transfers\";s:6:\"active\";s:13:\"alma_payments\";s:11:\"unrequested\";s:22:\"bank_transfer_payments\";s:11:\"unrequested\";s:13:\"blik_payments\";s:11:\"unrequested\";s:25:\"cartes_bancaires_payments\";s:11:\"unrequested\";s:6:\"klarna\";s:11:\"unrequested\";s:15:\"klarna_payments\";s:11:\"unrequested\";s:13:\"link_payments\";s:11:\"unrequested\";s:18:\"mobilepay_payments\";s:11:\"unrequested\";s:19:\"multibanco_payments\";s:11:\"unrequested\";s:27:\"sepa_bank_transfer_payments\";s:11:\"unrequested\";s:19:\"sepa_debit_payments\";s:11:\"unrequested\";s:14:\"twint_payments\";s:11:\"unrequested\";}s:23:\"capability_requirements\";a:20:{s:13:\"alma_payments\";a:0:{}s:19:\"bancontact_payments\";a:0:{}s:22:\"bank_transfer_payments\";a:0:{}s:13:\"blik_payments\";a:0:{}s:13:\"card_payments\";a:0:{}s:25:\"cartes_bancaires_payments\";a:0:{}s:12:\"eps_payments\";a:0:{}s:16:\"giropay_payments\";a:0:{}s:14:\"ideal_payments\";a:0:{}s:6:\"klarna\";a:0:{}s:15:\"klarna_payments\";a:0:{}s:13:\"link_payments\";a:0:{}s:18:\"mobilepay_payments\";a:0:{}s:19:\"multibanco_payments\";a:0:{}s:12:\"p24_payments\";a:0:{}s:27:\"sepa_bank_transfer_payments\";a:0:{}s:19:\"sepa_debit_payments\";a:0:{}s:15:\"sofort_payments\";a:0:{}s:9:\"transfers\";a:0:{}s:14:\"twint_payments\";a:0:{}}s:16:\"payments_enabled\";b:1;s:8:\"deposits\";a:9:{s:6:\"status\";s:7:\"enabled\";s:12:\"restrictions\";s:21:\"deposits_unrestricted\";s:8:\"interval\";s:5:\"daily\";s:13:\"weekly_anchor\";s:0:\"\";s:14:\"monthly_anchor\";N;s:10:\"delay_days\";i:3;s:24:\"completed_waiting_period\";b:0;s:30:\"minimum_manual_deposit_amounts\";a:19:{s:3:\"aud\";i:500;s:3:\"bgn\";i:100;s:3:\"cad\";i:500;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:5000;s:3:\"eur\";i:500;s:3:\"gbp\";i:500;s:3:\"hkd\";i:5000;s:3:\"huf\";i:36000;s:3:\"nok\";i:5000;s:3:\"nzd\";i:500;s:3:\"jpy\";i:50;s:3:\"sek\";i:5000;s:3:\"sgd\";i:500;s:3:\"usd\";i:500;s:3:\"ron\";i:500;s:3:\"pln\";i:500;s:3:\"aed\";i:200;}s:33:\"minimum_scheduled_deposit_amounts\";a:19:{s:3:\"aed\";i:200;s:3:\"aud\";i:0;s:3:\"bgn\";i:100;s:3:\"cad\";i:0;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:2000;s:3:\"eur\";i:100;s:3:\"gbp\";i:100;s:3:\"hkd\";i:0;s:3:\"huf\";i:36000;s:3:\"jpy\";i:1;s:3:\"nok\";i:2000;s:3:\"nzd\";i:0;s:3:\"pln\";i:500;s:3:\"ron\";i:500;s:3:\"sek\";i:2000;s:3:\"sgd\";i:100;s:3:\"usd\";i:0;}}s:29:\"lifetime_total_payment_volume\";i:0;s:12:\"requirements\";a:1:{s:6:\"errors\";a:0:{}}s:20:\"statement_descriptor\";s:14:\"RETURNDAYS.COM\";s:26:\"statement_descriptor_kanji\";s:0:\"\";s:25:\"statement_descriptor_kana\";s:0:\"\";s:20:\"latest_tos_agreement\";a:3:{s:4:\"date\";s:19:\"2022-11-25 21:15:52\";s:6:\"source\";s:6:\"signup\";s:18:\"is_current_version\";b:1;}s:4:\"fees\";a:10:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}s:4:\"card\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.02;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.02;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:10:\"bancontact\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:3:\"eps\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.018;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:5:\"ideal\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:29;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:7:\"giropay\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:3:\"p24\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.022;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:6:\"sofort\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:6:\"klarna\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.0499;s:10:\"fixed_rate\";i:40;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}}s:7:\"capital\";a:3:{s:15:\"has_active_loan\";b:0;s:18:\"has_previous_loans\";b:0;s:5:\"loans\";a:0:{}}s:14:\"fraud_services\";a:2:{s:6:\"stripe\";a:0:{}s:4:\"sift\";a:2:{s:10:\"beacon_key\";s:10:\"affbdadb36\";s:18:\"sandbox_beacon_key\";s:10:\"6ad0ad748b\";}}s:16:\"store_currencies\";a:2:{s:7:\"default\";s:3:\"eur\";s:9:\"supported\";a:1:{i:0;s:3:\"eur\";}}s:19:\"customer_currencies\";a:1:{s:9:\"supported\";a:134:{i:0;s:3:\"usd\";i:1;s:3:\"aed\";i:2;s:3:\"afn\";i:3;s:3:\"all\";i:4;s:3:\"amd\";i:5;s:3:\"ang\";i:6;s:3:\"aoa\";i:7;s:3:\"ars\";i:8;s:3:\"aud\";i:9;s:3:\"awg\";i:10;s:3:\"azn\";i:11;s:3:\"bam\";i:12;s:3:\"bbd\";i:13;s:3:\"bdt\";i:14;s:3:\"bgn\";i:15;s:3:\"bif\";i:16;s:3:\"bmd\";i:17;s:3:\"bnd\";i:18;s:3:\"bob\";i:19;s:3:\"brl\";i:20;s:3:\"bsd\";i:21;s:3:\"bwp\";i:22;s:3:\"byn\";i:23;s:3:\"bzd\";i:24;s:3:\"cad\";i:25;s:3:\"cdf\";i:26;s:3:\"chf\";i:27;s:3:\"clp\";i:28;s:3:\"cny\";i:29;s:3:\"cop\";i:30;s:3:\"crc\";i:31;s:3:\"cve\";i:32;s:3:\"czk\";i:33;s:3:\"djf\";i:34;s:3:\"dkk\";i:35;s:3:\"dop\";i:36;s:3:\"dzd\";i:37;s:3:\"egp\";i:38;s:3:\"etb\";i:39;s:3:\"eur\";i:40;s:3:\"fjd\";i:41;s:3:\"fkp\";i:42;s:3:\"gbp\";i:43;s:3:\"gel\";i:44;s:3:\"gip\";i:45;s:3:\"gmd\";i:46;s:3:\"gnf\";i:47;s:3:\"gtq\";i:48;s:3:\"gyd\";i:49;s:3:\"hkd\";i:50;s:3:\"hnl\";i:51;s:3:\"htg\";i:52;s:3:\"huf\";i:53;s:3:\"idr\";i:54;s:3:\"ils\";i:55;s:3:\"inr\";i:56;s:3:\"isk\";i:57;s:3:\"jmd\";i:58;s:3:\"jpy\";i:59;s:3:\"kes\";i:60;s:3:\"kgs\";i:61;s:3:\"khr\";i:62;s:3:\"kmf\";i:63;s:3:\"krw\";i:64;s:3:\"kyd\";i:65;s:3:\"kzt\";i:66;s:3:\"lak\";i:67;s:3:\"lbp\";i:68;s:3:\"lkr\";i:69;s:3:\"lrd\";i:70;s:3:\"lsl\";i:71;s:3:\"mad\";i:72;s:3:\"mdl\";i:73;s:3:\"mga\";i:74;s:3:\"mkd\";i:75;s:3:\"mmk\";i:76;s:3:\"mnt\";i:77;s:3:\"mop\";i:78;s:3:\"mur\";i:79;s:3:\"mvr\";i:80;s:3:\"mwk\";i:81;s:3:\"mxn\";i:82;s:3:\"myr\";i:83;s:3:\"mzn\";i:84;s:3:\"nad\";i:85;s:3:\"ngn\";i:86;s:3:\"nio\";i:87;s:3:\"nok\";i:88;s:3:\"npr\";i:89;s:3:\"nzd\";i:90;s:3:\"pab\";i:91;s:3:\"pen\";i:92;s:3:\"pgk\";i:93;s:3:\"php\";i:94;s:3:\"pkr\";i:95;s:3:\"pln\";i:96;s:3:\"pyg\";i:97;s:3:\"qar\";i:98;s:3:\"ron\";i:99;s:3:\"rsd\";i:100;s:3:\"rub\";i:101;s:3:\"rwf\";i:102;s:3:\"sar\";i:103;s:3:\"sbd\";i:104;s:3:\"scr\";i:105;s:3:\"sek\";i:106;s:3:\"sgd\";i:107;s:3:\"shp\";i:108;s:3:\"sle\";i:109;s:3:\"sos\";i:110;s:3:\"srd\";i:111;s:3:\"std\";i:112;s:3:\"szl\";i:113;s:3:\"thb\";i:114;s:3:\"tjs\";i:115;s:3:\"top\";i:116;s:3:\"try\";i:117;s:3:\"ttd\";i:118;s:3:\"twd\";i:119;s:3:\"tzs\";i:120;s:3:\"uah\";i:121;s:3:\"ugx\";i:122;s:3:\"uyu\";i:123;s:3:\"uzs\";i:124;s:3:\"vnd\";i:125;s:3:\"vuv\";i:126;s:3:\"wst\";i:127;s:3:\"xaf\";i:128;s:3:\"xcd\";i:129;s:3:\"xof\";i:130;s:3:\"xpf\";i:131;s:3:\"yer\";i:132;s:3:\"zar\";i:133;s:3:\"zmw\";}}s:7:\"country\";s:2:\"FR\";s:25:\"instant_deposits_eligible\";b:0;s:21:\"card_present_eligible\";b:0;s:26:\"has_card_readers_available\";b:0;s:26:\"platform_checkout_eligible\";b:0;s:33:\"platform_direct_checkout_eligible\";b:0;s:37:\"platform_global_theme_support_enabled\";b:0;s:16:\"business_profile\";a:5:{s:4:\"name\";s:10:\"returndays\";s:3:\"url\";s:22:\"https://returndays.com\";s:15:\"support_address\";a:0:{}s:13:\"support_email\";s:26:\"returndaysgaming@gmail.com\";s:13:\"support_phone\";N;}s:8:\"branding\";a:4:{s:4:\"icon\";N;s:4:\"logo\";N;s:13:\"primary_color\";N;s:15:\"secondary_color\";N;}s:6:\"locale\";s:5:\"en_US\";s:22:\"has_more_failed_events\";b:0;s:22:\"has_submitted_vat_data\";b:0;s:20:\"is_documents_enabled\";b:1;s:32:\"card_testing_protection_eligible\";b:0;s:22:\"progressive_onboarding\";a:5:{s:10:\"is_enabled\";b:0;s:11:\"is_complete\";b:0;s:3:\"tpv\";N;s:22:\"first_transaction_date\";N;s:17:\"kyc_deadline_date\";N;}s:25:\"fraud_mitigation_settings\";a:2:{s:17:\"avs_check_enabled\";b:0;s:17:\"cvc_check_enabled\";b:1;}s:39:\"is_deferred_intent_creation_upe_enabled\";b:1;s:22:\"pre_check_save_my_info\";b:0;}s:7:\"fetched\";i:1730828205;s:7:\"errored\";b:0;}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_actionscheduler_actions`]
INSERT INTO wp_actionscheduler_actions ( `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `schedule`, `group_id`, `priority`, `args` )
SELECT 'wcpay_update_compatibility_data', 'pending', '2024-11-05 17:38:45', '2024-11-05 17:38:45', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1730828325;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1730828325;}', 10, 10, '[]' FROM DUAL
WHERE ( SELECT NULL FROM DUAL ) IS NULL
WordPress database error: [INSERT, UPDATE command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_options`] INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('wcpay_account_data', 'a:3:{s:4:\"data\";a:46:{s:10:\"account_id\";s:21:\"acct_1M89FSCLXcPLcd71\";s:5:\"email\";s:23:\"sanyadaniel86@yahoo.com\";s:20:\"live_publishable_key\";s:107:\"pk_live_51ETDmyFuiXB5oUVxaIafkGPnwuNcBxr1pXVhvLJ4BrWuiqfG6SldjatOGLQhuqXnDmgqwRA7tDoSFlbY4wFji7KR0079TvtxNs\";s:20:\"test_publishable_key\";s:107:\"pk_test_51ETDmyFuiXB5oUVxwSobQMW5Tno1GclIq7ePZWzLeW4q8oa7Zb8hI5VfwI5sNT5nXuKYinLukNvGCXmsQXAoDGHG00MqHqlYHR\";s:7:\"is_live\";b:1;s:13:\"is_test_drive\";b:0;s:7:\"created\";s:19:\"2022-11-25 21:15:52\";s:24:\"has_pending_requirements\";b:0;s:23:\"has_future_requirements\";b:0;s:24:\"has_overdue_requirements\";b:0;s:17:\"details_submitted\";b:1;s:16:\"current_deadline\";N;s:6:\"status\";s:8:\"complete\";s:12:\"capabilities\";a:20:{s:19:\"bancontact_payments\";s:6:\"active\";s:13:\"card_payments\";s:6:\"active\";s:12:\"eps_payments\";s:6:\"active\";s:16:\"giropay_payments\";s:6:\"active\";s:14:\"ideal_payments\";s:6:\"active\";s:12:\"p24_payments\";s:6:\"active\";s:15:\"sofort_payments\";s:6:\"active\";s:9:\"transfers\";s:6:\"active\";s:13:\"alma_payments\";s:11:\"unrequested\";s:22:\"bank_transfer_payments\";s:11:\"unrequested\";s:13:\"blik_payments\";s:11:\"unrequested\";s:25:\"cartes_bancaires_payments\";s:11:\"unrequested\";s:6:\"klarna\";s:11:\"unrequested\";s:15:\"klarna_payments\";s:11:\"unrequested\";s:13:\"link_payments\";s:11:\"unrequested\";s:18:\"mobilepay_payments\";s:11:\"unrequested\";s:19:\"multibanco_payments\";s:11:\"unrequested\";s:27:\"sepa_bank_transfer_payments\";s:11:\"unrequested\";s:19:\"sepa_debit_payments\";s:11:\"unrequested\";s:14:\"twint_payments\";s:11:\"unrequested\";}s:23:\"capability_requirements\";a:20:{s:13:\"alma_payments\";a:0:{}s:19:\"bancontact_payments\";a:0:{}s:22:\"bank_transfer_payments\";a:0:{}s:13:\"blik_payments\";a:0:{}s:13:\"card_payments\";a:0:{}s:25:\"cartes_bancaires_payments\";a:0:{}s:12:\"eps_payments\";a:0:{}s:16:\"giropay_payments\";a:0:{}s:14:\"ideal_payments\";a:0:{}s:6:\"klarna\";a:0:{}s:15:\"klarna_payments\";a:0:{}s:13:\"link_payments\";a:0:{}s:18:\"mobilepay_payments\";a:0:{}s:19:\"multibanco_payments\";a:0:{}s:12:\"p24_payments\";a:0:{}s:27:\"sepa_bank_transfer_payments\";a:0:{}s:19:\"sepa_debit_payments\";a:0:{}s:15:\"sofort_payments\";a:0:{}s:9:\"transfers\";a:0:{}s:14:\"twint_payments\";a:0:{}}s:16:\"payments_enabled\";b:1;s:8:\"deposits\";a:9:{s:6:\"status\";s:7:\"enabled\";s:12:\"restrictions\";s:21:\"deposits_unrestricted\";s:8:\"interval\";s:5:\"daily\";s:13:\"weekly_anchor\";s:0:\"\";s:14:\"monthly_anchor\";N;s:10:\"delay_days\";i:3;s:24:\"completed_waiting_period\";b:0;s:30:\"minimum_manual_deposit_amounts\";a:19:{s:3:\"aud\";i:500;s:3:\"bgn\";i:100;s:3:\"cad\";i:500;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:5000;s:3:\"eur\";i:500;s:3:\"gbp\";i:500;s:3:\"hkd\";i:5000;s:3:\"huf\";i:36000;s:3:\"nok\";i:5000;s:3:\"nzd\";i:500;s:3:\"jpy\";i:50;s:3:\"sek\";i:5000;s:3:\"sgd\";i:500;s:3:\"usd\";i:500;s:3:\"ron\";i:500;s:3:\"pln\";i:500;s:3:\"aed\";i:200;}s:33:\"minimum_scheduled_deposit_amounts\";a:19:{s:3:\"aed\";i:200;s:3:\"aud\";i:0;s:3:\"bgn\";i:100;s:3:\"cad\";i:0;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:2000;s:3:\"eur\";i:100;s:3:\"gbp\";i:100;s:3:\"hkd\";i:0;s:3:\"huf\";i:36000;s:3:\"jpy\";i:1;s:3:\"nok\";i:2000;s:3:\"nzd\";i:0;s:3:\"pln\";i:500;s:3:\"ron\";i:500;s:3:\"sek\";i:2000;s:3:\"sgd\";i:100;s:3:\"usd\";i:0;}}s:29:\"lifetime_total_payment_volume\";i:0;s:12:\"requirements\";a:1:{s:6:\"errors\";a:0:{}}s:20:\"statement_descriptor\";s:14:\"RETURNDAYS.COM\";s:26:\"statement_descriptor_kanji\";s:0:\"\";s:25:\"statement_descriptor_kana\";s:0:\"\";s:20:\"latest_tos_agreement\";a:3:{s:4:\"date\";s:19:\"2022-11-25 21:15:52\";s:6:\"source\";s:6:\"signup\";s:18:\"is_current_version\";b:1;}s:4:\"fees\";a:10:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}s:4:\"card\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.02;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.02;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:10:\"bancontact\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:3:\"eps\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.018;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:5:\"ideal\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:29;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:7:\"giropay\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:3:\"p24\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.022;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:6:\"sofort\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:6:\"klarna\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.0499;s:10:\"fixed_rate\";i:40;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}}s:7:\"capital\";a:3:{s:15:\"has_active_loan\";b:0;s:18:\"has_previous_loans\";b:0;s:5:\"loans\";a:0:{}}s:14:\"fraud_services\";a:2:{s:6:\"stripe\";a:0:{}s:4:\"sift\";a:2:{s:10:\"beacon_key\";s:10:\"affbdadb36\";s:18:\"sandbox_beacon_key\";s:10:\"6ad0ad748b\";}}s:16:\"store_currencies\";a:2:{s:7:\"default\";s:3:\"eur\";s:9:\"supported\";a:1:{i:0;s:3:\"eur\";}}s:19:\"customer_currencies\";a:1:{s:9:\"supported\";a:134:{i:0;s:3:\"usd\";i:1;s:3:\"aed\";i:2;s:3:\"afn\";i:3;s:3:\"all\";i:4;s:3:\"amd\";i:5;s:3:\"ang\";i:6;s:3:\"aoa\";i:7;s:3:\"ars\";i:8;s:3:\"aud\";i:9;s:3:\"awg\";i:10;s:3:\"azn\";i:11;s:3:\"bam\";i:12;s:3:\"bbd\";i:13;s:3:\"bdt\";i:14;s:3:\"bgn\";i:15;s:3:\"bif\";i:16;s:3:\"bmd\";i:17;s:3:\"bnd\";i:18;s:3:\"bob\";i:19;s:3:\"brl\";i:20;s:3:\"bsd\";i:21;s:3:\"bwp\";i:22;s:3:\"byn\";i:23;s:3:\"bzd\";i:24;s:3:\"cad\";i:25;s:3:\"cdf\";i:26;s:3:\"chf\";i:27;s:3:\"clp\";i:28;s:3:\"cny\";i:29;s:3:\"cop\";i:30;s:3:\"crc\";i:31;s:3:\"cve\";i:32;s:3:\"czk\";i:33;s:3:\"djf\";i:34;s:3:\"dkk\";i:35;s:3:\"dop\";i:36;s:3:\"dzd\";i:37;s:3:\"egp\";i:38;s:3:\"etb\";i:39;s:3:\"eur\";i:40;s:3:\"fjd\";i:41;s:3:\"fkp\";i:42;s:3:\"gbp\";i:43;s:3:\"gel\";i:44;s:3:\"gip\";i:45;s:3:\"gmd\";i:46;s:3:\"gnf\";i:47;s:3:\"gtq\";i:48;s:3:\"gyd\";i:49;s:3:\"hkd\";i:50;s:3:\"hnl\";i:51;s:3:\"htg\";i:52;s:3:\"huf\";i:53;s:3:\"idr\";i:54;s:3:\"ils\";i:55;s:3:\"inr\";i:56;s:3:\"isk\";i:57;s:3:\"jmd\";i:58;s:3:\"jpy\";i:59;s:3:\"kes\";i:60;s:3:\"kgs\";i:61;s:3:\"khr\";i:62;s:3:\"kmf\";i:63;s:3:\"krw\";i:64;s:3:\"kyd\";i:65;s:3:\"kzt\";i:66;s:3:\"lak\";i:67;s:3:\"lbp\";i:68;s:3:\"lkr\";i:69;s:3:\"lrd\";i:70;s:3:\"lsl\";i:71;s:3:\"mad\";i:72;s:3:\"mdl\";i:73;s:3:\"mga\";i:74;s:3:\"mkd\";i:75;s:3:\"mmk\";i:76;s:3:\"mnt\";i:77;s:3:\"mop\";i:78;s:3:\"mur\";i:79;s:3:\"mvr\";i:80;s:3:\"mwk\";i:81;s:3:\"mxn\";i:82;s:3:\"myr\";i:83;s:3:\"mzn\";i:84;s:3:\"nad\";i:85;s:3:\"ngn\";i:86;s:3:\"nio\";i:87;s:3:\"nok\";i:88;s:3:\"npr\";i:89;s:3:\"nzd\";i:90;s:3:\"pab\";i:91;s:3:\"pen\";i:92;s:3:\"pgk\";i:93;s:3:\"php\";i:94;s:3:\"pkr\";i:95;s:3:\"pln\";i:96;s:3:\"pyg\";i:97;s:3:\"qar\";i:98;s:3:\"ron\";i:99;s:3:\"rsd\";i:100;s:3:\"rub\";i:101;s:3:\"rwf\";i:102;s:3:\"sar\";i:103;s:3:\"sbd\";i:104;s:3:\"scr\";i:105;s:3:\"sek\";i:106;s:3:\"sgd\";i:107;s:3:\"shp\";i:108;s:3:\"sle\";i:109;s:3:\"sos\";i:110;s:3:\"srd\";i:111;s:3:\"std\";i:112;s:3:\"szl\";i:113;s:3:\"thb\";i:114;s:3:\"tjs\";i:115;s:3:\"top\";i:116;s:3:\"try\";i:117;s:3:\"ttd\";i:118;s:3:\"twd\";i:119;s:3:\"tzs\";i:120;s:3:\"uah\";i:121;s:3:\"ugx\";i:122;s:3:\"uyu\";i:123;s:3:\"uzs\";i:124;s:3:\"vnd\";i:125;s:3:\"vuv\";i:126;s:3:\"wst\";i:127;s:3:\"xaf\";i:128;s:3:\"xcd\";i:129;s:3:\"xof\";i:130;s:3:\"xpf\";i:131;s:3:\"yer\";i:132;s:3:\"zar\";i:133;s:3:\"zmw\";}}s:7:\"country\";s:2:\"FR\";s:25:\"instant_deposits_eligible\";b:0;s:21:\"card_present_eligible\";b:0;s:26:\"has_card_readers_available\";b:0;s:26:\"platform_checkout_eligible\";b:0;s:33:\"platform_direct_checkout_eligible\";b:0;s:37:\"platform_global_theme_support_enabled\";b:0;s:16:\"business_profile\";a:5:{s:4:\"name\";s:10:\"returndays\";s:3:\"url\";s:22:\"https://returndays.com\";s:15:\"support_address\";a:0:{}s:13:\"support_email\";s:26:\"returndaysgaming@gmail.com\";s:13:\"support_phone\";N;}s:8:\"branding\";a:4:{s:4:\"icon\";N;s:4:\"logo\";N;s:13:\"primary_color\";N;s:15:\"secondary_color\";N;}s:6:\"locale\";s:5:\"en_US\";s:22:\"has_more_failed_events\";b:0;s:22:\"has_submitted_vat_data\";b:0;s:20:\"is_documents_enabled\";b:1;s:32:\"card_testing_protection_eligible\";b:0;s:22:\"progressive_onboarding\";a:5:{s:10:\"is_enabled\";b:0;s:11:\"is_complete\";b:0;s:3:\"tpv\";N;s:22:\"first_transaction_date\";N;s:17:\"kyc_deadline_date\";N;}s:25:\"fraud_mitigation_settings\";a:2:{s:17:\"avs_check_enabled\";b:0;s:17:\"cvc_check_enabled\";b:1;}s:39:\"is_deferred_intent_creation_upe_enabled\";b:1;s:22:\"pre_check_save_my_info\";b:0;}s:7:\"fetched\";i:1730828206;s:7:\"errored\";b:0;}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_actionscheduler_actions`]
INSERT INTO wp_actionscheduler_actions ( `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `schedule`, `group_id`, `priority`, `args` )
SELECT 'wcpay_update_compatibility_data', 'pending', '2024-11-05 17:38:46', '2024-11-05 17:38:46', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1730828326;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1730828326;}', 10, 10, '[]' FROM DUAL
WHERE ( SELECT NULL FROM DUAL ) IS NULL
WordPress database error: [INSERT, UPDATE command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_options`] INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('wcpay_account_data', 'a:3:{s:4:\"data\";a:46:{s:10:\"account_id\";s:21:\"acct_1M89FSCLXcPLcd71\";s:5:\"email\";s:23:\"sanyadaniel86@yahoo.com\";s:20:\"live_publishable_key\";s:107:\"pk_live_51ETDmyFuiXB5oUVxaIafkGPnwuNcBxr1pXVhvLJ4BrWuiqfG6SldjatOGLQhuqXnDmgqwRA7tDoSFlbY4wFji7KR0079TvtxNs\";s:20:\"test_publishable_key\";s:107:\"pk_test_51ETDmyFuiXB5oUVxwSobQMW5Tno1GclIq7ePZWzLeW4q8oa7Zb8hI5VfwI5sNT5nXuKYinLukNvGCXmsQXAoDGHG00MqHqlYHR\";s:7:\"is_live\";b:1;s:13:\"is_test_drive\";b:0;s:7:\"created\";s:19:\"2022-11-25 21:15:52\";s:24:\"has_pending_requirements\";b:0;s:23:\"has_future_requirements\";b:0;s:24:\"has_overdue_requirements\";b:0;s:17:\"details_submitted\";b:1;s:16:\"current_deadline\";N;s:6:\"status\";s:8:\"complete\";s:12:\"capabilities\";a:20:{s:19:\"bancontact_payments\";s:6:\"active\";s:13:\"card_payments\";s:6:\"active\";s:12:\"eps_payments\";s:6:\"active\";s:16:\"giropay_payments\";s:6:\"active\";s:14:\"ideal_payments\";s:6:\"active\";s:12:\"p24_payments\";s:6:\"active\";s:15:\"sofort_payments\";s:6:\"active\";s:9:\"transfers\";s:6:\"active\";s:13:\"alma_payments\";s:11:\"unrequested\";s:22:\"bank_transfer_payments\";s:11:\"unrequested\";s:13:\"blik_payments\";s:11:\"unrequested\";s:25:\"cartes_bancaires_payments\";s:11:\"unrequested\";s:6:\"klarna\";s:11:\"unrequested\";s:15:\"klarna_payments\";s:11:\"unrequested\";s:13:\"link_payments\";s:11:\"unrequested\";s:18:\"mobilepay_payments\";s:11:\"unrequested\";s:19:\"multibanco_payments\";s:11:\"unrequested\";s:27:\"sepa_bank_transfer_payments\";s:11:\"unrequested\";s:19:\"sepa_debit_payments\";s:11:\"unrequested\";s:14:\"twint_payments\";s:11:\"unrequested\";}s:23:\"capability_requirements\";a:20:{s:13:\"alma_payments\";a:0:{}s:19:\"bancontact_payments\";a:0:{}s:22:\"bank_transfer_payments\";a:0:{}s:13:\"blik_payments\";a:0:{}s:13:\"card_payments\";a:0:{}s:25:\"cartes_bancaires_payments\";a:0:{}s:12:\"eps_payments\";a:0:{}s:16:\"giropay_payments\";a:0:{}s:14:\"ideal_payments\";a:0:{}s:6:\"klarna\";a:0:{}s:15:\"klarna_payments\";a:0:{}s:13:\"link_payments\";a:0:{}s:18:\"mobilepay_payments\";a:0:{}s:19:\"multibanco_payments\";a:0:{}s:12:\"p24_payments\";a:0:{}s:27:\"sepa_bank_transfer_payments\";a:0:{}s:19:\"sepa_debit_payments\";a:0:{}s:15:\"sofort_payments\";a:0:{}s:9:\"transfers\";a:0:{}s:14:\"twint_payments\";a:0:{}}s:16:\"payments_enabled\";b:1;s:8:\"deposits\";a:9:{s:6:\"status\";s:7:\"enabled\";s:12:\"restrictions\";s:21:\"deposits_unrestricted\";s:8:\"interval\";s:5:\"daily\";s:13:\"weekly_anchor\";s:0:\"\";s:14:\"monthly_anchor\";N;s:10:\"delay_days\";i:3;s:24:\"completed_waiting_period\";b:0;s:30:\"minimum_manual_deposit_amounts\";a:19:{s:3:\"aud\";i:500;s:3:\"bgn\";i:100;s:3:\"cad\";i:500;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:5000;s:3:\"eur\";i:500;s:3:\"gbp\";i:500;s:3:\"hkd\";i:5000;s:3:\"huf\";i:36000;s:3:\"nok\";i:5000;s:3:\"nzd\";i:500;s:3:\"jpy\";i:50;s:3:\"sek\";i:5000;s:3:\"sgd\";i:500;s:3:\"usd\";i:500;s:3:\"ron\";i:500;s:3:\"pln\";i:500;s:3:\"aed\";i:200;}s:33:\"minimum_scheduled_deposit_amounts\";a:19:{s:3:\"aed\";i:200;s:3:\"aud\";i:0;s:3:\"bgn\";i:100;s:3:\"cad\";i:0;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:2000;s:3:\"eur\";i:100;s:3:\"gbp\";i:100;s:3:\"hkd\";i:0;s:3:\"huf\";i:36000;s:3:\"jpy\";i:1;s:3:\"nok\";i:2000;s:3:\"nzd\";i:0;s:3:\"pln\";i:500;s:3:\"ron\";i:500;s:3:\"sek\";i:2000;s:3:\"sgd\";i:100;s:3:\"usd\";i:0;}}s:29:\"lifetime_total_payment_volume\";i:0;s:12:\"requirements\";a:1:{s:6:\"errors\";a:0:{}}s:20:\"statement_descriptor\";s:14:\"RETURNDAYS.COM\";s:26:\"statement_descriptor_kanji\";s:0:\"\";s:25:\"statement_descriptor_kana\";s:0:\"\";s:20:\"latest_tos_agreement\";a:3:{s:4:\"date\";s:19:\"2022-11-25 21:15:52\";s:6:\"source\";s:6:\"signup\";s:18:\"is_current_version\";b:1;}s:4:\"fees\";a:10:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}s:4:\"card\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.02;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.02;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:10:\"bancontact\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:3:\"eps\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.018;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:5:\"ideal\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:29;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:7:\"giropay\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:3:\"p24\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.022;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:6:\"sofort\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:6:\"klarna\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.0499;s:10:\"fixed_rate\";i:40;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}}s:7:\"capital\";a:3:{s:15:\"has_active_loan\";b:0;s:18:\"has_previous_loans\";b:0;s:5:\"loans\";a:0:{}}s:14:\"fraud_services\";a:2:{s:6:\"stripe\";a:0:{}s:4:\"sift\";a:2:{s:10:\"beacon_key\";s:10:\"affbdadb36\";s:18:\"sandbox_beacon_key\";s:10:\"6ad0ad748b\";}}s:16:\"store_currencies\";a:2:{s:7:\"default\";s:3:\"eur\";s:9:\"supported\";a:1:{i:0;s:3:\"eur\";}}s:19:\"customer_currencies\";a:1:{s:9:\"supported\";a:134:{i:0;s:3:\"usd\";i:1;s:3:\"aed\";i:2;s:3:\"afn\";i:3;s:3:\"all\";i:4;s:3:\"amd\";i:5;s:3:\"ang\";i:6;s:3:\"aoa\";i:7;s:3:\"ars\";i:8;s:3:\"aud\";i:9;s:3:\"awg\";i:10;s:3:\"azn\";i:11;s:3:\"bam\";i:12;s:3:\"bbd\";i:13;s:3:\"bdt\";i:14;s:3:\"bgn\";i:15;s:3:\"bif\";i:16;s:3:\"bmd\";i:17;s:3:\"bnd\";i:18;s:3:\"bob\";i:19;s:3:\"brl\";i:20;s:3:\"bsd\";i:21;s:3:\"bwp\";i:22;s:3:\"byn\";i:23;s:3:\"bzd\";i:24;s:3:\"cad\";i:25;s:3:\"cdf\";i:26;s:3:\"chf\";i:27;s:3:\"clp\";i:28;s:3:\"cny\";i:29;s:3:\"cop\";i:30;s:3:\"crc\";i:31;s:3:\"cve\";i:32;s:3:\"czk\";i:33;s:3:\"djf\";i:34;s:3:\"dkk\";i:35;s:3:\"dop\";i:36;s:3:\"dzd\";i:37;s:3:\"egp\";i:38;s:3:\"etb\";i:39;s:3:\"eur\";i:40;s:3:\"fjd\";i:41;s:3:\"fkp\";i:42;s:3:\"gbp\";i:43;s:3:\"gel\";i:44;s:3:\"gip\";i:45;s:3:\"gmd\";i:46;s:3:\"gnf\";i:47;s:3:\"gtq\";i:48;s:3:\"gyd\";i:49;s:3:\"hkd\";i:50;s:3:\"hnl\";i:51;s:3:\"htg\";i:52;s:3:\"huf\";i:53;s:3:\"idr\";i:54;s:3:\"ils\";i:55;s:3:\"inr\";i:56;s:3:\"isk\";i:57;s:3:\"jmd\";i:58;s:3:\"jpy\";i:59;s:3:\"kes\";i:60;s:3:\"kgs\";i:61;s:3:\"khr\";i:62;s:3:\"kmf\";i:63;s:3:\"krw\";i:64;s:3:\"kyd\";i:65;s:3:\"kzt\";i:66;s:3:\"lak\";i:67;s:3:\"lbp\";i:68;s:3:\"lkr\";i:69;s:3:\"lrd\";i:70;s:3:\"lsl\";i:71;s:3:\"mad\";i:72;s:3:\"mdl\";i:73;s:3:\"mga\";i:74;s:3:\"mkd\";i:75;s:3:\"mmk\";i:76;s:3:\"mnt\";i:77;s:3:\"mop\";i:78;s:3:\"mur\";i:79;s:3:\"mvr\";i:80;s:3:\"mwk\";i:81;s:3:\"mxn\";i:82;s:3:\"myr\";i:83;s:3:\"mzn\";i:84;s:3:\"nad\";i:85;s:3:\"ngn\";i:86;s:3:\"nio\";i:87;s:3:\"nok\";i:88;s:3:\"npr\";i:89;s:3:\"nzd\";i:90;s:3:\"pab\";i:91;s:3:\"pen\";i:92;s:3:\"pgk\";i:93;s:3:\"php\";i:94;s:3:\"pkr\";i:95;s:3:\"pln\";i:96;s:3:\"pyg\";i:97;s:3:\"qar\";i:98;s:3:\"ron\";i:99;s:3:\"rsd\";i:100;s:3:\"rub\";i:101;s:3:\"rwf\";i:102;s:3:\"sar\";i:103;s:3:\"sbd\";i:104;s:3:\"scr\";i:105;s:3:\"sek\";i:106;s:3:\"sgd\";i:107;s:3:\"shp\";i:108;s:3:\"sle\";i:109;s:3:\"sos\";i:110;s:3:\"srd\";i:111;s:3:\"std\";i:112;s:3:\"szl\";i:113;s:3:\"thb\";i:114;s:3:\"tjs\";i:115;s:3:\"top\";i:116;s:3:\"try\";i:117;s:3:\"ttd\";i:118;s:3:\"twd\";i:119;s:3:\"tzs\";i:120;s:3:\"uah\";i:121;s:3:\"ugx\";i:122;s:3:\"uyu\";i:123;s:3:\"uzs\";i:124;s:3:\"vnd\";i:125;s:3:\"vuv\";i:126;s:3:\"wst\";i:127;s:3:\"xaf\";i:128;s:3:\"xcd\";i:129;s:3:\"xof\";i:130;s:3:\"xpf\";i:131;s:3:\"yer\";i:132;s:3:\"zar\";i:133;s:3:\"zmw\";}}s:7:\"country\";s:2:\"FR\";s:25:\"instant_deposits_eligible\";b:0;s:21:\"card_present_eligible\";b:0;s:26:\"has_card_readers_available\";b:0;s:26:\"platform_checkout_eligible\";b:0;s:33:\"platform_direct_checkout_eligible\";b:0;s:37:\"platform_global_theme_support_enabled\";b:0;s:16:\"business_profile\";a:5:{s:4:\"name\";s:10:\"returndays\";s:3:\"url\";s:22:\"https://returndays.com\";s:15:\"support_address\";a:0:{}s:13:\"support_email\";s:26:\"returndaysgaming@gmail.com\";s:13:\"support_phone\";N;}s:8:\"branding\";a:4:{s:4:\"icon\";N;s:4:\"logo\";N;s:13:\"primary_color\";N;s:15:\"secondary_color\";N;}s:6:\"locale\";s:5:\"en_US\";s:22:\"has_more_failed_events\";b:0;s:22:\"has_submitted_vat_data\";b:0;s:20:\"is_documents_enabled\";b:1;s:32:\"card_testing_protection_eligible\";b:0;s:22:\"progressive_onboarding\";a:5:{s:10:\"is_enabled\";b:0;s:11:\"is_complete\";b:0;s:3:\"tpv\";N;s:22:\"first_transaction_date\";N;s:17:\"kyc_deadline_date\";N;}s:25:\"fraud_mitigation_settings\";a:2:{s:17:\"avs_check_enabled\";b:0;s:17:\"cvc_check_enabled\";b:1;}s:39:\"is_deferred_intent_creation_upe_enabled\";b:1;s:22:\"pre_check_save_my_info\";b:0;}s:7:\"fetched\";i:1730828207;s:7:\"errored\";b:0;}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_actionscheduler_actions`]
INSERT INTO wp_actionscheduler_actions ( `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `schedule`, `group_id`, `priority`, `args` )
SELECT 'wcpay_update_compatibility_data', 'pending', '2024-11-05 17:38:47', '2024-11-05 17:38:47', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1730828327;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1730828327;}', 10, 10, '[]' FROM DUAL
WHERE ( SELECT NULL FROM DUAL ) IS NULL
WordPress database error: [INSERT, UPDATE command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_options`] INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('wcpay_account_data', 'a:3:{s:4:\"data\";a:46:{s:10:\"account_id\";s:21:\"acct_1M89FSCLXcPLcd71\";s:5:\"email\";s:23:\"sanyadaniel86@yahoo.com\";s:20:\"live_publishable_key\";s:107:\"pk_live_51ETDmyFuiXB5oUVxaIafkGPnwuNcBxr1pXVhvLJ4BrWuiqfG6SldjatOGLQhuqXnDmgqwRA7tDoSFlbY4wFji7KR0079TvtxNs\";s:20:\"test_publishable_key\";s:107:\"pk_test_51ETDmyFuiXB5oUVxwSobQMW5Tno1GclIq7ePZWzLeW4q8oa7Zb8hI5VfwI5sNT5nXuKYinLukNvGCXmsQXAoDGHG00MqHqlYHR\";s:7:\"is_live\";b:1;s:13:\"is_test_drive\";b:0;s:7:\"created\";s:19:\"2022-11-25 21:15:52\";s:24:\"has_pending_requirements\";b:0;s:23:\"has_future_requirements\";b:0;s:24:\"has_overdue_requirements\";b:0;s:17:\"details_submitted\";b:1;s:16:\"current_deadline\";N;s:6:\"status\";s:8:\"complete\";s:12:\"capabilities\";a:20:{s:19:\"bancontact_payments\";s:6:\"active\";s:13:\"card_payments\";s:6:\"active\";s:12:\"eps_payments\";s:6:\"active\";s:16:\"giropay_payments\";s:6:\"active\";s:14:\"ideal_payments\";s:6:\"active\";s:12:\"p24_payments\";s:6:\"active\";s:15:\"sofort_payments\";s:6:\"active\";s:9:\"transfers\";s:6:\"active\";s:13:\"alma_payments\";s:11:\"unrequested\";s:22:\"bank_transfer_payments\";s:11:\"unrequested\";s:13:\"blik_payments\";s:11:\"unrequested\";s:25:\"cartes_bancaires_payments\";s:11:\"unrequested\";s:6:\"klarna\";s:11:\"unrequested\";s:15:\"klarna_payments\";s:11:\"unrequested\";s:13:\"link_payments\";s:11:\"unrequested\";s:18:\"mobilepay_payments\";s:11:\"unrequested\";s:19:\"multibanco_payments\";s:11:\"unrequested\";s:27:\"sepa_bank_transfer_payments\";s:11:\"unrequested\";s:19:\"sepa_debit_payments\";s:11:\"unrequested\";s:14:\"twint_payments\";s:11:\"unrequested\";}s:23:\"capability_requirements\";a:20:{s:13:\"alma_payments\";a:0:{}s:19:\"bancontact_payments\";a:0:{}s:22:\"bank_transfer_payments\";a:0:{}s:13:\"blik_payments\";a:0:{}s:13:\"card_payments\";a:0:{}s:25:\"cartes_bancaires_payments\";a:0:{}s:12:\"eps_payments\";a:0:{}s:16:\"giropay_payments\";a:0:{}s:14:\"ideal_payments\";a:0:{}s:6:\"klarna\";a:0:{}s:15:\"klarna_payments\";a:0:{}s:13:\"link_payments\";a:0:{}s:18:\"mobilepay_payments\";a:0:{}s:19:\"multibanco_payments\";a:0:{}s:12:\"p24_payments\";a:0:{}s:27:\"sepa_bank_transfer_payments\";a:0:{}s:19:\"sepa_debit_payments\";a:0:{}s:15:\"sofort_payments\";a:0:{}s:9:\"transfers\";a:0:{}s:14:\"twint_payments\";a:0:{}}s:16:\"payments_enabled\";b:1;s:8:\"deposits\";a:9:{s:6:\"status\";s:7:\"enabled\";s:12:\"restrictions\";s:21:\"deposits_unrestricted\";s:8:\"interval\";s:5:\"daily\";s:13:\"weekly_anchor\";s:0:\"\";s:14:\"monthly_anchor\";N;s:10:\"delay_days\";i:3;s:24:\"completed_waiting_period\";b:0;s:30:\"minimum_manual_deposit_amounts\";a:19:{s:3:\"aud\";i:500;s:3:\"bgn\";i:100;s:3:\"cad\";i:500;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:5000;s:3:\"eur\";i:500;s:3:\"gbp\";i:500;s:3:\"hkd\";i:5000;s:3:\"huf\";i:36000;s:3:\"nok\";i:5000;s:3:\"nzd\";i:500;s:3:\"jpy\";i:50;s:3:\"sek\";i:5000;s:3:\"sgd\";i:500;s:3:\"usd\";i:500;s:3:\"ron\";i:500;s:3:\"pln\";i:500;s:3:\"aed\";i:200;}s:33:\"minimum_scheduled_deposit_amounts\";a:19:{s:3:\"aed\";i:200;s:3:\"aud\";i:0;s:3:\"bgn\";i:100;s:3:\"cad\";i:0;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:2000;s:3:\"eur\";i:100;s:3:\"gbp\";i:100;s:3:\"hkd\";i:0;s:3:\"huf\";i:36000;s:3:\"jpy\";i:1;s:3:\"nok\";i:2000;s:3:\"nzd\";i:0;s:3:\"pln\";i:500;s:3:\"ron\";i:500;s:3:\"sek\";i:2000;s:3:\"sgd\";i:100;s:3:\"usd\";i:0;}}s:29:\"lifetime_total_payment_volume\";i:0;s:12:\"requirements\";a:1:{s:6:\"errors\";a:0:{}}s:20:\"statement_descriptor\";s:14:\"RETURNDAYS.COM\";s:26:\"statement_descriptor_kanji\";s:0:\"\";s:25:\"statement_descriptor_kana\";s:0:\"\";s:20:\"latest_tos_agreement\";a:3:{s:4:\"date\";s:19:\"2022-11-25 21:15:52\";s:6:\"source\";s:6:\"signup\";s:18:\"is_current_version\";b:1;}s:4:\"fees\";a:10:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}s:4:\"card\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.02;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.02;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:10:\"bancontact\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:3:\"eps\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.018;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:5:\"ideal\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:29;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:7:\"giropay\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:3:\"p24\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.022;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:6:\"sofort\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:6:\"klarna\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.0499;s:10:\"fixed_rate\";i:40;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}}s:7:\"capital\";a:3:{s:15:\"has_active_loan\";b:0;s:18:\"has_previous_loans\";b:0;s:5:\"loans\";a:0:{}}s:14:\"fraud_services\";a:2:{s:6:\"stripe\";a:0:{}s:4:\"sift\";a:2:{s:10:\"beacon_key\";s:10:\"affbdadb36\";s:18:\"sandbox_beacon_key\";s:10:\"6ad0ad748b\";}}s:16:\"store_currencies\";a:2:{s:7:\"default\";s:3:\"eur\";s:9:\"supported\";a:1:{i:0;s:3:\"eur\";}}s:19:\"customer_currencies\";a:1:{s:9:\"supported\";a:134:{i:0;s:3:\"usd\";i:1;s:3:\"aed\";i:2;s:3:\"afn\";i:3;s:3:\"all\";i:4;s:3:\"amd\";i:5;s:3:\"ang\";i:6;s:3:\"aoa\";i:7;s:3:\"ars\";i:8;s:3:\"aud\";i:9;s:3:\"awg\";i:10;s:3:\"azn\";i:11;s:3:\"bam\";i:12;s:3:\"bbd\";i:13;s:3:\"bdt\";i:14;s:3:\"bgn\";i:15;s:3:\"bif\";i:16;s:3:\"bmd\";i:17;s:3:\"bnd\";i:18;s:3:\"bob\";i:19;s:3:\"brl\";i:20;s:3:\"bsd\";i:21;s:3:\"bwp\";i:22;s:3:\"byn\";i:23;s:3:\"bzd\";i:24;s:3:\"cad\";i:25;s:3:\"cdf\";i:26;s:3:\"chf\";i:27;s:3:\"clp\";i:28;s:3:\"cny\";i:29;s:3:\"cop\";i:30;s:3:\"crc\";i:31;s:3:\"cve\";i:32;s:3:\"czk\";i:33;s:3:\"djf\";i:34;s:3:\"dkk\";i:35;s:3:\"dop\";i:36;s:3:\"dzd\";i:37;s:3:\"egp\";i:38;s:3:\"etb\";i:39;s:3:\"eur\";i:40;s:3:\"fjd\";i:41;s:3:\"fkp\";i:42;s:3:\"gbp\";i:43;s:3:\"gel\";i:44;s:3:\"gip\";i:45;s:3:\"gmd\";i:46;s:3:\"gnf\";i:47;s:3:\"gtq\";i:48;s:3:\"gyd\";i:49;s:3:\"hkd\";i:50;s:3:\"hnl\";i:51;s:3:\"htg\";i:52;s:3:\"huf\";i:53;s:3:\"idr\";i:54;s:3:\"ils\";i:55;s:3:\"inr\";i:56;s:3:\"isk\";i:57;s:3:\"jmd\";i:58;s:3:\"jpy\";i:59;s:3:\"kes\";i:60;s:3:\"kgs\";i:61;s:3:\"khr\";i:62;s:3:\"kmf\";i:63;s:3:\"krw\";i:64;s:3:\"kyd\";i:65;s:3:\"kzt\";i:66;s:3:\"lak\";i:67;s:3:\"lbp\";i:68;s:3:\"lkr\";i:69;s:3:\"lrd\";i:70;s:3:\"lsl\";i:71;s:3:\"mad\";i:72;s:3:\"mdl\";i:73;s:3:\"mga\";i:74;s:3:\"mkd\";i:75;s:3:\"mmk\";i:76;s:3:\"mnt\";i:77;s:3:\"mop\";i:78;s:3:\"mur\";i:79;s:3:\"mvr\";i:80;s:3:\"mwk\";i:81;s:3:\"mxn\";i:82;s:3:\"myr\";i:83;s:3:\"mzn\";i:84;s:3:\"nad\";i:85;s:3:\"ngn\";i:86;s:3:\"nio\";i:87;s:3:\"nok\";i:88;s:3:\"npr\";i:89;s:3:\"nzd\";i:90;s:3:\"pab\";i:91;s:3:\"pen\";i:92;s:3:\"pgk\";i:93;s:3:\"php\";i:94;s:3:\"pkr\";i:95;s:3:\"pln\";i:96;s:3:\"pyg\";i:97;s:3:\"qar\";i:98;s:3:\"ron\";i:99;s:3:\"rsd\";i:100;s:3:\"rub\";i:101;s:3:\"rwf\";i:102;s:3:\"sar\";i:103;s:3:\"sbd\";i:104;s:3:\"scr\";i:105;s:3:\"sek\";i:106;s:3:\"sgd\";i:107;s:3:\"shp\";i:108;s:3:\"sle\";i:109;s:3:\"sos\";i:110;s:3:\"srd\";i:111;s:3:\"std\";i:112;s:3:\"szl\";i:113;s:3:\"thb\";i:114;s:3:\"tjs\";i:115;s:3:\"top\";i:116;s:3:\"try\";i:117;s:3:\"ttd\";i:118;s:3:\"twd\";i:119;s:3:\"tzs\";i:120;s:3:\"uah\";i:121;s:3:\"ugx\";i:122;s:3:\"uyu\";i:123;s:3:\"uzs\";i:124;s:3:\"vnd\";i:125;s:3:\"vuv\";i:126;s:3:\"wst\";i:127;s:3:\"xaf\";i:128;s:3:\"xcd\";i:129;s:3:\"xof\";i:130;s:3:\"xpf\";i:131;s:3:\"yer\";i:132;s:3:\"zar\";i:133;s:3:\"zmw\";}}s:7:\"country\";s:2:\"FR\";s:25:\"instant_deposits_eligible\";b:0;s:21:\"card_present_eligible\";b:0;s:26:\"has_card_readers_available\";b:0;s:26:\"platform_checkout_eligible\";b:0;s:33:\"platform_direct_checkout_eligible\";b:0;s:37:\"platform_global_theme_support_enabled\";b:0;s:16:\"business_profile\";a:5:{s:4:\"name\";s:10:\"returndays\";s:3:\"url\";s:22:\"https://returndays.com\";s:15:\"support_address\";a:0:{}s:13:\"support_email\";s:26:\"returndaysgaming@gmail.com\";s:13:\"support_phone\";N;}s:8:\"branding\";a:4:{s:4:\"icon\";N;s:4:\"logo\";N;s:13:\"primary_color\";N;s:15:\"secondary_color\";N;}s:6:\"locale\";s:5:\"en_US\";s:22:\"has_more_failed_events\";b:0;s:22:\"has_submitted_vat_data\";b:0;s:20:\"is_documents_enabled\";b:1;s:32:\"card_testing_protection_eligible\";b:0;s:22:\"progressive_onboarding\";a:5:{s:10:\"is_enabled\";b:0;s:11:\"is_complete\";b:0;s:3:\"tpv\";N;s:22:\"first_transaction_date\";N;s:17:\"kyc_deadline_date\";N;}s:25:\"fraud_mitigation_settings\";a:2:{s:17:\"avs_check_enabled\";b:0;s:17:\"cvc_check_enabled\";b:1;}s:39:\"is_deferred_intent_creation_upe_enabled\";b:1;s:22:\"pre_check_save_my_info\";b:0;}s:7:\"fetched\";i:1730828208;s:7:\"errored\";b:0;}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_actionscheduler_actions`]
INSERT INTO wp_actionscheduler_actions ( `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `schedule`, `group_id`, `priority`, `args` )
SELECT 'wcpay_update_compatibility_data', 'pending', '2024-11-05 17:38:48', '2024-11-05 17:38:48', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1730828328;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1730828328;}', 10, 10, '[]' FROM DUAL
WHERE ( SELECT NULL FROM DUAL ) IS NULL
WordPress database error: [INSERT, UPDATE command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_options`] INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('wcpay_account_data', 'a:3:{s:4:\"data\";a:46:{s:10:\"account_id\";s:21:\"acct_1M89FSCLXcPLcd71\";s:5:\"email\";s:23:\"sanyadaniel86@yahoo.com\";s:20:\"live_publishable_key\";s:107:\"pk_live_51ETDmyFuiXB5oUVxaIafkGPnwuNcBxr1pXVhvLJ4BrWuiqfG6SldjatOGLQhuqXnDmgqwRA7tDoSFlbY4wFji7KR0079TvtxNs\";s:20:\"test_publishable_key\";s:107:\"pk_test_51ETDmyFuiXB5oUVxwSobQMW5Tno1GclIq7ePZWzLeW4q8oa7Zb8hI5VfwI5sNT5nXuKYinLukNvGCXmsQXAoDGHG00MqHqlYHR\";s:7:\"is_live\";b:1;s:13:\"is_test_drive\";b:0;s:7:\"created\";s:19:\"2022-11-25 21:15:52\";s:24:\"has_pending_requirements\";b:0;s:23:\"has_future_requirements\";b:0;s:24:\"has_overdue_requirements\";b:0;s:17:\"details_submitted\";b:1;s:16:\"current_deadline\";N;s:6:\"status\";s:8:\"complete\";s:12:\"capabilities\";a:20:{s:19:\"bancontact_payments\";s:6:\"active\";s:13:\"card_payments\";s:6:\"active\";s:12:\"eps_payments\";s:6:\"active\";s:16:\"giropay_payments\";s:6:\"active\";s:14:\"ideal_payments\";s:6:\"active\";s:12:\"p24_payments\";s:6:\"active\";s:15:\"sofort_payments\";s:6:\"active\";s:9:\"transfers\";s:6:\"active\";s:13:\"alma_payments\";s:11:\"unrequested\";s:22:\"bank_transfer_payments\";s:11:\"unrequested\";s:13:\"blik_payments\";s:11:\"unrequested\";s:25:\"cartes_bancaires_payments\";s:11:\"unrequested\";s:6:\"klarna\";s:11:\"unrequested\";s:15:\"klarna_payments\";s:11:\"unrequested\";s:13:\"link_payments\";s:11:\"unrequested\";s:18:\"mobilepay_payments\";s:11:\"unrequested\";s:19:\"multibanco_payments\";s:11:\"unrequested\";s:27:\"sepa_bank_transfer_payments\";s:11:\"unrequested\";s:19:\"sepa_debit_payments\";s:11:\"unrequested\";s:14:\"twint_payments\";s:11:\"unrequested\";}s:23:\"capability_requirements\";a:20:{s:13:\"alma_payments\";a:0:{}s:19:\"bancontact_payments\";a:0:{}s:22:\"bank_transfer_payments\";a:0:{}s:13:\"blik_payments\";a:0:{}s:13:\"card_payments\";a:0:{}s:25:\"cartes_bancaires_payments\";a:0:{}s:12:\"eps_payments\";a:0:{}s:16:\"giropay_payments\";a:0:{}s:14:\"ideal_payments\";a:0:{}s:6:\"klarna\";a:0:{}s:15:\"klarna_payments\";a:0:{}s:13:\"link_payments\";a:0:{}s:18:\"mobilepay_payments\";a:0:{}s:19:\"multibanco_payments\";a:0:{}s:12:\"p24_payments\";a:0:{}s:27:\"sepa_bank_transfer_payments\";a:0:{}s:19:\"sepa_debit_payments\";a:0:{}s:15:\"sofort_payments\";a:0:{}s:9:\"transfers\";a:0:{}s:14:\"twint_payments\";a:0:{}}s:16:\"payments_enabled\";b:1;s:8:\"deposits\";a:9:{s:6:\"status\";s:7:\"enabled\";s:12:\"restrictions\";s:21:\"deposits_unrestricted\";s:8:\"interval\";s:5:\"daily\";s:13:\"weekly_anchor\";s:0:\"\";s:14:\"monthly_anchor\";N;s:10:\"delay_days\";i:3;s:24:\"completed_waiting_period\";b:0;s:30:\"minimum_manual_deposit_amounts\";a:19:{s:3:\"aud\";i:500;s:3:\"bgn\";i:100;s:3:\"cad\";i:500;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:5000;s:3:\"eur\";i:500;s:3:\"gbp\";i:500;s:3:\"hkd\";i:5000;s:3:\"huf\";i:36000;s:3:\"nok\";i:5000;s:3:\"nzd\";i:500;s:3:\"jpy\";i:50;s:3:\"sek\";i:5000;s:3:\"sgd\";i:500;s:3:\"usd\";i:500;s:3:\"ron\";i:500;s:3:\"pln\";i:500;s:3:\"aed\";i:200;}s:33:\"minimum_scheduled_deposit_amounts\";a:19:{s:3:\"aed\";i:200;s:3:\"aud\";i:0;s:3:\"bgn\";i:100;s:3:\"cad\";i:0;s:3:\"chf\";i:500;s:3:\"czk\";i:3000;s:3:\"dkk\";i:2000;s:3:\"eur\";i:100;s:3:\"gbp\";i:100;s:3:\"hkd\";i:0;s:3:\"huf\";i:36000;s:3:\"jpy\";i:1;s:3:\"nok\";i:2000;s:3:\"nzd\";i:0;s:3:\"pln\";i:500;s:3:\"ron\";i:500;s:3:\"sek\";i:2000;s:3:\"sgd\";i:100;s:3:\"usd\";i:0;}}s:29:\"lifetime_total_payment_volume\";i:0;s:12:\"requirements\";a:1:{s:6:\"errors\";a:0:{}}s:20:\"statement_descriptor\";s:14:\"RETURNDAYS.COM\";s:26:\"statement_descriptor_kanji\";s:0:\"\";s:25:\"statement_descriptor_kana\";s:0:\"\";s:20:\"latest_tos_agreement\";a:3:{s:4:\"date\";s:19:\"2022-11-25 21:15:52\";s:6:\"source\";s:6:\"signup\";s:18:\"is_current_version\";b:1;}s:4:\"fees\";a:10:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}s:4:\"card\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.015;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";d:0.02;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";d:0.02;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:10:\"bancontact\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:3:\"eps\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.018;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:5:\"ideal\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:29;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:7:\"giropay\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:3:\"p24\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.022;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:6:\"sofort\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.014;s:10:\"fixed_rate\";i:25;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}s:6:\"klarna\";a:4:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.0499;s:10:\"fixed_rate\";i:40;s:8:\"currency\";s:3:\"eur\";}s:10:\"additional\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:2:\"fx\";a:3:{s:15:\"percentage_rate\";i:0;s:10:\"fixed_rate\";i:0;s:8:\"currency\";s:3:\"eur\";}s:8:\"discount\";a:0:{}}}s:7:\"capital\";a:3:{s:15:\"has_active_loan\";b:0;s:18:\"has_previous_loans\";b:0;s:5:\"loans\";a:0:{}}s:14:\"fraud_services\";a:2:{s:6:\"stripe\";a:0:{}s:4:\"sift\";a:2:{s:10:\"beacon_key\";s:10:\"affbdadb36\";s:18:\"sandbox_beacon_key\";s:10:\"6ad0ad748b\";}}s:16:\"store_currencies\";a:2:{s:7:\"default\";s:3:\"eur\";s:9:\"supported\";a:1:{i:0;s:3:\"eur\";}}s:19:\"customer_currencies\";a:1:{s:9:\"supported\";a:134:{i:0;s:3:\"usd\";i:1;s:3:\"aed\";i:2;s:3:\"afn\";i:3;s:3:\"all\";i:4;s:3:\"amd\";i:5;s:3:\"ang\";i:6;s:3:\"aoa\";i:7;s:3:\"ars\";i:8;s:3:\"aud\";i:9;s:3:\"awg\";i:10;s:3:\"azn\";i:11;s:3:\"bam\";i:12;s:3:\"bbd\";i:13;s:3:\"bdt\";i:14;s:3:\"bgn\";i:15;s:3:\"bif\";i:16;s:3:\"bmd\";i:17;s:3:\"bnd\";i:18;s:3:\"bob\";i:19;s:3:\"brl\";i:20;s:3:\"bsd\";i:21;s:3:\"bwp\";i:22;s:3:\"byn\";i:23;s:3:\"bzd\";i:24;s:3:\"cad\";i:25;s:3:\"cdf\";i:26;s:3:\"chf\";i:27;s:3:\"clp\";i:28;s:3:\"cny\";i:29;s:3:\"cop\";i:30;s:3:\"crc\";i:31;s:3:\"cve\";i:32;s:3:\"czk\";i:33;s:3:\"djf\";i:34;s:3:\"dkk\";i:35;s:3:\"dop\";i:36;s:3:\"dzd\";i:37;s:3:\"egp\";i:38;s:3:\"etb\";i:39;s:3:\"eur\";i:40;s:3:\"fjd\";i:41;s:3:\"fkp\";i:42;s:3:\"gbp\";i:43;s:3:\"gel\";i:44;s:3:\"gip\";i:45;s:3:\"gmd\";i:46;s:3:\"gnf\";i:47;s:3:\"gtq\";i:48;s:3:\"gyd\";i:49;s:3:\"hkd\";i:50;s:3:\"hnl\";i:51;s:3:\"htg\";i:52;s:3:\"huf\";i:53;s:3:\"idr\";i:54;s:3:\"ils\";i:55;s:3:\"inr\";i:56;s:3:\"isk\";i:57;s:3:\"jmd\";i:58;s:3:\"jpy\";i:59;s:3:\"kes\";i:60;s:3:\"kgs\";i:61;s:3:\"khr\";i:62;s:3:\"kmf\";i:63;s:3:\"krw\";i:64;s:3:\"kyd\";i:65;s:3:\"kzt\";i:66;s:3:\"lak\";i:67;s:3:\"lbp\";i:68;s:3:\"lkr\";i:69;s:3:\"lrd\";i:70;s:3:\"lsl\";i:71;s:3:\"mad\";i:72;s:3:\"mdl\";i:73;s:3:\"mga\";i:74;s:3:\"mkd\";i:75;s:3:\"mmk\";i:76;s:3:\"mnt\";i:77;s:3:\"mop\";i:78;s:3:\"mur\";i:79;s:3:\"mvr\";i:80;s:3:\"mwk\";i:81;s:3:\"mxn\";i:82;s:3:\"myr\";i:83;s:3:\"mzn\";i:84;s:3:\"nad\";i:85;s:3:\"ngn\";i:86;s:3:\"nio\";i:87;s:3:\"nok\";i:88;s:3:\"npr\";i:89;s:3:\"nzd\";i:90;s:3:\"pab\";i:91;s:3:\"pen\";i:92;s:3:\"pgk\";i:93;s:3:\"php\";i:94;s:3:\"pkr\";i:95;s:3:\"pln\";i:96;s:3:\"pyg\";i:97;s:3:\"qar\";i:98;s:3:\"ron\";i:99;s:3:\"rsd\";i:100;s:3:\"rub\";i:101;s:3:\"rwf\";i:102;s:3:\"sar\";i:103;s:3:\"sbd\";i:104;s:3:\"scr\";i:105;s:3:\"sek\";i:106;s:3:\"sgd\";i:107;s:3:\"shp\";i:108;s:3:\"sle\";i:109;s:3:\"sos\";i:110;s:3:\"srd\";i:111;s:3:\"std\";i:112;s:3:\"szl\";i:113;s:3:\"thb\";i:114;s:3:\"tjs\";i:115;s:3:\"top\";i:116;s:3:\"try\";i:117;s:3:\"ttd\";i:118;s:3:\"twd\";i:119;s:3:\"tzs\";i:120;s:3:\"uah\";i:121;s:3:\"ugx\";i:122;s:3:\"uyu\";i:123;s:3:\"uzs\";i:124;s:3:\"vnd\";i:125;s:3:\"vuv\";i:126;s:3:\"wst\";i:127;s:3:\"xaf\";i:128;s:3:\"xcd\";i:129;s:3:\"xof\";i:130;s:3:\"xpf\";i:131;s:3:\"yer\";i:132;s:3:\"zar\";i:133;s:3:\"zmw\";}}s:7:\"country\";s:2:\"FR\";s:25:\"instant_deposits_eligible\";b:0;s:21:\"card_present_eligible\";b:0;s:26:\"has_card_readers_available\";b:0;s:26:\"platform_checkout_eligible\";b:0;s:33:\"platform_direct_checkout_eligible\";b:0;s:37:\"platform_global_theme_support_enabled\";b:0;s:16:\"business_profile\";a:5:{s:4:\"name\";s:10:\"returndays\";s:3:\"url\";s:22:\"https://returndays.com\";s:15:\"support_address\";a:0:{}s:13:\"support_email\";s:26:\"returndaysgaming@gmail.com\";s:13:\"support_phone\";N;}s:8:\"branding\";a:4:{s:4:\"icon\";N;s:4:\"logo\";N;s:13:\"primary_color\";N;s:15:\"secondary_color\";N;}s:6:\"locale\";s:5:\"en_US\";s:22:\"has_more_failed_events\";b:0;s:22:\"has_submitted_vat_data\";b:0;s:20:\"is_documents_enabled\";b:1;s:32:\"card_testing_protection_eligible\";b:0;s:22:\"progressive_onboarding\";a:5:{s:10:\"is_enabled\";b:0;s:11:\"is_complete\";b:0;s:3:\"tpv\";N;s:22:\"first_transaction_date\";N;s:17:\"kyc_deadline_date\";N;}s:25:\"fraud_mitigation_settings\";a:2:{s:17:\"avs_check_enabled\";b:0;s:17:\"cvc_check_enabled\";b:1;}s:39:\"is_deferred_intent_creation_upe_enabled\";b:1;s:22:\"pre_check_save_my_info\";b:0;}s:7:\"fetched\";i:1730828208;s:7:\"errored\";b:0;}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_actionscheduler_actions`]
INSERT INTO wp_actionscheduler_actions ( `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `schedule`, `group_id`, `priority`, `args` )
SELECT 'wcpay_update_compatibility_data', 'pending', '2024-11-05 17:38:48', '2024-11-05 17:38:48', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1730828328;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1730828328;}', 10, 10, '[]' FROM DUAL
WHERE ( SELECT NULL FROM DUAL ) IS NULL
WordPress database error: [UPDATE command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_options`] UPDATE `wp_options` SET `option_value` = 'a:3:{s:4:\"data\";a:2:{s:10:\"currencies\";a:166:{s:3:\"AED\";d:3.673005;s:3:\"AFN\";d:66.992257;s:3:\"ALL\";d:90.088998;s:3:\"AMD\";d:387.24;s:3:\"ANG\";d:1.802698;s:3:\"AOA\";d:909.051;s:3:\"ARS\";d:992.7637;s:3:\"AUD\";d:1.507195;s:3:\"AWG\";d:1.8;s:3:\"AZN\";d:1.7;s:3:\"BAM\";d:1.794822;s:3:\"BBD\";i:2;s:3:\"BDT\";d:119.529409;s:3:\"BGN\";d:1.794945;s:3:\"BHD\";d:0.376855;s:3:\"BIF\";d:2906.487149;s:3:\"BMD\";i:1;s:3:\"BND\";d:1.316601;s:3:\"BOB\";d:6.911994;s:3:\"BRL\";d:5.785601;s:3:\"BSD\";i:1;s:3:\"BTC\";d:1.4E-5;s:3:\"BTN\";d:84.131417;s:3:\"BWP\";d:13.300908;s:3:\"BYN\";d:3.273378;s:3:\"BZD\";d:2.016151;s:3:\"CAD\";d:1.38614;s:3:\"CDF\";d:2847.403136;s:3:\"CHF\";d:0.863107;s:3:\"CLF\";d:0.034624;s:3:\"CLP\";d:955.45;s:3:\"CNH\";d:7.106899;s:3:\"CNY\";d:7.1031;s:3:\"COP\";d:4414.63;s:3:\"CRC\";d:511.425194;s:3:\"CUC\";i:1;s:3:\"CUP\";d:25.75;s:3:\"CVE\";d:101.189354;s:3:\"CZK\";d:23.227;s:3:\"DJF\";d:178.113252;s:3:\"DKK\";d:6.839192;s:3:\"DOP\";d:60.246237;s:3:\"DZD\";d:133.041072;s:3:\"EGP\";d:49.1179;s:3:\"ERN\";i:15;s:3:\"ETB\";d:120.405374;s:3:\"EUR\";d:0.916896;s:3:\"FJD\";d:2.24125;s:3:\"FKP\";d:0.76867;s:3:\"GBP\";d:0.76867;s:3:\"GEL\";d:2.735;s:3:\"GGP\";d:0.76867;s:3:\"GHS\";d:16.403597;s:3:\"GIP\";d:0.76867;s:3:\"GMD\";d:71.5;s:3:\"GNF\";d:8626.124097;s:3:\"GTQ\";d:7.719627;s:3:\"GYD\";d:209.259442;s:3:\"HKD\";d:7.771551;s:3:\"HNL\";d:25.226439;s:3:\"HRK\";d:6.909609;s:3:\"HTG\";d:131.623371;s:3:\"HUF\";d:374.91;s:3:\"IDR\";d:15764.186423;s:3:\"ILS\";d:3.746725;s:3:\"IMP\";d:0.76867;s:3:\"INR\";d:84.114446;s:3:\"IQD\";d:1310.268098;s:3:\"IRR\";i:42105;s:3:\"ISK\";d:136.55;s:3:\"JEP\";d:0.76867;s:3:\"JMD\";d:158.145896;s:3:\"JOD\";d:0.7091;s:3:\"JPY\";d:151.8212;s:3:\"KES\";d:129.03;s:3:\"KGS\";d:86.1724;s:3:\"KHR\";d:4066.270114;s:3:\"KMF\";d:452.500152;s:3:\"KPW\";i:900;s:3:\"KRW\";d:1379.350552;s:3:\"KWD\";d:0.306311;s:3:\"KYD\";d:0.833532;s:3:\"KZT\";d:488.942486;s:3:\"LAK\";d:21850.871741;s:3:\"LBP\";d:89568.074385;s:3:\"LKR\";d:293.117473;s:3:\"LRD\";d:191.548135;s:3:\"LSL\";d:17.429544;s:3:\"LYD\";d:4.815131;s:3:\"MAD\";d:9.832429;s:3:\"MDL\";d:17.769968;s:3:\"MGA\";d:4595.745427;s:3:\"MKD\";d:56.499791;s:3:\"MMK\";i:2098;s:3:\"MNT\";i:3398;s:3:\"MOP\";d:8.00624;s:3:\"MUR\";d:46.030001;s:3:\"MVR\";d:15.4;s:3:\"MWK\";d:1734.42749;s:3:\"MXN\";d:20.150999;s:3:\"MYR\";d:4.3455;s:3:\"MZN\";d:63.899993;s:3:\"NAD\";d:17.429384;s:3:\"NGN\";d:1663.003333;s:3:\"NIO\";d:36.808297;s:3:\"NOK\";d:10.981195;s:3:\"NPR\";d:134.610464;s:3:\"NZD\";d:1.664171;s:3:\"OMR\";d:0.385029;s:3:\"PAB\";i:1;s:3:\"PEN\";d:3.76942;s:3:\"PGK\";d:4.01215;s:3:\"PHP\";d:58.314999;s:3:\"PKR\";d:277.938785;s:3:\"PLN\";d:3.996357;s:3:\"PYG\";d:7880.665883;s:3:\"QAR\";d:3.645441;s:3:\"RON\";d:4.5624;s:3:\"RSD\";d:107.327483;s:3:\"RUB\";d:97.448653;s:3:\"RWF\";d:1362.448938;s:3:\"SAR\";d:3.756543;s:3:\"SBD\";d:8.306221;s:3:\"SCR\";d:13.593052;s:3:\"SDG\";d:601.5;s:3:\"SEK\";d:10.716077;s:3:\"SGD\";d:1.315931;s:3:\"SHP\";d:0.76867;s:3:\"SLL\";d:20969.5;s:3:\"SOS\";d:571.624709;s:3:\"SRD\";d:34.905;s:3:\"SSP\";d:130.26;s:3:\"STD\";d:22281.8;s:3:\"SVC\";d:8.75203;s:3:\"SYP\";d:2512.53;s:3:\"SZL\";d:17.425897;s:3:\"THB\";d:33.61;s:3:\"TJS\";d:10.652473;s:3:\"TMT\";d:3.51;s:3:\"TND\";d:3.096918;s:3:\"TOP\";d:2.37985;s:3:\"TRY\";d:34.3447;s:3:\"TTD\";d:6.784436;s:3:\"TWD\";d:31.936;s:3:\"TZS\";d:2695.581025;s:3:\"UAH\";d:41.48492;s:3:\"UGX\";d:3672.559327;s:3:\"USD\";i:1;s:3:\"UYU\";d:41.62071;s:3:\"UZS\";d:12777.974604;s:3:\"VND\";d:25345.340299;s:3:\"VUV\";d:118.722;s:3:\"WST\";d:2.8;s:3:\"XAF\";d:601.444135;s:3:\"XAG\";d:0.030416;s:3:\"XAU\";d:0.000364;s:3:\"XCD\";d:2.70255;s:3:\"XDR\";d:0.749381;s:3:\"XOF\";d:601.444135;s:3:\"XPD\";d:0.000917;s:3:\"XPF\";d:109.414758;s:3:\"XPT\";d:0.001;s:3:\"YER\";d:249.849861;s:3:\"ZAR\";d:17.453749;s:3:\"ZMW\";d:26.842285;s:3:\"ZWL\";i:322;}s:7:\"updated\";i:1730828209;}s:7:\"fetched\";i:1730828209;s:7:\"errored\";b:0;}', `autoload` = 'off' WHERE `option_name` = 'wcpay_multi_currency_cached_currencies'
WordPress database error: [INSERT command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_options`] INSERT IGNORE INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('itsec-lock-notification-center', '1730828315', 'no') /* LOCK */
WordPress database error: [INSERT, UPDATE command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_options`] INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('breeze_version_upgraded_from', '2.1.15', 'auto') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
WordPress database error: [INSERT, UPDATE command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_options`] INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('wcpay_account_data', 'a:3:{s:4:\"data\";N;s:7:\"fetched\";i:1730828210;s:7:\"errored\";b:1;}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
WordPress database error: [INSERT, UPDATE command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_options`] INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('wcpay_account_data', 'a:3:{s:4:\"data\";N;s:7:\"fetched\";i:1730828211;s:7:\"errored\";b:1;}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
WordPress database error: [INSERT, UPDATE command denied to user 'u232056541_hNSLe'@'127.0.0.1' for table `u232056541_VUJHF`.`wp_options`] INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('wcpay_account_data', 'a:3:{s:4:\"data\";N;s:7:\"fetched\";i:1730828211;s:7:\"errored\";b:1;}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
NBA 2K16 - Michael Jordan Special Edition - Xbox One - Returndays Electronics Store | Discover a universe of gaming with our extensive collection of video games and consolese
Embark on an epic adventure full of whimsy, wonder, and high-powered weaponry! Roll your own multiclass hero then shoot, loot, slash, and cast on a quest to stop the Dragon Lord.
Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.
Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.
NBA 2K16 – Michael Jordan Special Edition – Xbox One
MyCAREER – A SPIKE LEE JOINT: Our most intense first-person narrative to date, written and directed by Spike Lee. For the first time, manage your off days and earn bonus content through connections, endorsements and a live practice environment.
2K Pro-Am: A groundbreaking new mode featuring fully customizable teams and 5v5 tournaments livestreamed on NBA 2KTV. Join forces with friends to create the perfect squad all the way down to custom logos, uniforms & arenas, or walk on and join any open game.
ENHANCED GAMEPLAY: A new motion engine generates smarter, hyper-realistic movement plus new ball & rim physics and player collisions, leading to a more intense and authentic on-court experience.
Amazon.com Price: $50.94 (as of 02/01/2024 17:37 PST- Details)
Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.
NBA 2K is back with the most true-to-life NBA experience to date with NBA 2K16. Featuring an all-new MyCAREER experience written, directed & produced by acclaimed filmmaker Spike Lee. Guide your MyPLAYER through the complete NBA journey, take control of an NBA franchise, or hone your skills online competing against gamers around the world. NBA 2K16will feature Michael Jordan on the cover of this year’s Special Edition and celebrate Jordan’s Hall of Fame legacy while giving fans even more options to customize their in-game experience.
· Jordan NBA 2K16 Poster
· Jordan Fathead Wall Cling
· Digital Jordan shoes for your MyPLAYER
· Digital Jordan T-shirt for your MyPLAYER
· Digital Jordan jersey for your MyPLAYER
· 30,000 Virtual Currency
· MyTEAM VIP+
o 3 Emerald Packs AND a new Special Edition Exclusive Moments Card
MyCAREER – A SPIKE LEE JOINT: Our most intense first-person narrative to date, written and directed by Spike Lee. For the first time, manage your off days and earn bonus content through connections, endorsements and a live practice environment.
2K Pro-Am: A groundbreaking new mode featuring fully customizable teams and 5v5 tournaments livestreamed on NBA 2KTV. Join forces with friends to create the perfect squad all the way down to custom logos, uniforms & arenas, or walk on and join any open game.
ENHANCED GAMEPLAY: A new motion engine generates smarter, hyper-realistic movement plus new ball & rim physics and player collisions, leading to a more intense and authentic on-court experience.
PLAY NOW ONLINE: This year, online head-to-head games matter. For the first time, your online head-to-head record will determine whether or not you advance to higher levels. As you level up, you’ll unlock some of the greatest teams from NBA history to use in your games.
FEATURED DJs: DJ Khaled, DJ Mustard and DJ Premier produce our biggest soundtrack to date, featuring 50 dynamic tracks across 5 playlists and exclusive cuts from each DJ.
PLAY WITH MODERN LEGENDS: Step onto the court with 12 new legendary teams, including some of the most epic squads from the past 15 years.
MyPARK: Break ankles, drop dimes and create a street legacy at one of three newly enhanced parks. Show off your game to the world in new live-streamed competitive events.
MyTEAM: Collect past and present NBA players and customize your perfect team to go head-to-head in one of five unique game modes. Enjoy an all-new 3-on-3 online street mode called The Gauntlet, take your team online in Road to the Playoffs, face off against exclusive lineups in Challenges, or dominate current and historic NBA teams in Domination. Cards and game modes update dynamically throughout the season, ensuring a new experience every time you play.
MyLEAGUE: Custom build the league you want. For the first time, MyLEAGUE Online allows you to create an online league with friends and gamers from around the world. Play a single season, or up to an 80-year franchise. Virtually every detail of your league is in your hands.
MyGM: A completely re-imagined franchise experience, the immersion and depth of MyGM has been elevated to new heights. New features for NBA 2K16 include team relocation, Advanced Team Building, Summer Leagues, 3-team trades, and much more.
NBA 2KTV: 2K’s groundbreaking weekly TV show INSIDE a videogame returns for a second season. Featuring special appearances from NBA stars, coaches and celebrities, game tips with NBA 2K16 producers, user generated content & livestreamed competitions, and exclusive locker code giveaways.
Amazon.com Price: $39.50Original price was: $39.50.$37.27Current price is: $37.27. (as of 19/02/2024 14:00 PST- Details)
Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.
Amazon.com Price: $24.50 (as of 29/02/2024 18:09 PST- Details)
Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.
Amazon.com Price: $498.00Original price was: $498.00.$427.97Current price is: $427.97. (as of 05/04/2024 15:18 PST- Details)
Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.
Amazon.com Price: $29.99 (as of 27/02/2024 10:14 PST- Details)
Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.
Amazon.com Price: $7.99 (as of 22/02/2024 13:37 PST- Details)
Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.
Amazon.com Price: $853.00 (as of 02/01/2024 16:54 PST- Details)
Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.
Amazon.com Price: $39.99 (as of 02/01/2024 17:35 PST- Details)
Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.
Amazon.com Price: $42.99 (as of 02/01/2024 17:34 PST- Details)
Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.
Amazon.com Price: $19.99 (as of 02/01/2024 16:52 PST- Details)
Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.
Amazon.com Price: $16.99 (as of 02/01/2024 16:53 PST- Details)
Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.
Amazon.com Price: $19.99 (as of 02/01/2024 17:39 PST- Details)
Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.
Amazon.com Price: $14.60 (as of 02/01/2024 17:37 PST- Details)
Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.
Amazon.com Price: $59.99 (as of 02/01/2024 17:39 PST- Details)
Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.
Amazon.com Price: $39.99 (as of 02/01/2024 16:54 PST- Details)
Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.
Amazon.com Price: $18.33 (as of 02/01/2024 16:54 PST- Details)
Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.
Amazon.com Price: $49.99 (as of 02/01/2024 16:53 PST- Details)
Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.
Amazon.com Price: $27.49 (as of 02/01/2024 17:33 PST- Details)
Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.
Reviews
Clear filtersThere are no reviews yet.