Notice: Error: Out of resources when opening file './shoppix_thestore/language.MYD' (Errcode: 24 - Too many open files)
Error No: 23
SELECT * FROM `language` WHERE status = '1' in /home/servidor/public_html/shoppix/webs/thestore/system/library/db/mysqli.php on line 40Notice: Trying to get property of non-object in /home/servidor/public_html/shoppix/webs/thestore/index.php on line 142Warning: Invalid argument supplied for foreach() in /home/servidor/public_html/shoppix/webs/thestore/index.php on line 142Notice: Undefined index: es in /home/servidor/public_html/shoppix/webs/thestore/index.php on line 184Notice: Undefined index: es in /home/servidor/public_html/shoppix/webs/thestore/index.php on line 185Notice: Undefined index: es in /home/servidor/public_html/shoppix/webs/thestore/index.php on line 188Notice: Error: Can't open file: './shoppix_thestore/currency.frm' (errno: 24 - Too many open files)
Error No: 1016
SELECT * FROM currency in /home/servidor/public_html/shoppix/webs/thestore/system/library/db/mysqli.php on line 40Notice: Trying to get property of non-object in /home/servidor/public_html/shoppix/webs/thestore/system/library/currency.php on line 15Warning: Invalid argument supplied for foreach() in /home/servidor/public_html/shoppix/webs/thestore/system/library/currency.php on line 15Notice: Error: Can't open file: './shoppix_thestore/tax_rule.frm' (errno: 24 - Too many open files)
Error No: 1016
SELECT tr1.tax_class_id, tr2.tax_rate_id, tr2.name, tr2.rate, tr2.type, tr1.priority FROM tax_rule tr1 LEFT JOIN tax_rate tr2 ON (tr1.tax_rate_id = tr2.tax_rate_id) INNER JOIN tax_rate_to_customer_group tr2cg ON (tr2.tax_rate_id = tr2cg.tax_rate_id) LEFT JOIN zone_to_geo_zone z2gz ON (tr2.geo_zone_id = z2gz.geo_zone_id) LEFT JOIN geo_zone gz ON (tr2.geo_zone_id = gz.geo_zone_id) WHERE tr1.based = 'shipping' AND tr2cg.customer_group_id = '2' AND z2gz.country_id = '195' AND (z2gz.zone_id = '0' OR z2gz.zone_id = '0') ORDER BY tr1.priority ASC in /home/servidor/public_html/shoppix/webs/thestore/system/library/db/mysqli.php on line 40Notice: Trying to get property of non-object in /home/servidor/public_html/shoppix/webs/thestore/system/library/tax.php on line 28Warning: Invalid argument supplied for foreach() in /home/servidor/public_html/shoppix/webs/thestore/system/library/tax.php on line 28Notice: Error: Out of resources when opening file './shoppix_thestore/zone_to_geo_zone.MYD' (Errcode: 24 - Too many open files)
Error No: 23
SELECT tr1.tax_class_id, tr2.tax_rate_id, tr2.name, tr2.rate, tr2.type, tr1.priority FROM tax_rule tr1 LEFT JOIN tax_rate tr2 ON (tr1.tax_rate_id = tr2.tax_rate_id) INNER JOIN tax_rate_to_customer_group tr2cg ON (tr2.tax_rate_id = tr2cg.tax_rate_id) LEFT JOIN zone_to_geo_zone z2gz ON (tr2.geo_zone_id = z2gz.geo_zone_id) LEFT JOIN geo_zone gz ON (tr2.geo_zone_id = gz.geo_zone_id) WHERE tr1.based = 'store' AND tr2cg.customer_group_id = '2' AND z2gz.country_id = '195' AND (z2gz.zone_id = '0' OR z2gz.zone_id = '0') ORDER BY tr1.priority ASC in /home/servidor/public_html/shoppix/webs/thestore/system/library/db/mysqli.php on line 40Notice: Trying to get property of non-object in /home/servidor/public_html/shoppix/webs/thestore/system/library/tax.php on line 56Warning: Invalid argument supplied for foreach() in /home/servidor/public_html/shoppix/webs/thestore/system/library/tax.php on line 56Notice: Error: Out of resources when opening file './shoppix_thestore/category_description.MYD' (Errcode: 24 - Too many open files)
Error No: 23
SELECT category_id FROM category_description WHERE name = 'Portatiles' in /home/servidor/public_html/shoppix/webs/thestore/system/library/db/mysqli.php on line 40Consutla SQL incorrecte:
SELECT category_id FROM category_description WHERE name = 'Portatiles'RetCategoryIdByNameNotice: Error: Out of resources when opening file './shoppix_thestore/product.MYD' (Errcode: 24 - Too many open files)
Error No: 23
SELECT product_id FROM product WHERE model = 'cd_grabadoras' in /home/servidor/public_html/shoppix/webs/thestore/system/library/db/mysqli.php on line 40Consutla SQL incorrecte:
SELECT product_id FROM product WHERE model = 'cd_grabadoras'RetProductIdByProductModelNotice: Error: Out of resources when opening file './shoppix_thestore/product.MYD' (Errcode: 24 - Too many open files)
Error No: 23
SELECT product_id FROM product WHERE model = 'cd_mp4' in /home/servidor/public_html/shoppix/webs/thestore/system/library/db/mysqli.php on line 40Consutla SQL incorrecte:
SELECT product_id FROM product WHERE model = 'cd_mp4'RetProductIdByProductModelNotice: Error: Can't open file: './shoppix_thestore/product.frm' (errno: 24 - Too many open files)
Error No: 1016
SELECT product_id FROM product WHERE model = 'cd_tarjetas_memoria_hasta_64gb' in /home/servidor/public_html/shoppix/webs/thestore/system/library/db/mysqli.php on line 40Consutla SQL incorrecte:
SELECT product_id FROM product WHERE model = 'cd_tarjetas_memoria_hasta_64gb'RetProductIdByProductModelNotice: Error: Can't open file: './shoppix_thestore/category_description.frm' (errno: 24 - Too many open files)
Error No: 1016
SELECT DISTINCT * FROM category c LEFT JOIN category_description cd ON (c.category_id = cd.category_id) LEFT JOIN category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.category_id = '2740' AND cd.language_id = '0' AND c2s.store_id = '0' AND c.status = '1' in /home/servidor/public_html/shoppix/webs/thestore/system/library/db/mysqli.php on line 40Notice: Trying to get property of non-object in /home/servidor/public_html/shoppix/webs/thestore/catalog/model/catalog/category.php on line 6Notice: Error: Out of resources when opening file './shoppix_thestore/product_to_category.MYD' (Errcode: 24 - Too many open files)
Error No: 23
SELECT `m`.* FROM `manufacturer` AS `m` INNER JOIN `manufacturer_to_store` AS `m2s` ON `m`.`manufacturer_id` = `m2s`.`manufacturer_id` AND `m2s`.`store_id` = '0' INNER JOIN `product` AS `p` ON `p`.`manufacturer_id` = `m`.`manufacturer_id` INNER JOIN `product_to_store` AS `p2s` ON `p2s`.`product_id` = `p`.`product_id` AND `p2s`.`store_id` = 0 INNER JOIN `product_to_category` AS `p2c` ON `p2c`.`product_id` = `p`.`product_id` WHERE `p`.`date_available` <= NOW() AND `p`.`status` = '1' AND `p2c`.`category_id` = '4869' GROUP BY `m`.`manufacturer_id` ORDER BY `m`.`name` ASC in /home/servidor/public_html/shoppix/webs/thestore/system/library/db/mysqli.php on line 40Notice: Trying to get property of non-object in /home/servidor/public_html/shoppix/webs/thestore/catalog/model/module/mega_filter.php on line 2198Warning: Invalid argument supplied for foreach() in /home/servidor/public_html/shoppix/webs/thestore/catalog/model/module/mega_filter.php on line 2198Notice: Error: Can't open file: './shoppix_thestore/product.frm' (errno: 24 - Too many open files)
Error No: 1016
SELECT MIN(`price`) AS `p_min`, MAX(`price`) AS `p_max` FROM( SELECT `price_tmp` AS `price` FROM( SELECT IFNULL( (SELECT `price` FROM `product_special` AS `ps` WHERE `ps`.`product_id` = `p`.`product_id` AND `ps`.`customer_group_id` = '2' AND ((`ps`.`date_start` = '0000-00-00' OR `ps`.`date_start` < NOW()) AND (`ps`.`date_end` = '0000-00-00' OR `ps`.`date_end` > NOW())) ORDER BY `ps`.`priority` ASC, `ps`.`price` ASC LIMIT 1), IFNULL( (SELECT `price` FROM `product_discount` AS `pd2` WHERE `pd2`.`product_id` = `p`.`product_id` AND `pd2`.`customer_group_id` = '2' AND `pd2`.`quantity` = '1' AND ((`pd2`.`date_start` = '0000-00-00' OR `pd2`.`date_start` < NOW()) AND (`pd2`.`date_end` = '0000-00-00' OR `pd2`.`date_end` > NOW())) ORDER BY `pd2`.`priority` ASC, `pd2`.`price` ASC LIMIT 1), `p`.`price` ) ) AS `price_tmp` FROM `product` AS `p` INNER JOIN `product_description` AS `pd` ON `pd`.`product_id` = `p`.`product_id` AND `pd`.`language_id` = 0 INNER JOIN `product_to_store` AS `p2s` ON `p2s`.`product_id` = `p`.`product_id` AND `p2s`.`store_id` = 0 INNER JOIN `product_to_category` AS `p2c` ON `p2c`.`product_id` = `p`.`product_id` WHERE `p`.`date_available` <= NOW() AND `p`.`status` = '1' AND `p2c`.`category_id` = '4869' ) AS `tmp` ) AS `tmp` in /home/servidor/public_html/shoppix/webs/thestore/system/library/db/mysqli.php on line 40Notice: Trying to get property of non-object in /home/servidor/public_html/shoppix/webs/thestore/catalog/model/module/mega_filter.php on line 1323Notice: Undefined index: EUR in /home/servidor/public_html/shoppix/webs/thestore/system/library/currency.php on line 129Notice: Undefined index: EUR in /home/servidor/public_html/shoppix/webs/thestore/system/library/currency.php on line 139Notice: Error: Out of resources when opening file './shoppix_thestore/information_description.MYD' (Errcode: 24 - Too many open files)
Error No: 23
SELECT * FROM information i LEFT JOIN information_description id ON (i.information_id = id.information_id) LEFT JOIN information_to_store i2s ON (i.information_id = i2s.information_id) WHERE id.language_id = '0' AND i2s.store_id = '0' AND i.status = '1' ORDER BY i.sort_order, LCASE(id.title) ASC in /home/servidor/public_html/shoppix/webs/thestore/system/library/db/mysqli.php on line 40Notice: Trying to get property of non-object in /home/servidor/public_html/shoppix/webs/thestore/catalog/model/catalog/information.php on line 32Warning: Invalid argument supplied for foreach() in /home/servidor/public_html/shoppix/webs/thestore/catalog/model/catalog/information.php on line 32Notice: Error: Out of resources when opening file './shoppix_thestore/category.MYD' (Errcode: 24 - Too many open files)
Error No: 23
SELECT * FROM category c LEFT JOIN category_description cd ON (c.category_id = cd.category_id) LEFT JOIN category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '0' AND cd.language_id = '0' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name) in /home/servidor/public_html/shoppix/webs/thestore/system/library/db/mysqli.php on line 40Notice: Trying to get property of non-object in /home/servidor/public_html/shoppix/webs/thestore/catalog/model/catalog/category.php on line 12Warning: Invalid argument supplied for foreach() in /home/servidor/public_html/shoppix/webs/thestore/vqmod/vqcache/vq2-catalog_controller_common_header.php on line 105Notice: Error: Out of resources when opening file './shoppix_thestore/url_alias.MYD' (Errcode: 24 - Too many open files)
Error No: 23
SELECT * FROM url_alias WHERE `query` = 'category_id=4869' in /home/servidor/public_html/shoppix/webs/thestore/system/library/db/mysqli.php on line 40Notice: Trying to get property of non-object in /home/servidor/public_html/shoppix/webs/thestore/catalog/controller/common/seo_url.php on line 97Notice: Undefined index: EUR in /home/servidor/public_html/shoppix/webs/thestore/system/library/currency.php on line 55Notice: Undefined index: EUR in /home/servidor/public_html/shoppix/webs/thestore/system/library/currency.php on line 56Notice: Undefined index: EUR in /home/servidor/public_html/shoppix/webs/thestore/system/library/currency.php on line 57Notice: Undefined index: EUR in /home/servidor/public_html/shoppix/webs/thestore/system/library/currency.php on line 65 Category not found! :: Shoppix Distribucion

Category not found!

Category not found!

Warning: mysqli::close(): Couldn't fetch mysqli in /home/servidor/public_html/shoppix/webs/thestore/system/library/db/mysqli.php on line 57