Op zoek naar:
Iemand die een hieronder beschreven probleem op zeer korte termijn kan oplossen.

Zie hieronder magento frontend foutmelding nadat category and product catalog op flat worden gezet. ivm nostress feed module van koongo. De template is van Mageworld.
-------------------------------------
There has been an error processing your request



SELECT SUM(order_items.qty_ordered) AS `ordered_qty`, `order_items`.`name` AS `order_items_name`, `order_items`.`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`.`entity_id`, `e`.`attribute_set_id`, `e`.`type_id`, `e`.`actor`, `e`.`cost`, `e`.`created_at`, `e`.`enable_googlecheckout`, `e`.`featured`, `e`.`gift_message_available`, `e`.`has_options`, `e`.`image_label`, `e`.`is_imported`, `e`.`is_recurring`, `e`.`links_exist`, `e`.`links_purchased_separately`, `e`.`links_title`, `e`.`name`, `e`.`news_from_date`, `e`.`news_to_date`, `e`.`price`, `e`.`price_type`, `e`.`price_view`, `e`.`recurring_profile`, `e`.`required_options`, `e`.`shipment_type`, `e`.`short_description`, `e`.`sku`, `e`.`sku_type`, `e`.`small_image`, `e`.`small_image_label`, `e`.`special_from_date`, `e`.`special_price`, `e`.`special_to_date`, `e`.`tax_class_id`, `e`.`thumbnail`, `e`.`thumbnail_label`, `e`.`updated_at`, `e`.`url_key`, `e`.`url_path`, `e`.`visibility`, `e`.`weight`, `e`.`weight_type`, `e`.`activation_information`, `e`.`color`, `e`.`color_value`, `e`.`contrast_ratio`, `e`.`contrast_ratio_value`, `e`.`country_orgin`, `e`.`custom_design_from`, `e`.`custom_design_to`, `e`.`custom_layout_update`, `e`.`description`, `e`.`dimension`, `e`.`finish`, `e`.`gallery`, `e`.`image`, `e`.`in_depth`, `e`.`manufacturer`, `e`.`manufacturer_value`, `e`.`media_gallery`, `e`.`megapixels`, `e`.`megapixels_value`, `e`.`meta_description`, `e`.`meta_keyword`, `e`.`meta_title`, `e`.`minimal_price`, `e`.`old_id`, `e`.`room`, `e`.`room_value`, `e`.`samples_title`, `e`.`screensize`, `e`.`shape`, `e`.`msrp_enabled`, `e`.`msrp_display_actual_price_type`, `e`.`msrp`, `e`.`jaartal`, `e`.`jaartal_value`, `e`.`actress`, `at_inventory_in_stock`.`is_in_stock` AS `inventory_in_stock` FROM `sales_flat_order_item` AS `order_items` INNER JOIN `sales_flat_order` AS `order` ON `order`.entity_id = order_items.order_id AND `order`.state <> 'canceled' LEFT JOIN `catalog_product_entity` AS `e` ON (e.type_id NOT IN ('grouped', 'configurable', 'bundle')) AND e.entity_id = order_items.product_id AND e.entity_type_id = 10 INNER JOIN `cataloginventory_stock_item` AS `at_inventory_in_stock` ON (at_inventory_in_stock.`product_id`=e.entity_id) AND ((at_inventory_in_stock.use_config_manage_stock = 0 AND at_inventory_in_stock.manage_stock=1 AND at_inventory_in_stock.is_in_stock=1) OR (at_inventory_in_stock.use_config_manage_stock = 0 AND at_inventory_in_stock.manage_stock=0) OR (at_inventory_in_stock.use_config_manage_stock = 1 AND at_inventory_in_stock.is_in_stock=1)) WHERE (parent_item_id IS NULL) GROUP BY `order_items`.`product_id` HAVING (SUM(order_items.qty_ordered) > 0) ORDER BY `ordered_qty` desc LIMIT 6
Trace: #0 /home/leptingr/public_html/includes/src/Varien_Db_Statement_Pdo_Mysql.php(110): Zend_Db_Statement_Pdo->_execute(Array)
#1 /home/leptingr/public_html/includes/src/__default.php(61423): Varien_Db_Statement_Pdo_Mysql->_execute(Array)
#2 /home/leptingr/public_html/includes/src/__default.php(51167): Zend_Db_Statement->execute(Array)
#3 /home/leptingr/public_html/includes/src/__default.php(52203): Zend_Db_Adapter_Abstract->query('SELECT SUM(orde...', Array)
#4 /home/leptingr/public_html/includes/src/__default.php(53009): Zend_Db_Adapter_Pdo_Abstract->query('SELECT SUM(orde...', Array)
#5 /home/leptingr/public_html/includes/src/__default.php(51422): Varien_Db_Adapter_Pdo_Mysql->query('SELECT SUM(orde...', Array)
#6 /home/leptingr/public_html/includes/src/__default.php(30577): Zend_Db_Adapter_Abstract->fetchAll('SELECT SUM(orde...', Array)
#7 /home/leptingr/public_html/includes/src/Mage_Eav_Model_Entity_Collection_Abstract.php(1045 ): Varien_Data_Collection_Db->_fetchAll('SELECT SUM(orde...')
#8 /home/leptingr/public_html/includes/src/Mage_Eav_Model_Entity_Collection_Abstract.php(869) : Mage_Eav_Model_Entity_Collection_Abstract->_loadEntities(false, false) #9 /home/leptingr/public_html/includes/src/__default.php(29826): Mage_Eav_Model_Entity_Collection_Abstract->load()
#10 [internal function]: Varien_Data_Collection->count()
#11 /home/leptingr/public_html/app/design/frontend/greencoffee/default/template/catalog/product/bestseller.phtml(52): count(Object(Mage_Reports_Model_Resource_Product_C ollection))
#12 /home/leptingr/public_html/includes/src/__default.php(3205): include('/home/leptingr/...')
#13 /home/leptingr/public_html/includes/src/__default.php(3236): Mage_Core_Block_Template->fetchView('frontend/greenc...')
#14 /home/leptingr/public_html/includes/src/__default.php(3250): Mage_Core_Block_Template->renderView()
#15 /home/leptingr/public_html/includes/src/__default.php(2500): Mage_Core_Block_Template->_toHtml()
#16 /home/leptingr/public_html/includes/src/__default.php(26121): Mage_Core_Block_Abstract->toHtml()
#17 [internal function]: Mage_Core_Model_Email_Template_Filter->blockDirective(Array)
#18 /home/leptingr/public_html/includes/src/__default.php(25793): call_user_func(Array, Array)
#19 /home/leptingr/public_html/includes/src/__default.php(26432): Varien_Filter_Template->filter('<div class="ban...')
#20 /home/leptingr/public_html/includes/src/__default.php(10416): Mage_Core_Model_Email_Template_Filter->filter('<div class="ban...')
#21 /home/leptingr/public_html/includes/src/__default.php(2500): Mage_Cms_Block_Page->_toHtml()
#22 /home/leptingr/public_html/includes/src/__default.php(2219): Mage_Core_Block_Abstract->toHtml()
#23 /home/leptingr/public_html/includes/src/__default.php(2159): Mage_Core_Block_Abstract->_getChildHtml('cms_page', true)
#24 /home/leptingr/public_html/app/design/frontend/greencoffee/default/template/cms/wrapper.phtml(57): Mage_Core_Block_Abstract->getChildHtml()
#25 /home/leptingr/public_html/includes/src/__default.php(3205): include('/home/leptingr/...')
#26 /home/leptingr/public_html/includes/src/__default.php(3236): Mage_Core_Block_Template->fetchView('frontend/greenc...')
#27 /home/leptingr/public_html/includes/src/__default.php(3250): Mage_Core_Block_Template->renderView()
#28 /home/leptingr/public_html/includes/src/__default.php(2500): Mage_Core_Block_Template->_toHtml()
#29 /home/leptingr/public_html/includes/src/__default.php(12950): Mage_Core_Block_Abstract->toHtml()
#30 /home/leptingr/public_html/includes/src/__default.php(2500): Mage_Core_Block_Text_List->_toHtml()
#31 /home/leptingr/public_html/includes/src/__default.php(2219): Mage_Core_Block_Abstract->toHtml()
#32 /home/leptingr/public_html/includes/src/__default.php(2163): Mage_Core_Block_Abstract->_getChildHtml('content', true)
#33 /home/leptingr/public_html/app/design/frontend/greencoffee/default/template/page/2columns-left.phtml(50): Mage_Core_Block_Abstract->getChildHtml('content')
#34 /home/leptingr/public_html/includes/src/__default.php(3205): include('/home/leptingr/...')
#35 /home/leptingr/public_html/includes/src/__default.php(3236): Mage_Core_Block_Template->fetchView('frontend/greenc...')
#36 /home/leptingr/public_html/includes/src/__default.php(3250): Mage_Core_Block_Template->renderView()
#37 /home/leptingr/public_html/includes/src/__default.php(2500): Mage_Core_Block_Template->_toHtml()
#38 /home/leptingr/public_html/includes/src/__default.php(26967): Mage_Core_Block_Abstract->toHtml()
#39 /home/leptingr/public_html/includes/src/__default.php(13344): Mage_Core_Model_Layout->getOutput()
#40 /home/leptingr/public_html/includes/src/__default.php(10708): Mage_Core_Controller_Varien_Action->renderLayout()
#41 /home/leptingr/public_html/includes/src/__default.php(10628): Mage_Cms_Helper_Page->_renderPage(Object(Mage_Cms_IndexController), 'home')
#42 /home/leptingr/public_html/app/code/core/Mage/Cms/controllers/IndexController.php(45): Mage_Cms_Helper_Page->renderPage(Object(Mage_Cms_IndexController), 'home')
#43 /home/leptingr/public_html/includes/src/__default.php(13373): Mage_Cms_IndexController->indexAction()
#44 /home/leptingr/public_html/includes/src/__default.php(17629): Mage_Core_Controller_Varien_Action->dispatch('index')
#45 /home/leptingr/public_html/includes/src/__default.php(17220): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http) )
#46 /home/leptingr/public_html/includes/src/__default.php(19712): Mage_Core_Controller_Varien_Front->dispatch()
#47 /home/leptingr/public_html/app/Mage.php(640): Mage_Core_Model_App->run(Array)
#48 /home/leptingr/public_html/index.php(80): Mage::run('de', 'store')
#49 {main}-------------------------------------

Het budget:
50,-