SELECT `e`.`entity_id`, `e`.`type_id`, `e`.`attribute_set_id`, `cat_index`.`position` AS `cat_index_position`, `e`.`name`, `e`.`short_description`, `e`.`sku`, `e`.`price`, `e`.`special_price`, `e`.`special_from_date`, `e`.`special_to_date`, `e`.`small_image`, `e`.`thumbnail`, `e`.`news_from_date`, `e`.`news_to_date`, `e`.`status`, `e`.`tax_class_id`, `e`.`url_key`, `e`.`required_options`, `e`.`image_label`, `e`.`small_image_label`, `e`.`thumbnail_label`, `e`.`price_type`, `e`.`weight_type`, `e`.`price_view`, `e`.`shipment_type`, `e`.`links_purchased_separately`, `e`.`scale`, `e`.`scale_value`, `e`.`land`, `e`.`land_value`, `e`.`epok`, `e`.`epok_value`, `e`.`second_hand`, `e`.`second_hand_value`, `e`.`links_exist`, `e`.`is_imported`, `e`.`manufacturer`, `e`.`manufacturer_value`, `e`.`msrp_enabled`, `e`.`msrp_display_actual_price_type`, `e`.`msrp`, `price_index`.`price`, `price_index`.`tax_class_id`, `price_index`.`final_price`, IF(price_index.tier_price IS NOT NULL, LEAST(price_index.min_price, price_index.tier_price), price_index.min_price) AS `minimal_price`, `price_index`.`min_price`, `price_index`.`max_price`, `price_index`.`tier_price` FROM `catalog_product_flat_1` AS `e` INNER JOIN `catalog_category_product_index` AS `cat_index` ON cat_index.product_id=e.entity_id AND cat_index.store_id=1 AND cat_index.visibility IN(2, 4) AND cat_index.category_id = '123' INNER JOIN `catalog_product_index_price` AS `price_index` ON price_index.entity_id = e.entity_id AND price_index.website_id = '1' AND price_index.customer_group_id = 0 WHERE (e.status = 1) ORDER BY `e`.`sku` ASC LIMIT 60 SQLSTATE[HY000] [1021] Disk full (/tmp/#sql_284_0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device"), query was: SELECT `e`.`entity_id`, `e`.`type_id`, `e`.`attribute_set_id`, `cat_index`.`position` AS `cat_index_position`, `e`.`name`, `e`.`short_description`, `e`.`sku`, `e`.`price`, `e`.`special_price`, `e`.`special_from_date`, `e`.`special_to_date`, `e`.`small_image`, `e`.`thumbnail`, `e`.`news_from_date`, `e`.`news_to_date`, `e`.`status`, `e`.`tax_class_id`, `e`.`url_key`, `e`.`required_options`, `e`.`image_label`, `e`.`small_image_label`, `e`.`thumbnail_label`, `e`.`price_type`, `e`.`weight_type`, `e`.`price_view`, `e`.`shipment_type`, `e`.`links_purchased_separately`, `e`.`scale`, `e`.`scale_value`, `e`.`land`, `e`.`land_value`, `e`.`epok`, `e`.`epok_value`, `e`.`second_hand`, `e`.`second_hand_value`, `e`.`links_exist`, `e`.`is_imported`, `e`.`manufacturer`, `e`.`manufacturer_value`, `e`.`msrp_enabled`, `e`.`msrp_display_actual_price_type`, `e`.`msrp`, `price_index`.`price`, `price_index`.`tax_class_id`, `price_index`.`final_price`, IF(price_index.tier_price IS NOT NULL, LEAST(price_index.min_price, price_index.tier_price), price_index.min_price) AS `minimal_price`, `price_index`.`min_price`, `price_index`.`max_price`, `price_index`.`tier_price` FROM `catalog_product_flat_1` AS `e` INNER JOIN `catalog_category_product_index` AS `cat_index` ON cat_index.product_id=e.entity_id AND cat_index.store_id=1 AND cat_index.visibility IN(2, 4) AND cat_index.category_id = '123' INNER JOIN `catalog_product_index_price` AS `price_index` ON price_index.entity_id = e.entity_id AND price_index.website_id = '1' AND price_index.customer_group_id = 0 WHERE (e.status = 1) ORDER BY `e`.`sku` ASC LIMIT 60 #0 /var/www/clients/client1/web1/web/lib/Varien/Db/Statement/Pdo/Mysql.php(110): Zend_Db_Statement_Pdo->_execute() #1 /var/www/clients/client1/web1/web/app/code/core/Zend/Db/Statement.php(291): Varien_Db_Statement_Pdo_Mysql->_execute() #2 /var/www/clients/client1/web1/web/app/code/local/Zend/Db/Adapter/Abstract.php(480): Zend_Db_Statement->execute() #3 /var/www/clients/client1/web1/web/lib/Zend/Db/Adapter/Pdo/Abstract.php(238): Zend_Db_Adapter_Abstract->query() #4 /var/www/clients/client1/web1/web/lib/Varien/Db/Adapter/Pdo/Mysql.php(504): Zend_Db_Adapter_Pdo_Abstract->query() #5 /var/www/clients/client1/web1/web/app/code/local/Zend/Db/Adapter/Abstract.php(737): Varien_Db_Adapter_Pdo_Mysql->query() #6 /var/www/clients/client1/web1/web/lib/Varien/Data/Collection/Db.php(740): Zend_Db_Adapter_Abstract->fetchAll() #7 /var/www/clients/client1/web1/web/app/code/core/Mage/Eav/Model/Entity/Collection/Abstract.php(1046): Varien_Data_Collection_Db->_fetchAll() #8 /var/www/clients/client1/web1/web/app/code/core/Mage/Eav/Model/Entity/Collection/Abstract.php(871): Mage_Eav_Model_Entity_Collection_Abstract->_loadEntities() #9 /var/www/clients/client1/web1/web/app/code/core/Mage/Review/Model/Observer.php(78): Mage_Eav_Model_Entity_Collection_Abstract->load() #10 /var/www/clients/client1/web1/web/app/code/core/Mage/Core/Model/App.php(1358): Mage_Review_Model_Observer->catalogBlockProductCollectionBeforeToHtml() #11 /var/www/clients/client1/web1/web/app/code/core/Mage/Core/Model/App.php(1331): Mage_Core_Model_App->_callObserverMethod() #12 /var/www/clients/client1/web1/web/app/Mage.php(448): Mage_Core_Model_App->dispatchEvent() #13 /var/www/clients/client1/web1/web/app/code/core/Mage/Catalog/Block/Product/List.php(161): Mage::dispatchEvent() #14 /var/www/clients/client1/web1/web/app/code/core/Mage/Core/Block/Abstract.php(922): Mage_Catalog_Block_Product_List->_beforeToHtml() #15 /var/www/clients/client1/web1/web/app/code/core/Mage/Core/Block/Text/List.php(43): Mage_Core_Block_Abstract->toHtml() #16 /var/www/clients/client1/web1/web/app/code/core/Mage/Core/Block/Abstract.php(923): Mage_Core_Block_Text_List->_toHtml() #17 /var/www/clients/client1/web1/web/app/code/core/Mage/Core/Block/Abstract.php(641): Mage_Core_Block_Abstract->toHtml() #18 /var/www/clients/client1/web1/web/app/code/core/Mage/Core/Block/Abstract.php(585): Mage_Core_Block_Abstract->_getChildHtml() #19 /var/www/clients/client1/web1/web/app/design/frontend/rebell/default/template/page/3columns.phtml(54): Mage_Core_Block_Abstract->getChildHtml() #20 /var/www/clients/client1/web1/web/app/code/core/Mage/Core/Block/Template.php(241): include() #21 /var/www/clients/client1/web1/web/app/code/core/Mage/Core/Block/Template.php(272): Mage_Core_Block_Template->fetchView() #22 /var/www/clients/client1/web1/web/app/code/core/Mage/Core/Block/Template.php(286): Mage_Core_Block_Template->renderView() #23 /var/www/clients/client1/web1/web/app/code/core/Mage/Core/Block/Abstract.php(923): Mage_Core_Block_Template->_toHtml() #24 /var/www/clients/client1/web1/web/app/code/core/Mage/Core/Model/Layout.php(555): Mage_Core_Block_Abstract->toHtml() #25 /var/www/clients/client1/web1/web/app/code/core/Mage/Core/Controller/Varien/Action.php(390): Mage_Core_Model_Layout->getOutput() #26 /var/www/clients/client1/web1/web/app/code/core/Mage/Cms/Helper/Page.php(137): Mage_Core_Controller_Varien_Action->renderLayout() #27 /var/www/clients/client1/web1/web/app/code/core/Mage/Cms/Helper/Page.php(52): Mage_Cms_Helper_Page->_renderPage() #28 /var/www/clients/client1/web1/web/app/code/core/Mage/Cms/controllers/IndexController.php(45): Mage_Cms_Helper_Page->renderPage() #29 /var/www/clients/client1/web1/web/app/code/core/Mage/Core/Controller/Varien/Action.php(418): Mage_Cms_IndexController->indexAction() #30 /var/www/clients/client1/web1/web/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(254): Mage_Core_Controller_Varien_Action->dispatch() #31 /var/www/clients/client1/web1/web/app/code/core/Mage/Core/Controller/Varien/Front.php(172): Mage_Core_Controller_Varien_Router_Standard->match() #32 /var/www/clients/client1/web1/web/app/code/core/Mage/Core/Model/App.php(365): Mage_Core_Controller_Varien_Front->dispatch() #33 /var/www/clients/client1/web1/web/app/Mage.php(684): Mage_Core_Model_App->run() #34 /var/www/clients/client1/web1/web/index.php(84): Mage::run() #35 {main}