Hi! the home page of my website show as css crashed, and some part get this error and not show content:
There has been an error processing your request
SELECT SUM(qty_ordered) AS `ordered_qty`, `T1`.`name` AS `order_items_name`, `T1`.`final_product_id` AS `entity_id`, `e`.`entity_type_id`, `e`.`attribute_set_id`, `e`.`type_id`, `e`.`sku`, `e`.`has_options`, `e`.`required_options`, `e`.`created_at`, `e`.`updated_at`, `e`.`name`, `e`.`price`, `e`.`small_image`, `cat_index`.`position` AS `cat_index_position` FROM (SELECT `order_items`.`qty_ordered`, `order_items`.`name`, IF(parent_id IS NOT NULL AND visibility != 4, parent_id, order_items.product_id) AS `final_product_id`, `cpr`.`parent_id`, `cat_index`.`store_id`, `cat_index`.`visibility`, `cat_index`.`category_id` FROM `fe4_sales_flat_order_item` AS `order_items` INNER JOIN `fe4_sales_flat_order` AS `order` ON `order`.entity_id = order_items.order_id AND `order`.state 'canceled' LEFT JOIN `fe4_catalog_product_relation` AS `cpr` ON cpr.child_id = order_items.product_id LEFT JOIN `fe4_catalog_category_product_index` AS `cat_index` ON cat_index.product_id = order_items.product_id WHERE (parent_item_id IS NULL) AND (cat_index.store_id = '2') AND (category_id = '2')) AS `T1` LEFT JOIN `fe4_catalog_product_entity` AS `e` ON e.entity_id = T1.final_product_id AND e.entity_type_id = 4 INNER JOIN `fe4_catalog_category_product_index` AS `cat_index` ON cat_index.product_id=e.entity_id AND cat_index.store_id='2' AND cat_index.visibility IN(2, 4) AND cat_index.category_id = '2' GROUP BY `final_product_id` ORDER BY `ordered_qty` desc LIMIT 20 Trace: #0 /var/www/clients/client1/web6/web/lib/Varien/Db/Statement/Pdo/Mysql.php(110): Zend_Db_Statement_Pdo->_execute(Array) #1 /var/www/clients/client1/web6/web/app/code/core/Zend/Db/Statement.php(291): Varien_Db_Statement_Pdo_Mysql->_execute(Array) #2 /var/www/clients/client1/web6/web/lib/Zend/Db/Adapter/Abstract.php(480): Zend_Db_Statement->execute(Array) #3 /var/www/clients/client1/web6/web/lib/Zend/Db/Adapter/Pdo/Abstract.php(238): Zend_Db_Adapter_Abstract->query('SELECT SUM(qty_...', Array) #4 /var/www/clients/client1/web6/web/lib/Varien/Db/Adapter/Pdo/Mysql.php(504): Zend_Db_Adapter_Pdo_Abstract->query('SELECT SUM(qty_...', Array) #5 /var/www/clients/client1/web6/web/lib/Zend/Db/Adapter/Abstract.php(737): Varien_Db_Adapter_Pdo_Mysql->query('SELECT SUM(qty_...', Array) #6 /var/www/clients/client1/web6/web/lib/Varien/Data/Collection/Db.php(740): Zend_Db_Adapter_Abstract->fetchAll('SELECT SUM(qty_...', Array) #7 /var/www/clients/client1/web6/web/app/code/core/Mage/Eav/Model/Entity/Collection/Abstract.php(1045): Varien_Data_Collection_Db->_fetchAll('SELECT SUM(qty_...') #8 /var/www/clients/client1/web6/web/app/code/core/Mage/Eav/Model/Entity/Collection/Abstract.php(871): Mage_Eav_Model_Entity_Collection_Abstract->_loadEntities(false, false) #9 /var/www/clients/client1/web6/web/lib/Varien/Data/Collection.php(752): Mage_Eav_Model_Entity_Collection_Abstract->load() #10 /var/www/clients/client1/web6/web/app/design/frontend/base/default/template/magehit/bestseller/bestsellerblock.phtml(19): Varien_Data_Collection->count() #11 /var/www/clients/client1/web6/web/app/code/core/Mage/Core/Block/Template.php(241): include('/var/www/client...') #12 /var/www/clients/client1/web6/web/app/code/core/Mage/Core/Block/Template.php(272): Mage_Core_Block_Template->fetchView('frontend/base/d...') #13 /var/www/clients/client1/web6/web/app/code/core/Mage/Core/Block/Template.php(286): Mage_Core_Block_Template->renderView() #14 /var/www/clients/client1/web6/web/app/code/core/Mage/Core/Block/Abstract.php(919): Mage_Core_Block_Template->_toHtml() #15 /var/www/clients/client1/web6/web/app/code/core/Mage/Core/Block/Text/List.php(43): Mage_Core_Block_Abstract->toHtml() #16 /var/www/clients/client1/web6/web/app/code/core/Mage/Core/Block/Abstract.php(919): Mage_Core_Block_Text_List->_toHtml() #17 /var/www/clients/client1/web6/web/app/code/core/Mage/Core/Block/Abstract.php(637): Mage_Core_Block_Abstract->toHtml() #18 /var/www/clients/client1/web6/web/app/code/core/Mage/Core/Block/Abstract.php(581): Mage_Core_Block_Abstract->_getChildHtml('content', true) #19 /var/www/clients/client1/web6/web/app/design/frontend/default/theme843/template/page/1column.phtml(52): Mage_Core_Block_Abstract->getChildHtml('content') #20 /var/www/clients/client1/web6/web/app/code/core/Mage/Core/Block/Template.php(241): include('/var/www/client...') #21 /var/www/clients/client1/web6/web/app/code/core/Mage/Core/Block/Template.php(272): Mage_Core_Block_Template->fetchView('frontend/defaul...') #22 /var/www/clients/client1/web6/web/app/code/core/Mage/Core/Block/Template.php(286): Mage_Core_Block_Template->renderView() #23 /var/www/clients/client1/web6/web/app/code/core/Mage/Core/Block/Abstract.php(919): Mage_Core_Block_Template->_toHtml() #24 /var/www/clients/client1/web6/web/app/code/core/Mage/Core/Model/Layout.php(555): Mage_Core_Block_Abstract->toHtml() #25 /var/www/clients/client1/web6/web/app/code/core/Mage/Core/Controller/Varien/Action.php(390): Mage_Core_Model_Layout->getOutput() #26 /var/www/clients/client1/web6/web/app/code/core/Mage/Cms/Helper/Page.php(137): Mage_Core_Controller_Varien_Action->renderLayout() #27 /var/www/clients/client1/web6/web/app/code/core/Mage/Cms/Helper/Page.php(52): Mage_Cms_Helper_Page->_renderPage(Object(Mage_Cms_IndexController), 'home') #28 /var/www/clients/client1/web6/web/app/code/core/Mage/Cms/controllers/IndexController.php(45): Mage_Cms_Helper_Page->renderPage(Object(Mage_Cms_IndexController), 'home') #29 /var/www/clients/client1/web6/web/app/code/core/Mage/Core/Controller/Varien/Action.php(418): Mage_Cms_IndexController->indexAction() #30 /var/www/clients/client1/web6/web/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(254): Mage_Core_Controller_Varien_Action->dispatch('index') #31 /var/www/clients/client1/web6/web/app/code/core/Mage/Core/Controller/Varien/Front.php(172): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http)) #32 /var/www/clients/client1/web6/web/app/code/core/Mage/Core/Model/App.php(365): Mage_Core_Controller_Varien_Front->dispatch() #33 /var/www/clients/client1/web6/web/app/Mage.php(684): Mage_Core_Model_App->run(Array) #34 /var/www/clients/client1/web6/web/index.php(91): Mage::run('joaquina', 'website') #35 {main}
Can anybody help me please? Thanks in advance!