System Application Run Exception:
Caught exception: Zend_Db_Statement_Exception Message: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'users.SEID' in 'field list', query was: SELECT `market_products`.`Color`, `market_products`.`ID`, `market_products`.`Country`, `market_products`.`Box_ID`, `market_products`.`FlowerVariety_ID`, `market_products`.`Farm_ID`, `market_products`.`Supplier_ID`, GROUP_CONCAT(`market_products`.StemsInBunch) AS `StemsInBunch`, GROUP_CONCAT(`market_products`.BunchesInBox) AS `BunchesInBox`, GROUP_CONCAT(`market_products`.BoxWeight) AS `BoxWeights`, GROUP_CONCAT(`market_products`.Price) AS `Prices`, GROUP_CONCAT(`market_products`.Box_ID) AS `BoxID`, GROUP_CONCAT(`market_products`.PriceOld) AS `PricesOld`, GROUP_CONCAT(`market_products`.StemLength) AS `Sizes`, GROUP_CONCAT(`market_products`.Commission) AS `Commission`, GROUP_CONCAT(`market_products`.ID) AS `IDs`, RAND() AS `Rand`, `market_products`.Sale AS `Sale`, `flowers_varieties`.`Image_ID`, `flowers_varieties`.`Description`, `flowers_varieties`.`SEID`, `flowers_varieties`.`Name` AS `FlowerVariety_Name`, `flowers`.`Name` AS `Flower_Name`, `farms`.`Name` AS `FarmName`, `users`.`Name` AS `Supplier`, `users`.`SEID` AS `SupplierSEID`, GROUP_CONCAT(`warehouses_tariffs`.ID) AS `TariffID`, `warehouses_tariffs`.`Tariff`, `warehouses_tariffs`.`MinWeight` FROM `market_products` LEFT JOIN `flowers_varieties` ON flowers_varieties.ID = market_products.FlowerVariety_ID LEFT JOIN `flowers` ON flowers.ID = flowers_varieties.Flower_ID LEFT JOIN `farms` ON farms.ID = market_products.Farm_ID LEFT JOIN `users` ON users.ID = market_products.Supplier_ID RIGHT JOIN `warehouses_tariffs` ON warehouses_tariffs.CountryCode = market_products.Country WHERE (warehouses_tariffs.Warehouse_ID = '3') AND (warehouses_tariffs.Status = 1) AND (market_products.Trade = 1) AND (market_products.BoxesStockCount != 0) AND (market_products.BoxWeight > 0) AND (market_products.Price > 0) AND (market_products.StemsInBunch > 0) AND (market_products.BunchesInBox > 0) AND (market_products.PriceOLD > 0) AND (market_products.PriceOLD > market_products.Price) GROUP BY `market_products`.`Country`, `market_products`.`Farm_ID`, `market_products`.`FlowerVariety_ID` ORDER BY `Rand` ASC LIMIT 6 #0 /home/_core/Zend/Db/Statement.php(303): Zend_Db_Statement_Pdo->_execute(Array) #1 /home/_core/Zend/Db/Adapter/Abstract.php(480): Zend_Db_Statement->execute(Array) #2 /home/_core/Zend/Db/Adapter/Pdo/Abstract.php(238): Zend_Db_Adapter_Abstract->query(Object(Zend_Db_Table_Select), Array) #3 /home/_core/Zend/Db/Table/Abstract.php(1584): Zend_Db_Adapter_Pdo_Abstract->query(Object(Zend_Db_Table_Select)) #4 /home/_core/Zend/Db/Table/Abstract.php(1399): Zend_Db_Table_Abstract->_fetch(Object(Zend_Db_Table_Select)) #5 /home/flora.market/public_html/components/Market/Controllers/ProductController.php(435): Zend_Db_Table_Abstract->fetchAll(Object(Zend_Db_Table_Select)) #6 /home/_core/Zend/Controller/Action.php(516): Market_ProductController->makeOrderAction() #7 /home/_core/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch('makeOrderAction') #8 /home/flora.market/public_html/components/System/View/Helper/Action.php(124): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http)) #9 [internal function]: System_View_Helper_Action->action('make-order', 'product', 'market', Array) #10 /home/_core/Zend/View/Abstract.php(350): call_user_func_array(Array, Array) #11 /home/flora.market/public_html/themes/default/frontend/content/index/get-blog-post.tpl(161): Zend_View_Abstract->__call('action', Array) #12 /home/flora.market/public_html/themes/default/frontend/content/index/get-blog-post.tpl(161): Zend_View->action('make-order', 'product', 'market', Array) #13 /home/_core/Zend/View.php(157): include('/home/flora.mar...') #14 /home/_core/Zend/View/Abstract.php(888): Zend_View->_run('/home/flora.mar...') #15 /home/_core/Zend/Controller/Action/Helper/ViewRenderer.php(912): Zend_View_Abstract->render('content/index/g...') #16 /home/_core/Zend/Controller/Action/Helper/ViewRenderer.php(933): Zend_Controller_Action_Helper_ViewRenderer->renderScript('content/index/g...', NULL) #17 /home/_core/Zend/Controller/Action.php(212): Zend_Controller_Action_Helper_ViewRenderer->render('get-blog-post', NULL, false) #18 /home/_core/System/Controller/Base.php(381): Zend_Controller_Action->render('get-blog-post', NULL, false) #19 /home/flora.market/public_html/components/Content/Controllers/IndexController.php(210): System_Controller_Base->render('get-blog-post') #20 /home/_core/Zend/Controller/Action.php(516): Content_IndexController->getAction() #21 /home/_core/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch('getAction') #22 /home/_core/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http)) #23 /home/_core/System/Controller.php(165): Zend_Controller_Front->dispatch() #24 /home/_core/System/System.php(82): System_Controller->_run() #25 /home/_core/System/Application.php(150): System->run() #26 /home/_core/System/System.php(82): System_Application->_run() #27 /home/flora.market/public_html/index.php(65): System->run() #28 {main}