· 6 years ago · Jul 16, 2019, 07:46 PM
1[OK] SQL 1.6.1.0 SET NAMES 'utf8'
2[OK] SQL 1.6.1.0 UPDATE `ps_configuration` SET `value` = CONCAT('#', `value`) WHERE `name` LIKE 'PS_%_PREFIX' AND `value` NOT LIKE '#%'
3[OK] SQL 1.6.1.0 UPDATE `ps_configuration_lang` SET `value` = CONCAT('#', `value`) WHERE `id_configuration` IN (SELECT `id_configuration` FROM `ps_configuration` WHERE `name` LIKE 'PS_%_PREFIX') AND `value` NOT LIKE '#%'
4[OK] SQL 1.6.1.0 ALTER TABLE `ps_orders` CHANGE `invoice_number` `invoice_number` INT( 11 ) UNSIGNED NOT NULL DEFAULT '0', CHANGE `delivery_number` `delivery_number` INT( 11 ) UNSIGNED NOT NULL DEFAULT '0'
5[OK] SQL 1.6.1.0 /* taxes-patch */ ALTER TABLE `ps_order_invoice` CHANGE COLUMN `total_discount_tax_excl` `total_discount_tax_excl` DECIMAL(20,6) NOT NULL DEFAULT '0.00' , CHANGE COLUMN `total_discount_tax_incl` `total_discount_tax_incl` DECIMAL(20,6) NOT NULL DEFAULT '0.00' , CHANGE COLUMN `total_paid_tax_excl` `total_paid_tax_excl` DECIMAL(20,6) NOT NULL DEFAULT '0.00' , CHANGE COLUMN `total_paid_tax_incl` `total_paid_tax_incl` DECIMAL(20,6) NOT NULL DEFAULT '0.00' , CHANGE COLUMN `total_products` `total_products` DECIMAL(20,6) NOT NULL DEFAULT '0.00' , CHANGE COLUMN `total_products_wt` `total_products_wt` DECIMAL(20,6) NOT NULL DEFAULT '0.00' , CHANGE COLUMN `total_shipping_tax_excl` `total_shipping_tax_excl` DECIMAL(20,6) NOT NULL DEFAULT '0.00' , CHANGE COLUMN `total_shipping_tax_incl` `total_shipping_tax_incl` DECIMAL(20,6) NOT NULL DEFAULT '0.00' , CHANGE COLUMN `total_wrapping_tax_excl` `total_wrapping_tax_excl` DECIMAL(20,6) NOT NULL DEFAULT '0.00' , CHANGE COLUMN `total_wrapping_tax_incl` `total_wrapping_tax_incl` DECIMAL(20,6) NOT NULL DEFAULT '0.00'
6[OK] SQL 1.6.1.0 ALTER TABLE `ps_orders` ADD `round_type` TINYINT(1) NOT NULL DEFAULT '1' AFTER `round_mode`
7[OK] SQL 1.6.1.0 ALTER TABLE ps_product_tag ADD `id_lang` int(10) unsigned NOT NULL, ADD KEY (id_lang, id_tag)
8[OK] SQL 1.6.1.0 UPDATE ps_product_tag, ps_tag SET ps_product_tag.id_lang=ps_tag.id_lang WHERE ps_tag.id_tag=ps_product_tag.id_tag
9[OK] SQL 1.6.1.0 DROP TABLE IF EXISTS `ps_tag_count`
10[DROP] la tabla SQL `ps_tag_count` ha sido borrada.
11[OK] SQL 1.6.1.0 CREATE TABLE `ps_tag_count` ( `id_group` int(10) unsigned NOT NULL DEFAULT 0, `id_tag` int(10) unsigned NOT NULL DEFAULT 0, `id_lang` int(10) unsigned NOT NULL DEFAULT 0, `id_shop` int(11) unsigned NOT NULL DEFAULT 0, `counter` int(10) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`id_group`, `id_tag`), KEY (`id_group`, `id_lang`, `id_shop`, `counter`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8
12[OK] SQL 1.6.1.0 REPLACE INTO `ps_tag_count` (id_group, id_tag, id_lang, id_shop, counter) SELECT cg.id_group, t.id_tag, t.id_lang, ps.id_shop, COUNT(pt.id_tag) AS times FROM `ps_product_tag` pt LEFT JOIN `ps_tag` t ON (t.id_tag = pt.id_tag) LEFT JOIN `ps_product` p ON (p.id_product = pt.id_product) INNER JOIN `ps_product_shop` product_shop ON (product_shop.id_product = p.id_product) JOIN (SELECT DISTINCT id_group FROM `ps_category_group`) cg JOIN (SELECT DISTINCT id_shop FROM `ps_shop`) ps WHERE pt.`id_lang` = 1 AND product_shop.`active` = 1 AND EXISTS(SELECT 1 FROM `ps_category_product` cp LEFT JOIN `ps_category_group` cgo ON (cp.`id_category` = cgo.`id_category`) WHERE cgo.`id_group` = cg.id_group AND p.`id_product` = cp.`id_product`) AND product_shop.id_shop = ps.id_shop GROUP BY pt.id_tag, cg.id_group
13[OK] SQL 1.6.1.0 REPLACE INTO `ps_tag_count` (id_group, id_tag, id_lang, id_shop, counter) SELECT 0, t.id_tag, t.id_lang, ps.id_shop, COUNT(pt.id_tag) AS times FROM `ps_product_tag` pt LEFT JOIN `ps_tag` t ON (t.id_tag = pt.id_tag) LEFT JOIN `ps_product` p ON (p.id_product = pt.id_product) INNER JOIN `ps_product_shop` product_shop ON (product_shop.id_product = p.id_product) JOIN (SELECT DISTINCT id_shop FROM `ps_shop`) ps WHERE pt.`id_lang` = 1 AND product_shop.`active` = 1 AND product_shop.id_shop = ps.id_shop GROUP BY pt.id_tag
14[OK] PHP 1.6.1.0 : /* PHP:alter_ignore_drop_key(shop, id_group_shop); */
15[OK] PHP 1.6.1.0 : /* PHP:alter_ignore_drop_key(specific_price, id_product_2); */
16[OK] PHP 1.6.1.0 : /* PHP:alter_ignore_drop_key(hook_module, position); */
17[OK] PHP 1.6.1.0 : /* PHP:alter_ignore_drop_key(cart_product, PRIMARY); */
18[OK] PHP 1.6.1.0 : /* PHP:alter_ignore_drop_key(cart_product, cart_product_index); */
19[OK] SQL 1.6.1.0 ALTER TABLE `ps_shop_group` ADD KEY `deleted` (`deleted`, `name`)
20[OK] SQL 1.6.1.0 ALTER TABLE `ps_shop` DROP KEY `id_shop_group`
21[OK] SQL 1.6.1.0 ALTER TABLE `ps_shop` ADD KEY `id_shop_group` (`id_shop_group`, `deleted`)
22[OK] SQL 1.6.1.0 ALTER TABLE `ps_shop_url` DROP KEY `id_shop`
23[OK] SQL 1.6.1.0 ALTER TABLE `ps_shop_url` ADD KEY `id_shop` (`id_shop`, `main`)
24[OK] SQL 1.6.1.0 ALTER TABLE `ps_customization` ADD KEY `id_cart` (`id_cart`)
25[OK] SQL 1.6.1.0 ALTER TABLE `ps_product_sale` ADD KEY `quantity` (`quantity`)
26[OK] SQL 1.6.1.0 ALTER TABLE `ps_cart_rule` ADD KEY `id_customer` (`id_customer`, `active`, `date_to`)
27[OK] SQL 1.6.1.0 ALTER TABLE `ps_cart_rule` ADD KEY `group_restriction` (`group_restriction`, `active`, `date_to`)
28[OK] SQL 1.6.1.0 ALTER TABLE `ps_hook_module` ADD KEY `position` (`id_shop`, `position`)
29[OK] SQL 1.6.1.0 ALTER IGNORE TABLE `ps_cart_product` ADD PRIMARY KEY (`id_cart`,`id_product`,`id_product_attribute`,`id_address_delivery`)
30[OK] SQL 1.6.1.0 ALTER TABLE `ps_cart_product` ADD KEY `id_cart_order` (`id_cart`, `date_add`, `id_product`, `id_product_attribute`)
31[OK] SQL 1.6.1.0 ALTER TABLE `ps_customization` DROP KEY id_cart
32[OK] SQL 1.6.1.0 ALTER IGNORE TABLE `ps_customization` ADD KEY `id_cart_product` (`id_cart`, `id_product`, `id_product_attribute`)
33[OK] SQL 1.6.1.0 ALTER TABLE `ps_category` DROP KEY nleftright, DROP KEY nleft
34[OK] SQL 1.6.1.0 ALTER TABLE `ps_category` ADD KEY `activenleft` (`active`,`nleft`), ADD KEY `activenright` (`active`,`nright`)
35[OK] SQL 1.6.1.0 ALTER IGNORE TABLE `ps_image_shop` DROP KEY `id_image`, ADD PRIMARY KEY (`id_image`, `id_shop`, `cover`)
36[OK] SQL 1.6.1.0 ALTER TABLE ps_product_attribute_shop ADD `id_product` int(10) unsigned NOT NULL, ADD KEY `id_product` (`id_product`, `id_shop`, `default_on`)
37[OK] SQL 1.6.1.0 UPDATE ps_product_attribute_shop, ps_product_attribute SET ps_product_attribute_shop.id_product=ps_product_attribute.id_product WHERE ps_product_attribute_shop.id_product_attribute=ps_product_attribute.id_product_attribute
38[OK] SQL 1.6.1.0 ALTER TABLE ps_image_shop ADD `id_product` int(10) unsigned NOT NULL, ADD KEY `id_product` (`id_product`, `id_shop`, `cover`)
39[OK] SQL 1.6.1.0 UPDATE ps_image_shop, ps_image SET ps_image_shop.id_product=ps_image.id_product WHERE ps_image_shop.id_image=ps_image.id_image
40[OK] SQL 1.6.1.0 ALTER IGNORE TABLE `ps_image_shop` DROP PRIMARY KEY, ADD PRIMARY KEY (`id_image`, `id_shop`)
41[OK] SQL 1.6.1.0 ALTER TABLE `ps_product_supplier` ADD KEY `id_supplier` (`id_supplier`,`id_product`)
42[OK] SQL 1.6.1.0 ALTER TABLE `ps_product` DROP KEY `product_manufacturer`
43[OK] SQL 1.6.1.0 ALTER TABLE `ps_product` ADD KEY `product_manufacturer` (`id_manufacturer`, `id_product`)
44[OK] SQL 1.6.1.0 DROP TABLE IF EXISTS `ps_smarty_lazy_cache`
45[DROP] la tabla SQL `ps_smarty_lazy_cache` ha sido borrada.
46[OK] SQL 1.6.1.0 CREATE TABLE `ps_smarty_lazy_cache` ( `template_hash` varchar(32) NOT NULL DEFAULT '', `cache_id` varchar(255) NOT NULL DEFAULT '', `compile_id` varchar(32) NOT NULL DEFAULT '', `filepath` varchar(255) NOT NULL DEFAULT '', `last_update` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`template_hash`, `cache_id`, `compile_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8
47[OK] SQL 1.6.1.0 DROP TABLE IF EXISTS `ps_smarty_last_flush`
48[DROP] la tabla SQL `ps_smarty_last_flush` ha sido borrada.
49[OK] SQL 1.6.1.0 CREATE TABLE `ps_smarty_last_flush` ( `type` ENUM('compile', 'template'), `last_flush` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`type`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8
50[OK] SQL 1.6.1.0 DROP TABLE IF EXISTS `ps_modules_perfs`
51[DROP] la tabla SQL `ps_modules_perfs` ha sido borrada.
52[OK] SQL 1.6.1.0 CREATE TABLE `ps_modules_perfs` ( `id_modules_perfs` int(11) unsigned NOT NULL AUTO_INCREMENT, `session` int(11) unsigned NOT NULL, `module` varchar(62) NOT NULL, `method` varchar(126) NOT NULL, `time_start` double unsigned NOT NULL, `time_end` double unsigned NOT NULL, `memory_start` int unsigned NOT NULL, `memory_end` int unsigned NOT NULL, PRIMARY KEY (`id_modules_perfs`), KEY (`session`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8
53[OK] SQL 1.6.1.0 ALTER TABLE `ps_image` CHANGE `cover` `cover` tinyint(1) unsigned NULL DEFAULT NULL
54[OK] SQL 1.6.1.0 UPDATE `ps_image` SET `cover`=NULL WHERE `cover`=0
55[OK] SQL 1.6.1.0 CREATE TEMPORARY TABLE `image_transform` SELECT `id_product`, COUNT(*) c FROM `ps_image` WHERE `cover`=1 GROUP BY `id_product` HAVING c>1
56[OK] SQL 1.6.1.0 UPDATE `image_transform` JOIN `ps_image` USING (`id_product`) SET `ps_image`.`cover`=NULL
57[OK] SQL 1.6.1.0 ALTER TABLE `ps_image` DROP KEY `id_product_cover`
58[OK] SQL 1.6.1.0 ALTER IGNORE TABLE `ps_image` ADD UNIQUE KEY `id_product_cover` (`id_product`,`cover`)
59[OK] SQL 1.6.1.0 ALTER TABLE `ps_image_shop` CHANGE `cover` `cover` tinyint(1) unsigned NULL DEFAULT NULL
60[OK] SQL 1.6.1.0 UPDATE `ps_image_shop` SET `cover`=NULL WHERE `cover`=0
61[OK] SQL 1.6.1.0 CREATE TEMPORARY TABLE `image_shop_transform` SELECT `id_product`, `id_shop`, COUNT(*) c FROM `ps_image_shop` WHERE `cover`=1 GROUP BY `id_product`, `id_shop` HAVING c>1
62[OK] SQL 1.6.1.0 UPDATE `image_shop_transform` JOIN `ps_image_shop` USING (`id_product`, `id_shop`) SET `ps_image_shop`.`cover`=NULL
63[OK] SQL 1.6.1.0 ALTER TABLE `ps_image_shop` DROP KEY `id_product`
64[OK] SQL 1.6.1.0 ALTER IGNORE TABLE `ps_image_shop` ADD UNIQUE KEY `id_product` (`id_product`, `id_shop`, `cover`)
65[OK] SQL 1.6.1.0 ALTER TABLE `ps_product_attribute` CHANGE `default_on` `default_on` tinyint(1) unsigned NULL DEFAULT NULL
66[OK] SQL 1.6.1.0 UPDATE `ps_product_attribute` SET `default_on`=NULL WHERE `default_on`=0
67[OK] SQL 1.6.1.0 CREATE TEMPORARY TABLE `attribute_transform` SELECT `id_product`, COUNT(*) c FROM `ps_product_attribute` WHERE `default_on`=1 GROUP BY `id_product` HAVING c>1
68[OK] SQL 1.6.1.0 UPDATE `attribute_transform` JOIN `ps_product_attribute` USING (`id_product`) SET `ps_product_attribute`.`default_on`=NULL
69[OK] SQL 1.6.1.0 ALTER TABLE `ps_product_attribute` DROP KEY `product_default`
70[OK] SQL 1.6.1.0 ALTER IGNORE TABLE `ps_product_attribute` ADD UNIQUE KEY `product_default` (`id_product`,`default_on`)
71[OK] SQL 1.6.1.0 ALTER TABLE `ps_product_attribute_shop` CHANGE `default_on` `default_on` tinyint(1) unsigned NULL DEFAULT NULL
72[OK] SQL 1.6.1.0 UPDATE `ps_product_attribute_shop` SET `default_on`=NULL WHERE `default_on`=0
73[OK] SQL 1.6.1.0 CREATE TEMPORARY TABLE `attribute_shop_transform` SELECT `id_product`, `id_shop`, COUNT(*) c FROM `ps_product_attribute_shop` WHERE `default_on`=1 GROUP BY `id_product`, `id_shop` HAVING c>1
74[OK] SQL 1.6.1.0 UPDATE `attribute_shop_transform` JOIN `ps_product_attribute_shop` USING (`id_product`, `id_shop`) SET `ps_product_attribute_shop`.`default_on`=NULL
75[OK] SQL 1.6.1.0 ALTER TABLE `ps_product_attribute_shop` DROP KEY `id_product`
76[OK] SQL 1.6.1.0 ALTER IGNORE TABLE `ps_product_attribute_shop` ADD UNIQUE KEY `id_product` (`id_product`, `id_shop`, `default_on`)
77[OK] SQL 1.6.1.0 ALTER IGNORE TABLE `ps_product_download` ADD UNIQUE KEY `id_product` (`id_product`)
78[OK] SQL 1.6.1.0 ALTER TABLE `ps_customer` DROP KEY `id_shop`
79[OK] SQL 1.6.1.0 ALTER TABLE `ps_customer` ADD KEY `id_shop` (`id_shop`, `date_add`)
80[OK] SQL 1.6.1.0 ALTER TABLE `ps_cart` DROP KEY `id_shop`
81[OK] SQL 1.6.1.0 ALTER TABLE `ps_cart` ADD KEY `id_shop_2` (`id_shop`,`date_upd`), ADD KEY `id_shop` (`id_shop`,`date_add`)
82[OK] SQL 1.6.1.0 ALTER TABLE `ps_product_shop` ADD KEY `indexed` (`indexed`, `active`, `id_product`)
83[OK] SQL 1.6.1.0 UPDATE `ps_product_shop` SET `date_add` = NOW() WHERE `date_add` = "0000-00-00 00:00:00"
84[OK] SQL 1.6.1.0 INSERT IGNORE INTO `ps_hook` (`id_hook`, `name`, `title`, `description`, `position`, `live_edit`) VALUES (NULL, 'actionAdminLoginControllerSetMedia', 'Set media on admin login page header', 'This hook is called after adding media to admin login page header', '1', '0'), (NULL, 'actionOrderEdited', 'Order edited', 'This hook is called when an order is edited.', '1', '0'), (NULL, 'displayAdminNavBarBeforeEnd', 'Admin Nav-bar before end', 'Called before the end of the nav-bar.', '1', '0'), (NULL, 'displayAdminAfterHeader', 'Admin after header', 'Hook called just after the header of the backoffice.', '1', '0'), (NULL, 'displayAdminLogin', 'Admin login', 'Hook called just after login of the backoffice.', '1', '0')
85[OK] SQL 1.6.1.0 ALTER TABLE `ps_cart_rule` ADD KEY `id_customer_2` (`id_customer`,`active`,`highlight`,`date_to`)
86[OK] SQL 1.6.1.0 ALTER TABLE `ps_cart_rule` ADD KEY `group_restriction_2` (`group_restriction`,`active`,`highlight`,`date_to`)
87[OK] SQL 1.6.1.0 ALTER TABLE `ps_configuration_kpi` CHANGE `name` `name` varchar(64)
88[OK] SQL 1.6.1.0 ALTER TABLE `ps_smarty_lazy_cache` CHANGE `cache_id` `cache_id` varchar(255) NOT NULL DEFAULT ''
89[OK] SQL 1.6.1.0 TRUNCATE TABLE `ps_smarty_lazy_cache`
90[DROP] la tabla SQL `ps_cms_role` ha sido borrada.
91[OK] SQL 1.6.1.0 /* Advanced EU Compliance tables */ CREATE TABLE IF NOT EXISTS `ps_cms_role` ( `id_cms_role` int(11) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `id_cms` int(11) unsigned NOT NULL, PRIMARY KEY (`id_cms_role`, `id_cms`), UNIQUE KEY `name` (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8
92[DROP] la tabla SQL `ps_cms_role_lang` ha sido borrada.
93[OK] SQL 1.6.1.0 CREATE TABLE IF NOT EXISTS `ps_cms_role_lang` ( `id_cms_role` int(11) unsigned NOT NULL, `id_lang` int(11) unsigned NOT NULL, `id_shop` int(11) unsigned NOT NULL, `name` varchar(128) DEFAULT NULL, PRIMARY KEY (`id_cms_role`,`id_lang`, `id_shop`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8
94[OK] SQL 1.6.1.0 ALTER TABLE `ps_order_invoice` ADD `company_address` TEXT DEFAULT NULL AFTER `total_wrapping_tax_incl`
95[OK] SQL 1.6.1.0 ALTER TABLE `ps_order_invoice` ADD `shop_address` TEXT DEFAULT NULL AFTER `total_wrapping_tax_incl`
96[OK] SQL 1.6.1.0 ALTER TABLE `ps_order_invoice` ADD `invoice_address` TEXT DEFAULT NULL AFTER `shop_address`
97[OK] SQL 1.6.1.0 ALTER TABLE `ps_order_invoice` ADD `delivery_address` TEXT DEFAULT NULL AFTER `invoice_address`
98[OK] SQL 1.6.1.0 INSERT INTO `ps_hook` (`name`, `title`, `description`) VALUES ('displayInvoiceLegalFreeText', 'PDF Invoice - Legal Free Text', 'This hook allows you to modify the legal free text on PDF invoices')
99[OK] SQL 1.6.1.0 UPDATE `ps_hook` SET position = 0 WHERE name LIKE 'action%'
100[OK] SQL 1.6.1.0 ALTER IGNORE TABLE `ps_specific_price` ADD UNIQUE KEY `id_product_2` (`id_cart`, `id_product`,`id_shop`,`id_shop_group`,`id_currency`,`id_country`,`id_group`,`id_customer`,`id_product_attribute`,`from_quantity`,`id_specific_price_rule`,`from`,`to`)
101[OK] SQL 1.6.1.0 INSERT INTO `ps_configuration` (`name`, `value`, `date_add`, `date_upd`) VALUES ('PS_INVCE_INVOICE_ADDR_RULES', '{"avoid":["vat_number","phone","phone_mobile"]}', NOW(), NOW())
102[OK] SQL 1.6.1.0 INSERT INTO `ps_configuration` (`name`, `value`, `date_add`, `date_upd`) VALUES ('PS_INVCE_DELIVERY_ADDR_RULES', '{"avoid":["vat_number","phone","phone_mobile"]}', NOW(), NOW())
103[OK] SQL 1.6.1.0 ALTER TABLE `ps_pack` ADD KEY `product_item` (`id_product_item`,`id_product_attribute_item`)
104[OK] SQL 1.6.1.0 ALTER TABLE `ps_supply_order_detail` DROP KEY `id_supply_order`, DROP KEY `id_product`, ADD KEY `id_supply_order` (`id_supply_order`, `id_product`)
105[OK] SQL 1.6.1.0 ALTER TABLE `ps_carrier` ADD KEY `reference` (`id_reference`, `deleted`, `active`)
106[OK] SQL 1.6.1.1 SET NAMES 'utf8'
107[OK] SQL 1.6.1.1 ALTER TABLE `ps_customer_message` CHANGE `message` `message` MEDIUMTEXT NOT NULL
108[OK] SQL 1.6.1.1 UPDATE `ps_tax_rules_group` SET `date_add` = NOW(), `date_upd` = NOW() WHERE `date_add` = '0000-00-00 00:00:00'
109[OK] SQL 1.6.1.1 ALTER TABLE `ps_order_detail` ADD `original_wholesale_price` DECIMAL( 20, 6 ) NOT NULL DEFAULT '0.000000'
110[OK] PHP 1.6.1.1 : /* PHP:alter_ignore_drop_key(specific_price, id_product_2); */
111[OK] SQL 1.6.1.1 ALTER TABLE `ps_specific_price` ADD UNIQUE KEY `id_product_2` (`id_cart`, `id_product`,`id_shop`,`id_shop_group`,`id_currency`,`id_country`,`id_group`,`id_customer`,`id_product_attribute`,`from_quantity`,`id_specific_price_rule`,`from`,`to`)
112[OK] SQL 1.6.1.2 SET NAMES 'utf8'
113[OK] SQL 1.6.1.2 UPDATE `ps_image_shop` ish, `ps_image` i SET ish.id_product = i.id_product WHERE i.id_image=ish.id_image
114[OK] SQL 1.6.1.2 REPLACE INTO `ps_tag_count` (id_group, id_tag, id_lang, id_shop, counter) SELECT cg.id_group, pt.id_tag, pt.id_lang, id_shop, COUNT(pt.id_tag) AS times FROM `ps_product_tag` pt INNER JOIN `ps_product_shop` product_shop USING (id_product) JOIN (SELECT DISTINCT id_group FROM `ps_category_group`) cg WHERE product_shop.`active` = 1 AND EXISTS(SELECT 1 FROM `ps_category_product` cp LEFT JOIN `ps_category_group` cgo ON (cp.`id_category` = cgo.`id_category`) WHERE cgo.`id_group` = cg.id_group AND product_shop.`id_product` = cp.`id_product`) GROUP BY pt.id_tag, pt.id_lang, cg.id_group, id_shop ORDER BY NULL
115[OK] SQL 1.6.1.2 REPLACE INTO `ps_tag_count` (id_group, id_tag, id_lang, id_shop, counter) SELECT 0, pt.id_tag, pt.id_lang, id_shop, COUNT(pt.id_tag) AS times FROM `ps_product_tag` pt INNER JOIN `ps_product_shop` product_shop USING (id_product) WHERE product_shop.`active` = 1 GROUP BY pt.id_tag, pt.id_lang, id_shop ORDER BY NULL
116[OK] SQL 1.6.1.2 TRUNCATE TABLE `ps_smarty_last_flush`
117[OK] SQL 1.6.1.2 ALTER TABLE `ps_search_index` ADD INDEX(`id_product`)
118[OK] SQL 1.6.1.2 ALTER TABLE `ps_specific_price` ADD INDEX(`id_product_attribute`)
119[OK] SQL 1.6.1.2 ALTER TABLE `ps_specific_price` ADD INDEX(`id_shop`)
120[OK] SQL 1.6.1.2 ALTER TABLE `ps_specific_price` ADD INDEX(`id_customer`)
121[OK] SQL 1.6.1.2 ALTER TABLE `ps_specific_price` ADD INDEX(`from`)
122[OK] SQL 1.6.1.2 ALTER TABLE `ps_specific_price` ADD INDEX(`to`)
123[OK] SQL 1.6.1.2 ALTER TABLE `ps_specific_price` DROP KEY `id_product_2`
124[OK] SQL 1.6.1.2 ALTER TABLE `ps_specific_price` ADD UNIQUE KEY `id_product_2` (`id_product`,`id_product_attribute`,`id_customer`,`id_cart`,`from`,`to`,`id_shop`,`id_shop_group`,`id_currency`,`id_country`,`id_group`,`from_quantity`,`id_specific_price_rule`)
125[OK] SQL 1.6.1.2 ALTER TABLE `ps_category_product` ADD INDEX(`id_category`, `position`)
126[OK] SQL 1.6.1.2 ALTER TABLE `ps_address` CHANGE `company` `company` VARCHAR(64) NULL
127[OK] SQL 1.6.1.5 SET NAMES 'utf8'
128[OK] SQL 1.6.1.5 UPDATE `ps_configuration` c SET `value` = '{"avoid":[]}' WHERE `name` IN ('PS_INVCE_INVOICE_ADDR_RULES', 'PS_INVCE_DELIVERY_ADDR_RULES')
129[OK] SQL 1.6.1.6 SET NAMES 'utf8'
130[OK] SQL 1.6.1.6 ALTER TABLE `ps_cart_product` CHANGE `id_product_attribute` `id_product_attribute` int(10) unsigned NOT NULL DEFAULT '0'
131[OK] SQL 1.6.1.7 SET NAMES 'utf8'
132[OK] SQL 1.6.1.7 INSERT INTO `ps_hook` (`name`, `title`, `description`, `position`) VALUES ('displayCartExtraProductActions', 'Extra buttons in shopping cart', 'This hook adds extra buttons to the product lines, in the shopping cart', 0)
133[OK] SQL 1.6.1.14 SET NAMES 'utf8'
134[OK] SQL 1.6.1.14 ALTER TABLE `ps_carrier_lang` CHANGE `delay` `delay` VARCHAR(512) NULL
135[OK] SQL 1.7.0.0 SET NAMES 'utf8'
136[OK] SQL 1.7.0.0 INSERT INTO `ps_configuration` (`name`, `value`, `date_add`, `date_upd`) VALUES ('PS_SMARTY_LOCAL', '0', NOW(), NOW()), ('PS_PASSWD_RESET_VALIDITY', '1440', NOW(), NOW()), ('PS_CUSTOMER_BIRTHDATE', '1', NOW(), NOW()), ('PS_ACTIVE_CRONJOB_EXCHANGE_RATE', '0', NOW(), NOW()), ('PS_ORDER_RECALCULATE_SHIPPING', '1', NOW(), NOW()), ('PS_MAINTENANCE_TEXT', 'We are currently updating our shop and will be back really soon.<br>Thanks for your patience.', NOW(), NOW())
137[OK] SQL 1.7.0.0 INSERT INTO `ps_configuration_lang` (`id_configuration`, `id_lang`, `value`, `date_upd`) SELECT c.`id_configuration`, l.`id_lang`, c.`value`, NOW() FROM `ps_configuration` c, `ps_lang` l WHERE c.`name` = 'PS_MAINTENANCE_TEXT'
138[OK] SQL 1.7.0.0 INSERT INTO `ps_hook_alias` (`name`, `alias`) VALUES ('actionCartUpdateQuantityBefore', 'actionBeforeCartUpdateQty'), ('actionAjaxDieBefore', 'actionBeforeAjaxDie'), ('actionAuthenticationBefore', 'actionBeforeAuthentication'), ('actionSubmitAccountBefore', 'actionBeforeSubmitAccount'), ('actionDeleteProductInCartAfter', 'actionAfterDeleteProductInCart')
139[OK] SQL 1.7.0.0 ALTER TABLE `ps_currency` DROP `iso_code_num` , DROP `sign` , DROP `blank` , DROP `format` , DROP `decimals`
140[OK] SQL 1.7.0.0 /* Password reset token for new "Forgot my password screen */ ALTER TABLE `ps_customer` ADD `reset_password_token` varchar(40) DEFAULT NULL
141[OK] SQL 1.7.0.0 ALTER TABLE `ps_customer` ADD `reset_password_validity` datetime DEFAULT NULL
142[OK] SQL 1.7.0.0 ALTER TABLE `ps_employee` CHANGE `last_connection_date` `last_connection_date` DATE NULL DEFAULT NULL
143[OK] SQL 1.7.0.0 ALTER TABLE `ps_employee` ADD `reset_password_token` varchar(40) DEFAULT NULL
144[OK] SQL 1.7.0.0 ALTER TABLE `ps_employee` ADD `reset_password_validity` datetime DEFAULT NULL
145[OK] SQL 1.7.0.0 /* Need to set the date to null before manipulate the table if the strict mode is enabled on MySQL */ UPDATE `ps_customer` SET `newsletter_date_add` = NULL WHERE YEAR(newsletter_date_add) = "0000"
146[OK] SQL 1.7.0.0 ALTER TABLE `ps_customer` CHANGE COLUMN `passwd` `passwd` varchar(60) NOT NULL
147[OK] SQL 1.7.0.0 ALTER TABLE `ps_employee` CHANGE COLUMN `passwd` `passwd` varchar(60) NOT NULL
148[OK] SQL 1.7.0.0 ALTER TABLE `ps_customer` CHANGE COLUMN `firstname` `firstname` varchar(255) NOT NULL
149[OK] SQL 1.7.0.0 ALTER TABLE `ps_customer` CHANGE COLUMN `lastname` `lastname` varchar(255) NOT NULL
150[OK] SQL 1.7.0.0 /* Changes regarding modules */ ALTER TABLE `ps_module` ADD UNIQUE INDEX `name_UNIQUE` (`name` ASC)
151[OK] SQL 1.7.0.0 DROP TABLE IF EXISTS `ps_modules_perfs`
152[DROP] la tabla SQL `ps_module_carrier` ha sido borrada.
153[OK] SQL 1.7.0.0 CREATE TABLE `ps_module_carrier` ( `id_module`INT(10) unsigned NOT NULL, `id_shop`INT(11) unsigned NOT NULL DEFAULT '1', `id_reference` INT(11) NOT NULL, PRIMARY KEY (`id_module`,`id_shop`, `id_reference`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8
154[OK] PHP 1.7.0.0 : /* PHP:select_current_payment_modules(); */
155[OK] PHP 1.7.0.0 : /* Add Payment Preferences tab. SuperAdmin profile is the only one to access it. */ /* PHP:ps_1700_add_payment_preferences_tab(); */
156[OK] SQL 1.7.0.0 UPDATE `ps_access` SET `view` = '0', `add` = '0', `edit` = '0', `delete` = '0' WHERE `id_tab` = (SELECT `id_tab` FROM `ps_tab` t WHERE t.`class_name` = 'AdminPaymentPreferences' LIMIT 1) AND `id_profile` > 1
157[OK] SQL 1.7.0.0 UPDATE `ps_quick_access` SET `link` = "index.php/product/new" WHERE `link` = "index.php?controller=AdminProducts&addproduct"
158[OK] SQL 1.7.0.0 ALTER TABLE `ps_product` CHANGE `available_date` `available_date` DATE NULL DEFAULT NULL
159[OK] SQL 1.7.0.0 ALTER TABLE `ps_product` ADD `show_condition` TINYINT(1) NOT NULL DEFAULT '0' AFTER `available_date`
160[OK] SQL 1.7.0.0 ALTER TABLE `ps_product` ADD `isbn` VARCHAR( 13 ) NULL DEFAULT NULL
161[OK] SQL 1.7.0.0 ALTER TABLE `ps_product_shop` CHANGE `available_date` `available_date` DATE NULL DEFAULT NULL
162[OK] SQL 1.7.0.0 ALTER TABLE `ps_product_shop` ADD `show_condition` TINYINT(1) NOT NULL DEFAULT '0' AFTER `available_date`
163[OK] SQL 1.7.0.0 ALTER TABLE `ps_order_detail` ADD `product_isbn` VARCHAR( 13 ) NULL DEFAULT NULL
164[OK] SQL 1.7.0.0 ALTER TABLE `ps_product_attribute` CHANGE `available_date` `available_date` DATE NULL DEFAULT NULL
165[OK] SQL 1.7.0.0 ALTER TABLE `ps_product_attribute` ADD `isbn` VARCHAR( 13 ) NULL DEFAULT NULL
166[OK] SQL 1.7.0.0 ALTER TABLE `ps_product_attribute_shop` CHANGE `available_date` `available_date` DATE NULL DEFAULT NULL
167[OK] SQL 1.7.0.0 ALTER TABLE `ps_stock` ADD `isbn` VARCHAR( 13 ) NULL DEFAULT NULL
168[OK] SQL 1.7.0.0 ALTER TABLE `ps_supply_order_detail` ADD `isbn` VARCHAR( 13 ) NULL DEFAULT NULL
169[OK] SQL 1.7.0.0 ALTER TABLE `ps_order_invoice` DROP COLUMN `invoice_address`, DROP COLUMN `delivery_address`
170[OK] SQL 1.7.0.0 ALTER TABLE `ps_cart_product` CHANGE `id_product_attribute` `id_product_attribute` int(10) unsigned DEFAULT '0'
171[OK] SQL 1.7.0.0 ALTER TABLE `ps_product_lang` ADD `social_sharing_title` VARCHAR( 255 ) NOT NULL
172[OK] SQL 1.7.0.0 ALTER TABLE `ps_product_lang` ADD `social_sharing_description` VARCHAR( 255 ) NOT NULL
173[OK] PHP 1.7.0.0 : /* PHP:ps1700_stores(); */
174[OK] SQL 1.7.0.0 ALTER TABLE `ps_hook` DROP `live_edit`
175[OK] SQL 1.7.0.0 /* Remove comparator feature */ DELETE FROM `ps_hook_alias` WHERE `name` = 'displayProductComparison'
176[OK] SQL 1.7.0.0 DELETE FROM `ps_hook` WHERE `name` = 'displayProductComparison'
177[OK] SQL 1.7.0.0 DELETE FROM `ps_meta` WHERE `page` = 'products-comparison'
178[OK] SQL 1.7.0.0 DROP TABLE IF EXISTS `ps_compare`
179[OK] SQL 1.7.0.0 DROP TABLE IF EXISTS `ps_compare_product`
180[OK] SQL 1.7.0.0 DROP TABLE IF EXISTS `ps_theme`
181[OK] SQL 1.7.0.0 DROP TABLE IF EXISTS `ps_theme_meta`
182[OK] SQL 1.7.0.0 DROP TABLE IF EXISTS `ps_theme_specific`
183[OK] SQL 1.7.0.0 DROP TABLE IF EXISTS `ps_scene`
184[OK] SQL 1.7.0.0 DROP TABLE IF EXISTS `ps_scene_category`
185[OK] SQL 1.7.0.0 DROP TABLE IF EXISTS `ps_scene_lang`
186[OK] SQL 1.7.0.0 DROP TABLE IF EXISTS `ps_scene_products`
187[OK] SQL 1.7.0.0 DROP TABLE IF EXISTS `ps_scene_shop`
188[OK] SQL 1.7.0.0 ALTER TABLE `ps_shop` ADD COLUMN `theme_name` VARCHAR(255) AFTER `id_category`
189[OK] SQL 1.7.0.0 UPDATE `ps_shop` SET `theme_name` = 'classic'
190[OK] SQL 1.7.0.0 UPDATE `ps_configuration` SET value=0 WHERE name='PS_TAX_DISPLAY'
191[OK] SQL 1.7.0.0 ALTER TABLE `ps_image_type` DROP `scenes`
192[OK] SQL 1.7.0.0 ALTER TABLE `ps_cart` ADD `checkout_session_data` MEDIUMTEXT NULL
193[OK] SQL 1.7.0.0 ALTER TABLE `ps_shop` DROP COLUMN `id_theme`
194[OK] SQL 1.7.0.0 ALTER TABLE `ps_cart_product` ADD `id_customization` INT(10) NOT NULL DEFAULT '0' AFTER `id_product_attribute`
195[OK] SQL 1.7.0.0 ALTER TABLE `ps_cart_product` DROP PRIMARY KEY, ADD PRIMARY KEY (`id_cart`, `id_product`, `id_product_attribute`, `id_customization`, `id_address_delivery`)
196[OK] SQL 1.7.0.0 ALTER TABLE `ps_order_detail` ADD `id_customization` INT(10) NULL DEFAULT '0' AFTER `product_attribute_id`
197[OK] SQL 1.7.0.0 ALTER TABLE `ps_customized_data` ADD `id_module` INT(10) NOT NULL DEFAULT '0', ADD `price` DECIMAL(20,6) NOT NULL DEFAULT '0', ADD `weight` DECIMAL(20,6) NOT NULL DEFAULT '0'
198[OK] SQL 1.7.0.0 ALTER TABLE `ps_customization_field` ADD `is_module` TINYINT(1) NOT NULL DEFAULT '0'
199[OK] SQL 1.7.0.0 ALTER TABLE `ps_cart_rule` ADD `reduction_exclude_special` TINYINT(1) UNSIGNED NOT NULL DEFAULT '0' AFTER `reduction_percent`
200[OK] SQL 1.7.0.0 ALTER TABLE `ps_product` ADD `state` INT UNSIGNED NOT NULL DEFAULT '1'
201[OK] SQL 1.7.0.0 ALTER TABLE `ps_product` ADD KEY `state` (`state`, `date_upd`)
202[OK] SQL 1.7.0.0 ALTER TABLE `ps_lang` ADD `locale` varchar(5) COLLATE utf8_unicode_ci NOT NULL
203[OK] PHP 1.7.0.0 : /* PHP:ps_1700_add_locale(); */
204[DROP] la tabla SQL `ps_authorization_role` ha sido borrada.
205[OK] SQL 1.7.0.0 /* Right management */ CREATE TABLE `ps_authorization_role` ( `id_authorization_role` int(10) unsigned NOT NULL auto_increment, `slug` VARCHAR(255) NOT NULL, PRIMARY KEY (`id_authorization_role`), UNIQUE KEY (`slug`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8
206[OK] SQL 1.7.0.0 /* Create a copy without indexes to make ID updates without conflict. */ CREATE TABLE `ps_access_old` AS SELECT * FROM `ps_access`
207[OK] SQL 1.7.0.0 DROP TABLE `ps_access`
208[OK] SQL 1.7.0.0 RENAME TABLE `ps_module_access` TO `ps_module_access_old`
209[DROP] la tabla SQL `ps_tab_transit` ha sido borrada.
210[OK] SQL 1.7.0.0 CREATE TABLE `ps_tab_transit` ( `id_old_tab` int(11), `id_new_tab` int(11), `key` VARCHAR(128) /* class_name and module concatenation */ ) ENGINE=InnoDB DEFAULT CHARSET=utf8
211[OK] SQL 1.7.0.0 /* Save the old IDs */ INSERT INTO `ps_tab_transit` (`id_old_tab`, `key`) SELECT `id_tab`, CONCAT(`class_name`, COALESCE(`module`, '')) FROM `ps_tab`
212[DROP] la tabla SQL `ps_access` ha sido borrada.
213[OK] SQL 1.7.0.0 CREATE TABLE `ps_access` ( `id_profile` int(10) unsigned NOT NULL, `id_authorization_role` int(10) unsigned NOT NULL, PRIMARY KEY (`id_profile`,`id_authorization_role`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8
214[DROP] la tabla SQL `ps_module_access` ha sido borrada.
215[OK] SQL 1.7.0.0 CREATE TABLE `ps_module_access` ( `id_profile` int(10) unsigned NOT NULL, `id_authorization_role` int(10) unsigned NOT NULL, PRIMARY KEY (`id_profile`,`id_authorization_role`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8
216[OK] PHP 1.7.0.0 : /* PHP:add_quick_access_tab(); */
217[WARNING] SQL 1.7.0.0 1062 in INSERT INTO `ps_hook` (`name`, `title`, `description`, `position`) VALUES ('actionValidateCustomerAddressForm', 'Customer address form validation', 'This hook is called when a customer submit its address form', '1'), ('displayAfterCarrier', 'After carriers list', 'This hook is displayed after the carrier list in Front Office', '1'), ('displayCarrierExtraContent', 'Display additional content for a carrier (e.g pickup points)', 'This hook calls only the module related to the carrier, in order to add options when needed.', '1'), ('validateCustomerFormFields', 'Customer registration form validation', 'This hook is called to a module when it has sent additional fields with additionalCustomerFormFields', '1'), ('displayProductExtraContent', 'Display extra content on the product page', 'This hook expects ProductExtraContent instances, which will be properly displayed by the template on the product page.', '1'), ('displayNavFullWidth', 'Navigation', 'This hook displays full width navigation menu at the top of your pages', '1'), ('displayAfterBodyOpeningTag', 'Very top of pages', 'Use this hook for advertisement or modals you want to load first.', '1'), ('displayBeforeBodyClosingTag', 'Very bottom of pages', 'Use this hook for your modals or any content you want to load at the very end.', '1'): Duplicate entry 'validateCustomerFormFields' for key 'hook_name'
218[OK] SQL 1.7.0.0 DELETE FROM `ps_hook` WHERE `name` IN ( 'displayProductTab', 'displayProductTabContent', 'displayBeforePayment', 'actionBeforeAuthentication', 'actionOrderDetail', 'actionProductListOverride', 'actionSearch', 'displayCustomerIdentityForm', 'displayHomeTab', 'displayHomeTabContent', 'displayPayment')
219[OK] SQL 1.7.0.0 DELETE FROM `ps_hook_alias` WHERE `name` IN ( 'beforeAuthentication', 'displayProductTab', 'displayProductTabContent', 'displayBeforePayment', 'orderDetail', 'payment', 'productListAssign', 'search')
220[OK] SQL 1.7.0.0 DELETE FROM `ps_configuration` WHERE `name` IN ( '_MEDIA_SERVER_2_', '_MEDIA_SERVER_3_', 'PS_ORDER_PROCESS_TYPE', 'PS_ADVANCED_PAYMENT_API', 'PS_ONE_PHONE_AT_LEAST', 'PS_SCENE_FEATURE_ACTIVE', 'PS_ADMINREFRESH_NOTIFICATION', 'PS_CUSTOMER_NWSL', 'PS_CACHEFS_DIRECTORY_DEPTH', 'PS_CART_REDIRECT', 'PS_COMPARATOR_MAX_ITEM', 'PS_STORES_DISPLAY_FOOTER', 'PS_STORES_SIMPLIFIED', 'PS_STORES_CENTER_LAT', 'PS_STORES_CENTER_LONG', 'PS_STORES_DISPLAY_SITEMAP', 'PS_CIPHER_ALGORITHM', 'PS_HTML_THEME_COMPRESSION', 'PS_JS_HTML_THEME_COMPRESSION', 'PS_LOGO_MOBILE', 'SHOP_LOGO_MOBILE_HEIGHT', 'SHOP_LOGO_MOBILE_WIDTH')
221[OK] SQL 1.7.0.0 ALTER TABLE `ps_tab` ADD `icon` varchar(32) DEFAULT ''
222[OK] PHP 1.7.0.0 : /* PHP:migrate_tabs_17(); */
223[OK] SQL 1.7.0.0 /* Save the new IDs */ UPDATE `ps_tab_transit` tt SET `id_new_tab` = ( SELECT `id_tab` FROM `ps_tab` WHERE CONCAT(`class_name`, COALESCE(`module`, '')) = tt.`key` LIMIT 1 )
224[OK] SQL 1.7.0.0 /* Update default tab IDs for employees */ UPDATE `ps_employee` e SET `default_tab` = ( SELECT IFNULL(`id_new_tab`, /* If the tab does not exist anymore, fallback to the dashboard. */ (SELECT `id_tab` FROM `ps_tab` WHERE `class_name` = 'AdminDashboard' AND `module` IS NULL) ) FROM `ps_tab_transit` WHERE `id_old_tab` = e.`default_tab` )
225[OK] SQL 1.7.0.0 /* Update access tab IDs */ UPDATE `ps_access_old` ao SET `id_tab` = ( /* Update tab ID if possible, leave as is if the tab does not exist anymore */ SELECT IFNULL(`id_new_tab`, ao.`id_tab`) FROM `ps_tab_transit` WHERE `id_old_tab` = ao.`id_tab` )
226[OK] PHP 1.7.0.0 : /* Properly migrate the rights associated with each tabs */ /* PHP:ps_1700_right_management(); */
227[OK] SQL 1.7.0.0 DROP TABLE IF EXISTS `ps_access_old`
228[OK] SQL 1.7.0.0 DROP TABLE IF EXISTS `ps_module_access_old`
229[OK] SQL 1.7.0.0 DROP TABLE IF EXISTS `ps_tab_transit`
230[OK] PHP 1.7.0.5 : /* PHP:ps_update_tabs(); */
231[OK] SQL 1.7.0.5 ALTER TABLE `ps_currency` MODIFY `name` varchar(64) NOT NULL
232[OK] SQL 1.7.1.0 SET SESSION sql_mode = ''
233[OK] SQL 1.7.1.0 SET NAMES 'utf8'
234[OK] SQL 1.7.1.0 UPDATE `ps_address_format` SET `format` = 'firstname lastname company vat_number address1 address2 city postcode State:name Country:name phone' WHERE `id_country` = (SELECT `id_country` FROM `ps_country` WHERE `iso_code` = 'IN')
235[OK] SQL 1.7.1.0 UPDATE `ps_hook` SET `name` = 'displayProductAdditionalInfo' WHERE `name` = 'displayProductButtons'
236[OK] SQL 1.7.1.0 INSERT INTO `ps_hook_alias` (`name`, `alias`) VALUES ('displayProductAdditionalInfo', 'displayProductButtons')
237[OK] SQL 1.7.1.0 -- Need old value before updating ALTER TABLE `ps_product` CHANGE `redirect_type` `redirect_type` ENUM('','404', '301', '302', '301-product','302-product','301-category','302-category') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT ''
238[OK] SQL 1.7.1.0 ALTER TABLE `ps_product_shop` CHANGE `redirect_type` `redirect_type` ENUM('','404', '301', '302', '301-product','302-product','301-category','302-category') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT ''
239[OK] SQL 1.7.1.0 UPDATE `ps_product` SET redirect_type = '301-product' WHERE redirect_type = '301'
240[OK] SQL 1.7.1.0 UPDATE `ps_product` SET redirect_type = '302-product' WHERE redirect_type = '302'
241[OK] SQL 1.7.1.0 UPDATE `ps_product_shop` SET redirect_type = '301-product' WHERE redirect_type = '301'
242[OK] SQL 1.7.1.0 UPDATE `ps_product_shop` SET redirect_type = '302-product' WHERE redirect_type = '302'
243[OK] SQL 1.7.1.0 -- Can now remove old value ALTER TABLE `ps_product` CHANGE `redirect_type` `redirect_type` ENUM('','404','301-product','302-product','301-category','302-category') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT ''
244[OK] SQL 1.7.1.0 ALTER TABLE `ps_product_shop` CHANGE `redirect_type` `redirect_type` ENUM('','404','301-product','302-product','301-category','302-category') CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT ''
245[OK] SQL 1.7.1.0 ALTER TABLE `ps_product` CHANGE `id_product_redirected` `id_type_redirected` INT(10) NOT NULL DEFAULT '0'
246[OK] SQL 1.7.1.0 ALTER TABLE `ps_product_shop` CHANGE `id_product_redirected` `id_type_redirected` INT(10) NOT NULL DEFAULT '0'
247[OK] SQL 1.7.1.0 INSERT IGNORE INTO `ps_hook` (`id_hook`, `name`, `title`, `description`, `position`) VALUES (NULL, 'filterCmsContent', 'Filter the content page', 'This hook is called just before fetching content page', '1'), (NULL, 'filterCmsCategoryContent', 'Filter the content page category', 'This hook is called just before fetching content page category', '1'), (NULL, 'filterProductContent', 'Filter the content page product', 'This hook is called just before fetching content page product', '1'), (NULL, 'filterCategoryContent', 'Filter the content page category', 'This hook is called just before fetching content page category', '1'), (NULL, 'filterManufacturerContent', 'Filter the content page manufacturer', 'This hook is called just before fetching content page manufacturer', '1'), (NULL, 'filterSupplierContent', 'Filter the content page supplier', 'This hook is called just before fetching content page supplier', '1'), (NULL, 'filterHtmlContent', 'Filter HTML field before rending a page', 'This hook is called just before fetching a page on HTML field', '1'), (NULL, 'displayDashboardTop', 'Dashboard Top', 'Displays the content in the dashboard''s top area', '1'), (NULL, 'actionObjectProductInCartDeleteBefore', 'Cart product removal', 'This hook is called before a product is removed from a cart', '1'), (NULL, 'actionObjectProductInCartDeleteAfter', 'Cart product removal', 'This hook is called after a product is removed from a cart', '1'), (NULL, 'actionUpdateLangAfter', 'Update "lang" tables', 'Update "lang" tables after adding or updating a language', '1'), (NULL, 'actionOutputHTMLBefore', 'Filter the whole HTML page', 'This hook is used to filter the whole HTML page before it is rendered (only front)', '1'), (NULL, 'displayAfterProductThumbs', 'Display extra content below product thumbs', 'This hook displays new elements below product images ex. additional media', '1'), (NULL, 'actionDispatcherBefore', 'Before dispatch', 'This hook is called at the beginning of the dispatch method of the Dispatcher', '1'), (NULL, 'actionDispatcherAfter', 'After dispatch', 'This hook is called at the end of the dispatch method of the Dispatcher', '1'), (NULL, 'actionClearCache', 'Clear smarty cache', 'This hook is called when the cache of the theme is cleared', '1'), (NULL, 'actionClearCompileCache', 'Clear smarty compile cache', 'This hook is called when smarty''s compile cache is cleared', '1'), (NULL, 'actionClearSf2Cache', 'Clear Sf2 cache', 'This hook is called when the Symfony cache is cleared', '1'), (NULL, 'filterProductSearch', 'Filter search products result', 'This hook is called in order to allow to modify search product result', '1'), (NULL, 'actionProductSearchAfter', 'Event triggered after search product completed', 'This hook is called after the product search. Parameters are already filtered', '1'), (NULL, 'actionEmailSendBefore', 'Before sending an email', 'This hook is used to filter the content or the metadata of an email before sending it or even prevent its sending', '1'), (NULL, 'displayProductPageDrawer', 'Product Page Drawer', 'This hook displays content in the right sidebar of the product page', '1')
248[OK] SQL 1.7.1.0 DELETE FROM `ps_configuration` WHERE `name` IN ('PS_META_KEYWORDS')
249[OK] SQL 1.7.1.0 INSERT INTO `ps_operating_system` (`name`) VALUES ('Windows 8.1'), ('Windows 10')
250[OK] SQL 1.7.1.0 /* UPDATE TO DOCTRINE */ ALTER TABLE `ps_attribute` CHANGE `id_attribute` `id_attribute` INT(11) NOT NULL AUTO_INCREMENT
251[OK] SQL 1.7.1.0 ALTER TABLE `ps_attribute` CHANGE `id_attribute_group` `id_attribute_group` INT(11) NOT NULL
252[OK] SQL 1.7.1.0 ALTER TABLE `ps_attribute_group` CHANGE `id_attribute_group` `id_attribute_group` INT(11) NOT NULL AUTO_INCREMENT
253[OK] SQL 1.7.1.0 ALTER TABLE `ps_attribute_group_lang` CHANGE `id_attribute_group` `id_attribute_group` INT(11) NOT NULL
254[OK] SQL 1.7.1.0 ALTER TABLE `ps_attribute_group_lang` CHANGE `id_lang` `id_lang` INT(11) NOT NULL
255[OK] SQL 1.7.1.0 ALTER TABLE `ps_attribute_group_shop` CHANGE `id_attribute_group` `id_attribute_group` INT(11) NOT NULL
256[OK] SQL 1.7.1.0 ALTER TABLE `ps_attribute_group_shop` CHANGE `id_shop` `id_shop` INT(11) NOT NULL
257[OK] SQL 1.7.1.0 ALTER TABLE `ps_attribute_lang` CHANGE `id_attribute` `id_attribute` INT(11) NOT NULL
258[OK] SQL 1.7.1.0 ALTER TABLE `ps_attribute_lang` CHANGE `id_lang` `id_lang` INT(11) NOT NULL
259[OK] SQL 1.7.1.0 ALTER TABLE `ps_attribute_shop` CHANGE `id_attribute` `id_attribute` INT(11) NOT NULL
260[OK] SQL 1.7.1.0 ALTER TABLE `ps_attribute_shop` CHANGE `id_shop` `id_shop` INT(11) NOT NULL
261[OK] SQL 1.7.1.0 ALTER TABLE `ps_lang` CHANGE `id_lang` `id_lang` INT(11) NOT NULL AUTO_INCREMENT
262[OK] SQL 1.7.1.0 ALTER TABLE `ps_lang_shop` CHANGE `id_lang` `id_lang` INT(11) NOT NULL
263[OK] SQL 1.7.1.0 ALTER TABLE `ps_lang_shop` CHANGE `id_shop` `id_shop` INT(11) NOT NULL
264[OK] SQL 1.7.1.0 ALTER TABLE `ps_shop` CHANGE `id_shop` `id_shop` INT(11) NOT NULL AUTO_INCREMENT
265[OK] SQL 1.7.1.0 ALTER TABLE `ps_shop` CHANGE `id_shop_group` `id_shop_group` INT(11) NOT NULL
266[OK] SQL 1.7.1.0 ALTER TABLE `ps_shop_group` CHANGE `id_shop_group` `id_shop_group` INT(11) NOT NULL AUTO_INCREMENT
267[OK] SQL 1.7.1.0 ALTER TABLE `ps_tab` CHANGE `id_tab` `id_tab` INT(11) NOT NULL AUTO_INCREMENT
268[OK] SQL 1.7.1.0 ALTER TABLE `ps_tab_lang` CHANGE `id_tab` `id_tab` INT(11) NOT NULL
269[OK] SQL 1.7.1.0 ALTER TABLE `ps_tab_lang` CHANGE `id_lang` `id_lang` INT(11) NOT NULL
270[OK] SQL 1.7.1.1 SET NAMES 'utf8'
271[OK] SQL 1.7.1.1 ALTER TABLE `ps_address` CHANGE `company` `company` VARCHAR(255) DEFAULT NULL
272[OK] SQL 1.7.2.0 SET SESSION sql_mode = ''
273[OK] SQL 1.7.2.0 SET NAMES 'utf8'
274[OK] SQL 1.7.2.0 ALTER TABLE `ps_store` MODIFY `hours` text
275[OK] SQL 1.7.2.0 INSERT IGNORE INTO `ps_hook` (`id_hook`, `name`, `title`, `description`, `position`) VALUES (NULL, 'displayAdminProductsMainStepLeftColumnMiddle', 'Display new elements in back office product page, left column of the Basic settings tab', 'This hook launches modules when the back office product page is displayed', '1'), (NULL, 'displayAdminProductsMainStepLeftColumnBottom', 'Display new elements in back office product page, left column of the Basic settings tab', 'This hook launches modules when the back office product page is displayed', '1'), (NULL, 'displayAdminProductsMainStepRightColumnBottom', 'Display new elements in back office product page, right column of the Basic settings tab', 'This hook launches modules when the back office product page is displayed', '1'), (NULL, 'displayAdminProductsQuantitiesStepBottom', 'Display new elements in back office product page, Quantities/Combinations tab', 'This hook launches modules when the back office product page is displayed', '1'), (NULL, 'displayAdminProductsPriceStepBottom', 'Display new elements in back office product page, Price tab', 'This hook launches modules when the back office product page is displayed', '1'), (NULL, 'displayAdminProductsOptionsStepTop', 'Display new elements in back office product page, Options tab', 'This hook launches modules when the back office product page is displayed', '1'), (NULL, 'displayAdminProductsOptionsStepBottom', 'Display new elements in back office product page, Options tab', 'This hook launches modules when the back office product page is displayed', '1'), (NULL, 'displayAdminProductsSeoStepBottom', 'Display new elements in back office product page, SEO tab', 'This hook launches modules when the back office product page is displayed', '1'), (NULL, 'displayAdminProductsShippingStepBottom', 'Display new elements in back office product page, Shipping tab', 'This hook launches modules when the back office product page is displayed', '1'), (NULL, 'displayAdminProductsCombinationBottom', 'Display new elements in back office product page, Combination tab', 'This hook launches modules when the back office product page is displayed', '1'), (NULL, 'displayWrapperTop', 'Main wrapper section (top)', 'This hook displays new elements in the top of the main wrapper', '1'), (NULL, 'displayWrapperBottom', 'Main wrapper section (bottom)', 'This hook displays new elements in the bottom of the main wrapper', '1'), (NULL, 'displayContentWrapperTop', 'Content wrapper section (top)', 'This hook displays new elements in the top of the content wrapper', '1'), (NULL, 'displayContentWrapperBottom', 'Content wrapper section (bottom)', 'This hook displays new elements in the bottom of the content wrapper', '1')
276[OK] PHP 1.7.2.0 : /* PHP:drop_column_from_product_lang_if_exists(); */
277[OK] SQL 1.7.2.0 ALTER TABLE `ps_product` CHANGE `isbn` `isbn` VARCHAR(32) NULL DEFAULT NULL
278[OK] SQL 1.7.2.0 ALTER TABLE `ps_order_detail` CHANGE `product_isbn` `product_isbn` VARCHAR(32) NULL DEFAULT NULL
279[OK] SQL 1.7.2.0 ALTER TABLE `ps_product_attribute` CHANGE `isbn` `isbn` VARCHAR(32) NULL DEFAULT NULL
280[OK] SQL 1.7.2.0 ALTER TABLE `ps_stock` CHANGE `isbn` `isbn` VARCHAR(32) NULL DEFAULT NULL
281[OK] SQL 1.7.2.0 ALTER TABLE `ps_supply_order_detail` CHANGE `isbn` `isbn` VARCHAR(32) NULL DEFAULT NULL
282[OK] SQL 1.7.2.0 ALTER TABLE `ps_stock_available` ADD `physical_quantity` INT NOT NULL DEFAULT '0' AFTER `quantity`
283[OK] SQL 1.7.2.0 ALTER TABLE `ps_stock_available` ADD `reserved_quantity` INT NOT NULL DEFAULT '0' AFTER `physical_quantity`
284[OK] SQL 1.7.2.0 ALTER TABLE `ps_stock_mvt` CHANGE `id_stock` `id_stock` INT(11) UNSIGNED NOT NULL COMMENT 'since ps 1.7 corresponding to id_stock_available'
285[OK] SQL 1.7.2.0 UPDATE `ps_configuration` SET `value` = 0 WHERE `name` = "PS_ADVANCED_STOCK_MANAGEMENT"
286[OK] PHP 1.7.2.0 : /* PHP:add_new_status_stock(); */
287[OK] SQL 1.7.2.1 SET SESSION sql_mode = ''
288[OK] SQL 1.7.2.1 SET NAMES 'utf8'
289[OK] SQL 1.7.2.1 ALTER TABLE `ps_search_index` DROP KEY `id_product`
290[OK] SQL 1.7.2.1 ALTER TABLE `ps_search_index` ADD KEY `id_product` (`id_product`,`weight`)
291[OK] SQL 1.7.3.0 SET SESSION sql_mode = ''
292[OK] SQL 1.7.3.0 SET NAMES 'utf8'
293[OK] SQL 1.7.3.0 UPDATE `ps_tab` SET `position` = 0 WHERE `class_name` = 'AdminZones' AND `position` = '1'
294[OK] SQL 1.7.3.0 UPDATE `ps_tab` SET `position` = 1 WHERE `class_name` = 'AdminCountries' AND `position` = '0'
295[OK] PHP 1.7.3.0 : /* PHP:ps_1730_add_quick_access_evaluation_catalog(); */
296[OK] PHP 1.7.3.0 : /* PHP:ps_1730_move_some_aeuc_configuration_to_core(); */
297[OK] SQL 1.7.3.0 ALTER TABLE `ps_product` ADD `low_stock_threshold` INT(10) NULL DEFAULT NULL AFTER `minimal_quantity`
298[OK] SQL 1.7.3.0 ALTER TABLE `ps_product` ADD `additional_delivery_times` tinyint(1) unsigned NOT NULL DEFAULT '1' AFTER `out_of_stock`
299[OK] SQL 1.7.3.0 ALTER TABLE `ps_product_lang` ADD `delivery_in_stock` varchar(255) DEFAULT NULL
300[OK] SQL 1.7.3.0 ALTER TABLE `ps_product_lang` ADD `delivery_out_stock` varchar(255) DEFAULT NULL
301[OK] SQL 1.7.3.0 ALTER TABLE `ps_product_shop` ADD `low_stock_threshold` INT(10) NULL DEFAULT NULL AFTER `minimal_quantity`
302[OK] SQL 1.7.3.0 ALTER TABLE `ps_product_attribute` ADD `low_stock_threshold` INT(10) NULL DEFAULT NULL AFTER `minimal_quantity`
303[OK] SQL 1.7.3.0 ALTER TABLE `ps_product_attribute_shop` ADD `low_stock_threshold` INT(10) NULL DEFAULT NULL AFTER `minimal_quantity`
304[OK] SQL 1.7.3.0 ALTER TABLE `ps_product` ADD `low_stock_alert` TINYINT(1) NOT NULL DEFAULT 0 AFTER `low_stock_threshold`
305[OK] SQL 1.7.3.0 ALTER TABLE `ps_product_shop` ADD `low_stock_alert` TINYINT(1) NOT NULL DEFAULT 0 AFTER `low_stock_threshold`
306[OK] SQL 1.7.3.0 ALTER TABLE `ps_product_attribute` ADD `low_stock_alert` TINYINT(1) NOT NULL DEFAULT 0 AFTER `low_stock_threshold`
307[OK] SQL 1.7.3.0 ALTER TABLE `ps_product_attribute_shop` ADD `low_stock_alert` TINYINT(1) NOT NULL DEFAULT 0 AFTER `low_stock_threshold`
308[DROP] la tabla SQL `ps_store_lang` ha sido borrada.
309[OK] SQL 1.7.3.0 CREATE TABLE IF NOT EXISTS `ps_store_lang` ( `id_store` int(11) unsigned NOT NULL, `id_lang` int(11) unsigned NOT NULL, `name` varchar(255) NOT NULL, `address1` varchar(255) NOT NULL, `address2` varchar(255) DEFAULT NULL, `hours` text, `note` text, PRIMARY KEY (`id_store`, `id_lang`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8
310[OK] PHP 1.7.3.0 : /* PHP:ps_1730_migrate_data_from_store_to_store_lang_and_clean_store(); */
311[OK] SQL 1.7.3.0 ALTER TABLE `ps_store` DROP `name`, DROP `address1`, DROP `address2`, DROP `hours`, DROP `note`
312[OK] SQL 1.7.3.0 ALTER TABLE `ps_feature_product` DROP PRIMARY KEY, ADD PRIMARY KEY (`id_feature`, `id_product`, `id_feature_value`)
313[OK] SQL 1.7.3.0 ALTER TABLE `ps_customization_field` ADD `is_deleted` TINYINT(1) NOT NULL DEFAULT '0'
314[OK] SQL 1.7.3.0 INSERT IGNORE INTO `ps_hook` (`id_hook`, `name`, `title`, `description`, `position`) VALUES (NULL, 'displayAdminCustomersAddressesItemAction', 'Display new elements in the Back Office, tab AdminCustomers, Addresses actions', 'This hook launches modules when the Addresses list into the AdminCustomers tab is displayed in the Back Office', '1'), (NULL, 'displayDashboardToolbarTopMenu', 'Display new elements in back office page with a dashboard, on top Menu', 'This hook launches modules when a page with a dashboard is displayed', '1'), (NULL, 'displayDashboardToolbarIcons', 'Display new elements in back office page with dashboard, on icons list', 'This hook launches modules when the back office with dashboard is displayed', '1')
315[OK] SQL 1.7.3.0 INSERT IGNORE INTO `ps_authorization_role` (`slug`) VALUES ('ROLE_MOD_TAB_DEFAULT_CREATE'), ('ROLE_MOD_TAB_DEFAULT_READ'), ('ROLE_MOD_TAB_DEFAULT_UPDATE'), ('ROLE_MOD_TAB_DEFAULT_DELETE')
316[OK] SQL 1.7.4.0 SET SESSION sql_mode = ''
317[OK] SQL 1.7.4.0 SET NAMES 'utf8'
318[OK] SQL 1.7.4.0 ALTER TABLE `ps_order_detail` DROP KEY product_id, ADD KEY product_id (product_id, product_attribute_id)
319[OK] SQL 1.7.4.0 INSERT IGNORE INTO `ps_hook` (`id_hook`, `name`, `title`, `description`, `position`) VALUES (NULL, 'actionAdministrationPageForm', 'Manage Administration Page form fields', 'This hook adds, update or remove fields of the Administration Page form', '1'), (NULL, 'actionAdministrationPageFormSave', 'Processing Administration page form', 'This hook is called when the Administration Page form is processed', '1'), (NULL, 'actionPerformancePageForm', 'Manage Performance Page form fields', 'This hook adds, update or remove fields of the Performance Page form', '1'), (NULL, 'actionPerformancePageFormSave', 'Processing Performance page form', 'This hook is called when the Performance Page form is processed', '1'), (NULL, 'actionMaintenancePageForm', 'Manage Maintenance Page form fields', 'This hook adds, update or remove fields of the Maintenance Page form', '1'), (NULL, 'actionMaintenancePageFormSave', 'Processing Maintenance page form', 'This hook is called when the Maintenance Page form is processed', '1'), (NULL, 'displayAdminEndContent', 'Administration end of content', 'This hook is displayed at the end of the main content, before the footer', '1')
320[OK] PHP 1.7.4.0 : /* PHP:ps_1740_update_module_tabs(); */
321[OK] SQL 1.7.4.1 SET SESSION sql_mode = ''
322[OK] SQL 1.7.4.1 SET NAMES 'utf8'
323[OK] SQL 1.7.4.1 ALTER TABLE `ps_cart_rule` ADD KEY `date_from` (`date_from`), ADD KEY `date_to` (`date_to`)
324[OK] SQL 1.7.4.2 SET SESSION sql_mode = ''
325[OK] SQL 1.7.4.2 SET NAMES 'utf8'
326[OK] SQL 1.7.4.2 UPDATE `ps_employee` SET `bo_css` = "theme.css"
327[OK] SQL 1.7.5.0 SET SESSION sql_mode=''
328[OK] SQL 1.7.5.0 SET NAMES 'utf8'
329[OK] PHP 1.7.5.0 : /* PHP:add_supplier_manufacturer_routes(); */
330[OK] PHP 1.7.5.0 : /* PHP:ps_1750_update_module_tabs(); */
331[OK] SQL 1.7.5.0 ALTER TABLE `ps_cms_lang` ADD `head_seo_title` varchar(255) DEFAULT NULL AFTER `meta_title`, CHANGE `meta_title` `meta_title` VARCHAR(255) NOT NULL, CHANGE `meta_description` `meta_description` VARCHAR(512) DEFAULT NULL
332[OK] SQL 1.7.5.0 ALTER TABLE `ps_stock_available` ADD `location` VARCHAR(255) NOT NULL DEFAULT '' AFTER `out_of_stock`
333[OK] SQL 1.7.5.0 ALTER TABLE `ps_store` CHANGE `email` `email` VARCHAR(255) DEFAULT NULL
334[OK] SQL 1.7.5.0 ALTER TABLE `ps_contact` CHANGE `email` `email` VARCHAR(255) NOT NULL
335[OK] SQL 1.7.5.0 ALTER TABLE `ps_contact_lang` CHANGE `name` `name` varchar(255) NOT NULL
336[OK] SQL 1.7.5.0 ALTER TABLE `ps_category_lang` CHANGE `meta_title` `meta_title` VARCHAR(255) DEFAULT NULL, CHANGE `meta_description` `meta_description` VARCHAR(512) DEFAULT NULL
337[OK] SQL 1.7.5.0 ALTER TABLE `ps_cms_category_lang` CHANGE `meta_title` `meta_title` VARCHAR(255) DEFAULT NULL, CHANGE `meta_description` `meta_description` VARCHAR(512) DEFAULT NULL
338[OK] SQL 1.7.5.0 ALTER TABLE `ps_customer` CHANGE `company` `company` VARCHAR(255), CHANGE `email` `email` VARCHAR(255) NOT NULL, CHANGE `passwd` `passwd` VARCHAR(255) NOT NULL
339[OK] SQL 1.7.5.0 ALTER TABLE `ps_manufacturer_lang` CHANGE `meta_title` `meta_title` VARCHAR(255) NOT NULL, CHANGE `meta_description` `meta_description` VARCHAR(512) DEFAULT NULL
340[OK] SQL 1.7.5.0 ALTER TABLE `ps_employee` CHANGE `firstname` `firstname` VARCHAR(255) NOT NULL, CHANGE `email` `email` VARCHAR(255) NOT NULL, CHANGE `passwd` `passwd` VARCHAR(255) NOT NULL, CHANGE `lastname` `lastname` VARCHAR(255) NOT NULL
341[OK] SQL 1.7.5.0 ALTER TABLE `ps_referrer` CHANGE `passwd` `passwd` VARCHAR(255) DEFAULT NULL
342[OK] SQL 1.7.5.0 ALTER TABLE `ps_supply_order_history` CHANGE `employee_lastname` `employee_lastname` VARCHAR(255) DEFAULT '', CHANGE `employee_firstname` `employee_firstname` VARCHAR(255) DEFAULT ''
343[OK] SQL 1.7.5.0 ALTER TABLE `ps_supply_order_receipt_history` CHANGE `employee_firstname` `employee_firstname` VARCHAR(255) DEFAULT ''
344[OK] SQL 1.7.5.0 ALTER TABLE `ps_supplier_lang` CHANGE `meta_description` `meta_description` VARCHAR(512) DEFAULT NULL, CHANGE `meta_title` `meta_title` VARCHAR(255) DEFAULT NULL
345[OK] SQL 1.7.5.0 ALTER TABLE `ps_order_detail` CHANGE `product_reference` `product_reference` varchar(64) DEFAULT NULL
346[OK] SQL 1.7.5.0 ALTER TABLE `ps_product` CHANGE `supplier_reference` `supplier_reference` varchar(64) DEFAULT NULL
347[OK] SQL 1.7.5.0 ALTER TABLE `ps_product_attribute` CHANGE `reference` `reference` varchar(64) DEFAULT NULL, CHANGE `supplier_reference` `supplier_reference` varchar(64) DEFAULT NULL
348[OK] SQL 1.7.5.0 ALTER TABLE `ps_warehouse` CHANGE `reference` `reference` varchar(64) DEFAULT NULL
349[OK] SQL 1.7.5.0 ALTER TABLE `ps_stock` CHANGE `reference` `reference` varchar(64) DEFAULT NULL
350[OK] SQL 1.7.5.0 ALTER TABLE `ps_supply_order_detail` CHANGE `reference` `reference` varchar(64) NOT NULL, CHANGE `supplier_reference` `supplier_reference` varchar(64) NOT NULL
351[OK] SQL 1.7.5.0 ALTER TABLE `ps_product_supplier` CHANGE `product_supplier_reference` `product_supplier_reference` varchar(64) DEFAULT NULL
352[OK] SQL 1.7.5.0 ALTER TABLE `ps_product_lang` CHANGE `meta_description` `meta_description` varchar(512) DEFAULT NULL, CHANGE `meta_keywords` `meta_keywords` varchar(255) DEFAULT NULL
353[OK] SQL 1.7.5.0 ALTER TABLE `ps_customer_thread` CHANGE `email` `email` varchar(255) NOT NULL
354[OK] SQL 1.7.5.1 SET SESSION sql_mode=''
355[OK] SQL 1.7.5.1 SET NAMES 'utf8'
356[OK] SQL 1.7.5.1 ALTER TABLE `ps_supply_order_receipt_history` CHANGE `employee_lastname` `employee_lastname` VARCHAR(255) DEFAULT ''
357[OK] SQL 1.7.5.1 ALTER TABLE `ps_product` CHANGE `reference` `reference` varchar(64) DEFAULT NULL
358[OK] SQL 1.7.5.1 ALTER TABLE `ps_order_detail` CHANGE `product_supplier_reference` `product_supplier_reference` varchar(64) DEFAULT NULL
359[OK] SQL 1.7.5.1 -- Update default links in quick access UPDATE `ps_quick_access` SET `link` = "index.php/improve/modules/manage" WHERE link = "index.php/module/manage"
360[OK] SQL 1.7.5.1 UPDATE `ps_quick_access` SET `link` = "index.php/sell/catalog/products/new" WHERE link = "index.php/product/new"
361[OK] PHP 1.7.5.1 : /* PHP:ps_1751_update_module_sf_tab(); */
362[INTERNAL] /home/hockeyla/public_html/vendor/symfony/symfony/src/Symfony/Component/Console/Terminal.php line 127 - Undefined variable: pipes
363[INTERNAL] /home/hockeyla/public_html/vendor/symfony/symfony/src/Symfony/Component/Console/Terminal.php line 127 - proc_open() has been disabled for security reasons
364[INTERNAL] /home/hockeyla/public_html/vendor/symfony/symfony/src/Symfony/Component/Console/Terminal.php line 127 - Undefined variable: pipes
365[INTERNAL] /home/hockeyla/public_html/vendor/symfony/symfony/src/Symfony/Component/Console/Terminal.php line 127 - proc_open() has been disabled for security reasons
366Actualización de la base de datos OK
367Alerta detectada durante la actualización.
368Switching to default theme.
369[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
370[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
371[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
372[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
373[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
374Upgrading module blockreassurance...
375Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/blockreassurance.zip is extracted
376[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
377[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
378[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
379[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
380[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
381Los archivos del módulo blockreassurance se han actualizado.
382Upgrading module contactform...
383Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/contactform.zip is extracted
384[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
385[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
386[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
387[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
388[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
389Los archivos del módulo contactform se han actualizado.
390Upgrading module cronjobs...
391Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/cronjobs.zip is extracted
392Los archivos del módulo cronjobs se han actualizado.
393Upgrading module dashactivity...
394Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/dashactivity.zip is extracted
395[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
396[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
397[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
398[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
399[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
400Los archivos del módulo dashactivity se han actualizado.
401Upgrading module dashgoals...
402Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/dashgoals.zip is extracted
403[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
404[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
405[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
406[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
407[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
408Los archivos del módulo dashgoals se han actualizado.
409Upgrading module dashproducts...
410Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/dashproducts.zip is extracted
411[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
412[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
413[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
414[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
415[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
416Los archivos del módulo dashproducts se han actualizado.
417Upgrading module dashtrends...
418Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/dashtrends.zip is extracted
419[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
420[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
421[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
422[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
423[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
424Los archivos del módulo dashtrends se han actualizado.
425Upgrading module dateofdelivery...
426Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/dateofdelivery.zip is extracted
427[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
428[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
429[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
430[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
431[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
432Los archivos del módulo dateofdelivery se han actualizado.
433Upgrading module gamification...
434Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/gamification.zip is extracted
435[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
436[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
437[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
438[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
439[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
440Los archivos del módulo gamification se han actualizado.
441Upgrading module graphnvd3...
442Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/graphnvd3.zip is extracted
443[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
444[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
445[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
446[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
447[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
448Los archivos del módulo graphnvd3 se han actualizado.
449Upgrading module gridhtml...
450Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/gridhtml.zip is extracted
451[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
452[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
453[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
454[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
455[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
456Los archivos del módulo gridhtml se han actualizado.
457Upgrading module gsitemap...
458Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/gsitemap.zip is extracted
459[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
460[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
461[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
462[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
463[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
464Los archivos del módulo gsitemap se han actualizado.
465Upgrading module newsletter...
466Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/newsletter.zip is extracted
467[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
468[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
469[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
470[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
471[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
472Los archivos del módulo newsletter se han actualizado.
473Upgrading module pagesnotfound...
474Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/pagesnotfound.zip is extracted
475[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
476[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
477[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
478[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
479[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
480Los archivos del módulo pagesnotfound se han actualizado.
481Upgrading module ps_banner...
482Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/ps_banner.zip is extracted
483[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
484[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
485[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
486[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
487[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
488Los archivos del módulo ps_banner se han actualizado.
489Upgrading module ps_categorytree...
490Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/ps_categorytree.zip is extracted
491[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
492[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
493[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
494[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
495[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
496Los archivos del módulo ps_categorytree se han actualizado.
497Upgrading module ps_checkpayment...
498Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/ps_checkpayment.zip is extracted
499[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
500[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
501[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
502[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
503[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
504Los archivos del módulo ps_checkpayment se han actualizado.
505Upgrading module pscleaner...
506Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/pscleaner.zip is extracted
507[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
508[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
509[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
510[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
511[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
512Los archivos del módulo pscleaner se han actualizado.
513Upgrading module ps_contactinfo...
514Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/ps_contactinfo.zip is extracted
515[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
516[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
517[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
518[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
519[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
520Los archivos del módulo ps_contactinfo se han actualizado.
521Upgrading module ps_currencyselector...
522Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/ps_currencyselector.zip is extracted
523[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
524[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
525[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
526[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
527[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
528Los archivos del módulo ps_currencyselector se han actualizado.
529Upgrading module ps_customeraccountlinks...
530Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/ps_customeraccountlinks.zip is extracted
531[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
532[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
533[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
534[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
535[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
536Los archivos del módulo ps_customeraccountlinks se han actualizado.
537Upgrading module ps_customersignin...
538Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/ps_customersignin.zip is extracted
539[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
540[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
541[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
542[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
543[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
544Los archivos del módulo ps_customersignin se han actualizado.
545Upgrading module ps_customtext...
546Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/ps_customtext.zip is extracted
547[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
548[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
549[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
550[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
551[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
552Los archivos del módulo ps_customtext se han actualizado.
553Upgrading module ps_emailsubscription...
554Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/ps_emailsubscription.zip is extracted
555[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
556[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
557[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
558[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
559[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
560Los archivos del módulo ps_emailsubscription se han actualizado.
561Upgrading module ps_facetedsearch...
562Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/ps_facetedsearch.zip is extracted
563[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
564[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
565[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
566[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
567[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
568Los archivos del módulo ps_facetedsearch se han actualizado.
569Upgrading module ps_faviconnotificationbo...
570Los archivos del módulo ps_faviconnotificationbo se han actualizado.
571Upgrading module ps_featuredproducts...
572Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/ps_featuredproducts.zip is extracted
573[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
574[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
575[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
576[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
577[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
578Los archivos del módulo ps_featuredproducts se han actualizado.
579Upgrading module ps_imageslider...
580Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/ps_imageslider.zip is extracted
581[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
582[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
583[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
584[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
585[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
586Los archivos del módulo ps_imageslider se han actualizado.
587Upgrading module ps_languageselector...
588Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/ps_languageselector.zip is extracted
589[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
590[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
591[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
592[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
593[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
594Los archivos del módulo ps_languageselector se han actualizado.
595Upgrading module ps_legalcompliance...
596Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/ps_legalcompliance.zip is extracted
597[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
598[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
599[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
600[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
601[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
602Los archivos del módulo ps_legalcompliance se han actualizado.
603Upgrading module ps_linklist...
604Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/ps_linklist.zip is extracted
605[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
606[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
607[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
608[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
609[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
610Los archivos del módulo ps_linklist se han actualizado.
611Upgrading module ps_mainmenu...
612Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/ps_mainmenu.zip is extracted
613[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
614[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
615[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
616[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
617[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
618Los archivos del módulo ps_mainmenu se han actualizado.
619Upgrading module ps_searchbar...
620Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/ps_searchbar.zip is extracted
621[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
622[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
623[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
624[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
625[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
626Los archivos del módulo ps_searchbar se han actualizado.
627Upgrading module ps_sharebuttons...
628Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/ps_sharebuttons.zip is extracted
629[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
630[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
631[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
632[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
633[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
634Los archivos del módulo ps_sharebuttons se han actualizado.
635Upgrading module ps_shoppingcart...
636Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/ps_shoppingcart.zip is extracted
637[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
638[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
639[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
640[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
641[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
642Los archivos del módulo ps_shoppingcart se han actualizado.
643Upgrading module ps_socialfollow...
644Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/ps_socialfollow.zip is extracted
645[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
646[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
647[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
648[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
649[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
650Los archivos del módulo ps_socialfollow se han actualizado.
651Upgrading module ps_themecusto...
652Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/ps_themecusto.zip is extracted
653[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
654[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
655[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
656[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
657[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
658Los archivos del módulo ps_themecusto se han actualizado.
659Upgrading module ps_wirepayment...
660Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/ps_wirepayment.zip is extracted
661[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
662[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
663[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
664[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
665[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
666Los archivos del módulo ps_wirepayment se han actualizado.
667Upgrading module sekeywords...
668Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/sekeywords.zip is extracted
669[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
670[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
671[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
672[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
673[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
674Los archivos del módulo sekeywords se han actualizado.
675Upgrading module statsbestcategories...
676Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/statsbestcategories.zip is extracted
677[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
678[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
679[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
680[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
681[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
682Los archivos del módulo statsbestcategories se han actualizado.
683Upgrading module statsbestcustomers...
684Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/statsbestcustomers.zip is extracted
685[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
686[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
687[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
688[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
689[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
690Los archivos del módulo statsbestcustomers se han actualizado.
691Upgrading module statsbestmanufacturers...
692Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/statsbestmanufacturers.zip is extracted
693[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
694[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
695[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
696[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
697[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
698Los archivos del módulo statsbestmanufacturers se han actualizado.
699Upgrading module statsbestproducts...
700Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/statsbestproducts.zip is extracted
701[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
702[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
703[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
704[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
705[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
706Los archivos del módulo statsbestproducts se han actualizado.
707Upgrading module statsbestsuppliers...
708Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/statsbestsuppliers.zip is extracted
709[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
710[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
711[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
712[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
713[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
714Los archivos del módulo statsbestsuppliers se han actualizado.
715Upgrading module statsbestvouchers...
716Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/statsbestvouchers.zip is extracted
717[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
718[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
719[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
720[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
721[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
722Los archivos del módulo statsbestvouchers se han actualizado.
723Upgrading module statscarrier...
724Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/statscarrier.zip is extracted
725[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
726[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
727[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
728[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
729[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
730Los archivos del módulo statscarrier se han actualizado.
731Upgrading module statscatalog...
732Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/statscatalog.zip is extracted
733[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
734[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
735[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
736[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
737[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
738Los archivos del módulo statscatalog se han actualizado.
739Upgrading module statscheckup...
740Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/statscheckup.zip is extracted
741[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
742[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
743[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
744[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
745[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
746Los archivos del módulo statscheckup se han actualizado.
747Upgrading module statsdata...
748Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/statsdata.zip is extracted
749[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
750[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
751[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
752[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
753[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
754Los archivos del módulo statsdata se han actualizado.
755Upgrading module statsequipment...
756Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/statsequipment.zip is extracted
757[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
758[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
759[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
760[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
761[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
762Los archivos del módulo statsequipment se han actualizado.
763Upgrading module statsforecast...
764Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/statsforecast.zip is extracted
765[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
766[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
767[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
768[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
769[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
770Los archivos del módulo statsforecast se han actualizado.
771Upgrading module statslive...
772Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/statslive.zip is extracted
773[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
774[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
775[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
776[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
777[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
778Los archivos del módulo statslive se han actualizado.
779Upgrading module statsnewsletter...
780Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/statsnewsletter.zip is extracted
781[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
782[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
783[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
784[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
785[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
786Los archivos del módulo statsnewsletter se han actualizado.
787Upgrading module statsorigin...
788Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/statsorigin.zip is extracted
789[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
790[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
791[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
792[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
793[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
794Los archivos del módulo statsorigin se han actualizado.
795Upgrading module statspersonalinfos...
796Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/statspersonalinfos.zip is extracted
797[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
798[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
799[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
800[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
801[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
802Los archivos del módulo statspersonalinfos se han actualizado.
803Upgrading module statsproduct...
804Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/statsproduct.zip is extracted
805[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
806[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
807[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
808[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
809[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
810Los archivos del módulo statsproduct se han actualizado.
811Upgrading module statsregistrations...
812Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/statsregistrations.zip is extracted
813[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
814[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
815[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
816[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
817[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
818Los archivos del módulo statsregistrations se han actualizado.
819Upgrading module statssales...
820Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/statssales.zip is extracted
821[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
822[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
823[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
824[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
825[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
826Los archivos del módulo statssales se han actualizado.
827Upgrading module statssearch...
828Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/statssearch.zip is extracted
829[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
830[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
831[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
832[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
833[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
834Los archivos del módulo statssearch se han actualizado.
835Upgrading module statsstock...
836Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/statsstock.zip is extracted
837[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
838[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
839[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
840[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
841[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
842Los archivos del módulo statsstock se han actualizado.
843Upgrading module statsvisits...
844Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/statsvisits.zip is extracted
845[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
846[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
847[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
848[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
849[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
850Los archivos del módulo statsvisits se han actualizado.
851Upgrading module trackingfront...
852Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/trackingfront.zip is extracted
853[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
854[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
855[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
856[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
857[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
858Los archivos del módulo trackingfront se han actualizado.
859Upgrading module welcome...
860Content of archive /home/hockeyla/public_html/admin2015/autoupgrade/tmp/welcome.zip is extracted
861[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(/home/hockeyla/public_html/classes/../tools/pear/PEAR.php): failed to open stream: No such file or directory
862[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 30 - include_once(): Failed opening '/home/hockeyla/public_html/classes/../tools/pear/PEAR.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
863[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php): failed to open stream: No such file or directory
864[INTERNAL] /home/hockeyla/public_html/modules/blockrss/blockrss.php line 31 - include_once(): Failed opening '/home/hockeyla/public_html/tools/pear_xml_parser/Parser.php' for inclusion (include_path='/home/hockeyla/public_html/vendor/pear/pear_exception:/home/hockeyla/public_html/vendor/pear/console_getopt:/home/hockeyla/public_html/vendor/pear/pear-core-minimal/src:/home/hockeyla/public_html/vendor/pear/archive_tar:.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php')
865[INTERNAL] /home/hockeyla/public_html/modules/lengow/models/lengow.cart.class.php line 22 - Declaration of LengowCartAbstract::updateQty() should be compatible with CartCore::updateQty($quantity, $id_product, $id_product_attribute = NULL, $id_customization = false, $operator = 'up', $id_address_delivery = 0, Shop $shop = NULL, $auto_add_cart_rule = true, $skipAvailabilityCheckOutOfStock = false)
866Los archivos del módulo welcome se han actualizado.
867Por favor, elimine /home/hockeyla/public_html/admin2015/autoupgrade/download/prestashop_1.7.5.2.zip desde FTP
868/home/hockeyla/public_html/admin2015/autoupgrade/latest eliminado
869Proceso finalizad