Laravel queue work don't process jobs when connect with oracle - laravel

my laravel project connected with oracle database,
when I execute the command
php artisan queue:work
The Job is not executed, and this error appears in logs
[stacktrace]
#0 C:\\laragon\\www\\emt\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Bootstrap\\HandleExceptions.php(266): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(2, 'Array to string...', 'C:\\\\laragon\\\\www\\\\...', 32)
#1 C:\\laragon\\www\\emt\\vendor\\laravel\\framework\\src\\Illuminate\\Support\\Stringable.php(32): Illuminate\\Foundation\\Bootstrap\\HandleExceptions->Illuminate\\Foundation\\Bootstrap\\{closure}(2, 'Array to string...', 'C:\\\\laragon\\\\www\\\\...', 32)
#2 C:\\laragon\\www\\emt\\vendor\\laravel\\framework\\src\\Illuminate\\Support\\Str.php(68): Illuminate\\Support\\Stringable->__construct(Array)
#3 C:\\laragon\\www\\emt\\vendor\\laravel\\framework\\src\\Illuminate\\Queue\\DatabaseQueue.php(261): Illuminate\\Support\\Str::of(Array)
#4 C:\\laragon\\www\\emt\\vendor\\laravel\\framework\\src\\Illuminate\\Queue\\DatabaseQueue.php(239): Illuminate\\Queue\\DatabaseQueue->getLockForPopping()
#5 C:\\laragon\\www\\emt\\vendor\\laravel\\framework\\src\\Illuminate\\Queue\\DatabaseQueue.php(224): Illuminate\\Queue\\DatabaseQueue->getNextAvailableJob('default')
#6 C:\\laragon\\www\\emt\\vendor\\laravel\\framework\\src\\Illuminate\\Database\\Concerns\\ManagesTransactions.php(30): Illuminate\\Queue\\DatabaseQueue->Illuminate\\Queue\\{closure}(Object(Yajra\\Oci8\\Oci8Connection))
#7 C:\\laragon\\www\\emt\\vendor\\laravel\\framework\\src\\Illuminate\\Queue\\DatabaseQueue.php(227): Illuminate\\Database\\Connection->transaction(Object(Closure))
#8 C:\\laragon\\www\\emt\\vendor\\laravel\\framework\\src\\Illuminate\\Queue\\Worker.php(342): Illuminate\\Queue\\DatabaseQueue->pop('default')
#9 C:\\laragon\\www\\emt\\vendor\\laravel\\framework\\src\\Illuminate\\Queue\\Worker.php(351): Illuminate\\Queue\\Worker->Illuminate\\Queue\\{closure}('default')
#10 C:\\laragon\\www\\emt\\vendor\\laravel\\framework\\src\\Illuminate\\Queue\\Worker.php(160): Illuminate\\Queue\\Worker->getNextJob(Object(Illuminate\\Queue\\DatabaseQueue), 'default')
#11 C:\\laragon\\www\\emt\\vendor\\laravel\\framework\\src\\Illuminate\\Queue\\Console\\WorkCommand.php(147): Illuminate\\Queue\\Worker->daemon('database', 'default', Object(Illuminate\\Queue\\WorkerOptions))
#12 C:\\laragon\\www\\emt\\vendor\\laravel\\framework\\src\\Illuminate\\Queue\\Console\\WorkCommand.php(130): Illuminate\\Queue\\Console\\WorkCommand->runWorker('database', 'default')
#13 C:\\laragon\\www\\emt\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(36): Illuminate\\Queue\\Console\\WorkCommand->handle()
#14 C:\\laragon\\www\\emt\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Util.php(41): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#15 C:\\laragon\\www\\emt\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#16 C:\\laragon\\www\\emt\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#17 C:\\laragon\\www\\emt\\vendor\\laravel\\framework\\src\\Illuminate\\Container\\Container.php(661): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#18 C:\\laragon\\www\\emt\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(183): Illuminate\\Container\\Container->call(Array)
#19 C:\\laragon\\www\\emt\\vendor\\symfony\\console\\Command\\Command.php(312): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#20 C:\\laragon\\www\\emt\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Command.php(153): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#21 C:\\laragon\\www\\emt\\vendor\\symfony\\console\\Application.php(1022): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#22 C:\\laragon\\www\\emt\\vendor\\symfony\\console\\Application.php(314): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Queue\\Console\\WorkCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#23 C:\\laragon\\www\\emt\\vendor\\symfony\\console\\Application.php(168): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#24 C:\\laragon\\www\\emt\\vendor\\laravel\\framework\\src\\Illuminate\\Console\\Application.php(102): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#25 C:\\laragon\\www\\emt\\vendor\\laravel\\framework\\src\\Illuminate\\Foundation\\Console\\Kernel.php(155): Illuminate\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#26 C:\\laragon\\www\\emt\\artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#27 {main}
"} ```
If I connect the project with mysql, the command is executed successfully

Related

Magento - Backend error after deleting store view

I deleted a store view in the Magento Backend and since then I see this message in the backend:
There has been an error processing your request
Exception printing is disabled by default for security reasons.
Error log record number: 163892354656
The log file reads:
a:5:{i:0;s:29:"Invalid website id requested.";i:1;s:3722:"#0 /var/www/web18/html/hamburg/app/code/core/Mage/Core/Model/App.php(950): Mage::exception('Mage_Core', 'Invalid website...')
#1 /var/www/web18/html/hamburg/app/code/core/Mage/Core/Model/Store.php(469): Mage_Core_Model_App->getWebsite('3')
#2 /var/www/web18/html/hamburg/app/code/core/Mage/Tax/Block/Adminhtml/Notifications.php(150): Mage_Core_Model_Store->getWebsite()
#3 /var/www/web18/html/hamburg/app/design/adminhtml/default/default/template/tax/notifications.phtml(31): Mage_Tax_Block_Adminhtml_Notifications->getWebsitesWithWrongDiscountSettings()
#4 /var/www/web18/html/hamburg/app/code/core/Mage/Core/Block/Template.php(241): include('/var/www/web18/...')
#5 /var/www/web18/html/hamburg/app/code/core/Mage/Core/Block/Template.php(272): Mage_Core_Block_Template->fetchView('adminhtml/defau...')
#6 /var/www/web18/html/hamburg/app/code/core/Mage/Core/Block/Template.php(286): Mage_Core_Block_Template->renderView()
#7 /var/www/web18/html/hamburg/app/code/core/Mage/Adminhtml/Block/Template.php(81): Mage_Core_Block_Template->_toHtml()
#8 /var/www/web18/html/hamburg/app/code/core/Mage/Tax/Block/Adminhtml/Notifications.php(196): Mage_Adminhtml_Block_Template->_toHtml()
#9 /var/www/web18/html/hamburg/app/code/core/Mage/Core/Block/Abstract.php(919): Mage_Tax_Block_Adminhtml_Notifications->_toHtml()
#10 /var/www/web18/html/hamburg/app/code/core/Mage/Core/Block/Text/List.php(43): Mage_Core_Block_Abstract->toHtml()
#11 /var/www/web18/html/hamburg/app/code/core/Mage/Core/Block/Abstract.php(919): Mage_Core_Block_Text_List->_toHtml()
#12 /var/www/web18/html/hamburg/app/code/core/Mage/Core/Block/Abstract.php(637): Mage_Core_Block_Abstract->toHtml()
#13 /var/www/web18/html/hamburg/app/code/core/Mage/Core/Block/Abstract.php(581): Mage_Core_Block_Abstract->_getChildHtml('notifications', true)
#14 /var/www/web18/html/hamburg/app/design/adminhtml/default/default/template/page.phtml(55): Mage_Core_Block_Abstract->getChildHtml('notifications')
#15 /var/www/web18/html/hamburg/app/code/core/Mage/Core/Block/Template.php(241): include('/var/www/web18/...')
#16 /var/www/web18/html/hamburg/app/code/core/Mage/Core/Block/Template.php(272): Mage_Core_Block_Template->fetchView('adminhtml/defau...')
#17 /var/www/web18/html/hamburg/app/code/core/Mage/Core/Block/Template.php(286): Mage_Core_Block_Template->renderView()
#18 /var/www/web18/html/hamburg/app/code/core/Mage/Adminhtml/Block/Template.php(81): Mage_Core_Block_Template->_toHtml()
#19 /var/www/web18/html/hamburg/app/code/core/Mage/Core/Block/Abstract.php(919): Mage_Adminhtml_Block_Template->_toHtml()
#20 /var/www/web18/html/hamburg/app/code/core/Mage/Core/Model/Layout.php(555): Mage_Core_Block_Abstract->toHtml()
#21 /var/www/web18/html/hamburg/app/code/core/Mage/Core/Controller/Varien/Action.php(390): Mage_Core_Model_Layout->getOutput()
#22 /var/www/web18/html/hamburg/app/code/core/Mage/Adminhtml/controllers/DashboardController.php(43): Mage_Core_Controller_Varien_Action->renderLayout()
#23 /var/www/web18/html/hamburg/app/code/core/Mage/Core/Controller/Varien/Action.php(418): Mage_Adminhtml_DashboardController->indexAction()
#24 /var/www/web18/html/hamburg/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(250): Mage_Core_Controller_Varien_Action->dispatch('index')
#25 /var/www/web18/html/hamburg/app/code/core/Mage/Core/Controller/Varien/Front.php(172): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
#26 /var/www/web18/html/hamburg/app/code/core/Mage/Core/Model/App.php(354): Mage_Core_Controller_Varien_Front->dispatch()
#27 /var/www/web18/html/hamburg/app/Mage.php(684): Mage_Core_Model_App->run(Array)
#28 /var/www/web18/html/hamburg/index.php(87): Mage::run('', 'store')
#29 {main}";s:3:"url";s:78:"/hamburg/index.php/admin/dashboard/index/key/070d52ebdc1203106f8d2f782024de19/";s:11:"script_name";s:18:"/hamburg/index.php";s:4:"skin";s:5:"admin";}
How can I fix this? In the database table core_store I see:
store_id,code,website_id,group_id,name,sort_order,is_active
0,"admin","0","0","Admin","0","1"
2,"german","1","1","German","0","1"
4,"english1","3","2","English","1","1"
5,"french1","3","2","French","2","1"
6,"hellog","2","3","English","1","1"
8,"english3","2","4","English","1","1"
9,"french3","2","4","French","2","1"
10,"english4","1","5","English","1","1"
11,"french4","1","5","French","2","1"
Thanks.

Product Page => Error Processing Request: Invalid Method Mage_Catalog_Block_Product_View_Type_Simple::displayProductStockStatus(Array)

I'm working on a Magento version 1.9.0.1
I get this error when looking at any product page:
There has been an error processing your request
Invalid method Mage_Catalog_Block_Product_View_Type_Simple::displayProductStockStatus(Array
(
)
)
Trace:
#0 /homepages/32/d272998686/htdocs/clickandbuilds/Magento/BirrArtesana/app/design/frontend/rwd/default/template/catalog/product/view/type/availability/default.phtml(27): Varien_Object->__call('displayProductS...', Array)
#1 /homepages/32/d272998686/htdocs/clickandbuilds/Magento/BirrArtesana/app/design/frontend/rwd/default/template/catalog/product/view/type/availability/default.phtml(27): Mage_Catalog_Block_Product_View_Type_Simple->displayProductStockStatus()
#2 /homepages/32/d272998686/htdocs/clickandbuilds/Magento/BirrArtesana/app/code/core/Mage/Core/Block/Template.php(241): include('/homepages/32/d...')
#3 /homepages/32/d272998686/htdocs/clickandbuilds/Magento/BirrArtesana/app/code/core/Mage/Core/Block/Template.php(272): Mage_Core_Block_Template->fetchView('frontend/rwd/de...')
#4 /homepages/32/d272998686/htdocs/clickandbuilds/Magento/BirrArtesana/app/code/core/Mage/Core/Block/Template.php(286): Mage_Core_Block_Template->renderView()
#5 /homepages/32/d272998686/htdocs/clickandbuilds/Magento/BirrArtesana/app/code/core/Mage/Core/Block/Abstract.php(919): Mage_Core_Block_Template->_toHtml()
#6 /homepages/32/d272998686/htdocs/clickandbuilds/Magento/BirrArtesana/app/code/core/Mage/Core/Block/Abstract.php(637): Mage_Core_Block_Abstract->toHtml()
#7 /homepages/32/d272998686/htdocs/clickandbuilds/Magento/BirrArtesana/app/code/core/Mage/Core/Block/Abstract.php(581): Mage_Core_Block_Abstract->_getChildHtml('product_type_av...', true)
#8 /homepages/32/d272998686/htdocs/clickandbuilds/Magento/BirrArtesana/app/design/frontend/rwd/default/template/catalog/product/view.phtml(69): Mage_Core_Block_Abstract->getChildHtml('product_type_av...')
#9 /homepages/32/d272998686/htdocs/clickandbuilds/Magento/BirrArtesana/app/code/core/Mage/Core/Block/Template.php(241): include('/homepages/32/d...')
#10 /homepages/32/d272998686/htdocs/clickandbuilds/Magento/BirrArtesana/app/code/core/Mage/Core/Block/Template.php(272): Mage_Core_Block_Template->fetchView('frontend/rwd/de...')
#11 /homepages/32/d272998686/htdocs/clickandbuilds/Magento/BirrArtesana/app/code/core/Mage/Core/Block/Template.php(286): Mage_Core_Block_Template->renderView()
#12 /homepages/32/d272998686/htdocs/clickandbuilds/Magento/BirrArtesana/app/code/core/Mage/Core/Block/Abstract.php(919): Mage_Core_Block_Template->_toHtml()
#13 /homepages/32/d272998686/htdocs/clickandbuilds/Magento/BirrArtesana/app/code/core/Mage/Core/Block/Text/List.php(43): Mage_Core_Block_Abstract->toHtml()
#14 /homepages/32/d272998686/htdocs/clickandbuilds/Magento/BirrArtesana/app/code/core/Mage/Core/Block/Abstract.php(919): Mage_Core_Block_Text_List->_toHtml()
#15 /homepages/32/d272998686/htdocs/clickandbuilds/Magento/BirrArtesana/app/code/core/Mage/Core/Block/Abstract.php(637): Mage_Core_Block_Abstract->toHtml()
#16 /homepages/32/d272998686/htdocs/clickandbuilds/Magento/BirrArtesana/app/code/core/Mage/Core/Block/Abstract.php(581): Mage_Core_Block_Abstract->_getChildHtml('content', true)
#17 /homepages/32/d272998686/htdocs/clickandbuilds/Magento/BirrArtesana/app/design/frontend/rwd/default/template/page/2columns-right.phtml(55): Mage_Core_Block_Abstract->getChildHtml('content')
#18 /homepages/32/d272998686/htdocs/clickandbuilds/Magento/BirrArtesana/app/code/core/Mage/Core/Block/Template.php(241): include('/homepages/32/d...')
#19 /homepages/32/d272998686/htdocs/clickandbuilds/Magento/BirrArtesana/app/code/core/Mage/Core/Block/Template.php(272): Mage_Core_Block_Template->fetchView('frontend/rwd/de...')
#20 /homepages/32/d272998686/htdocs/clickandbuilds/Magento/BirrArtesana/app/code/core/Mage/Core/Block/Template.php(286): Mage_Core_Block_Template->renderView()
#21 /homepages/32/d272998686/htdocs/clickandbuilds/Magento/BirrArtesana/app/code/core/Mage/Core/Block/Abstract.php(919): Mage_Core_Block_Template->_toHtml()
#22 /homepages/32/d272998686/htdocs/clickandbuilds/Magento/BirrArtesana/app/code/core/Mage/Core/Model/Layout.php(555): Mage_Core_Block_Abstract->toHtml()
#23 /homepages/32/d272998686/htdocs/clickandbuilds/Magento/BirrArtesana/app/code/core/Mage/Core/Controller/Varien/Action.php(390): Mage_Core_Model_Layout->getOutput()
#24 /homepages/32/d272998686/htdocs/clickandbuilds/Magento/BirrArtesana/app/code/core/Mage/Cms/Helper/Page.php(137): Mage_Core_Controller_Varien_Action->renderLayout()
#25 /homepages/32/d272998686/htdocs/clickandbuilds/Magento/BirrArtesana/app/code/core/Mage/Cms/Helper/Page.php(52): Mage_Cms_Helper_Page->_renderPage(Object(Mage_Cms_IndexController), 'no-route')
#26 /homepages/32/d272998686/htdocs/clickandbuilds/Magento/BirrArtesana/app/code/core/Mage/Cms/controllers/IndexController.php(75): Mage_Cms_Helper_Page->renderPage(Object(Mage_Cms_IndexController), 'no-route')
#27 /homepages/32/d272998686/htdocs/clickandbuilds/Magento/BirrArtesana/app/code/core/Mage/Core/Controller/Varien/Action.php(418): Mage_Cms_IndexController->noRouteAction()
#28 /homepages/32/d272998686/htdocs/clickandbuilds/Magento/BirrArtesana/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(250): Mage_Core_Controller_Varien_Action->dispatch('noRoute')
#29 /homepages/32/d272998686/htdocs/clickandbuilds/Magento/BirrArtesana/app/code/core/Mage/Core/Controller/Varien/Front.php(172): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
#30 /homepages/32/d272998686/htdocs/clickandbuilds/Magento/BirrArtesana/app/code/core/Mage/Core/Model/App.php(354): Mage_Core_Controller_Varien_Front->dispatch()
#31 /homepages/32/d272998686/htdocs/clickandbuilds/Magento/BirrArtesana/app/Mage.php(684): Mage_Core_Model_App->run(Array)
#32 /homepages/32/d272998686/htdocs/clickandbuilds/Magento/BirrArtesana/index.php(87): Mage::run('', 'store')
#33 {main}
Error log record number: 641823913
I've tried to sold it creating this "tmp" directory an such, but no success.
:(
Any help?
Thank you in advance.
This may happen due to an update of Magento engine.
If you've updated Magento prior the issue appeared, try to copy the file from, for example, RWD theme (or "default" theme):
/app/design/frontend/rwd/default/template/catalog/product/view/type/grouped.phtml
/app/design/frontend/rwd/default/template/catalog/product/view/type/default.phtml
And place it into:
/app/design/frontend/default/YOUR_THEME/template/catalog/product/view/type

product info page shows with there has been an error processing your request

{{block type="catalog/product_new" block_id="new.products" template="catalog/product/new.phtml"}}
this the code i added in home page for display new products it show products well but when i chicked for product info page it shows error like with url http://localhost/magento/index.php/samsung.html There has been an error processing your request
it shows
a:5:{i:0;s:203:"SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1";i:1;s:4430:"#0 E:\wamp\www\magento\lib\Varien\Db\Statement\Pdo\Mysql.php(110): Zend_Db_Statement_Pdo->_execute(Array)
#1 E:\wamp\www\magento\app\code\core\Zend\Db\Statement.php(291): Varien_Db_Statement_Pdo_Mysql->_execute(Array)
#2 E:\wamp\www\magento\lib\Zend\Db\Adapter\Abstract.php(479): Zend_Db_Statement->execute(Array)
#3 E:\wamp\www\magento\lib\Zend\Db\Adapter\Pdo\Abstract.php(238): Zend_Db_Adapter_Abstract->query('SELECT `catalog...', Array)
#4 E:\wamp\www\magento\lib\Varien\Db\Adapter\Pdo\Mysql.php(428): Zend_Db_Adapter_Pdo_Abstract->query('SELECT `catalog...', Array)
#5 E:\wamp\www\magento\lib\Zend\Db\Adapter\Abstract.php(753): Varien_Db_Adapter_Pdo_Mysql->query(Object(Varien_Db_Select), Array)
#6 E:\wamp\www\magento\app\code\core\Mage\Eav\Model\Entity\Abstract.php(943): Zend_Db_Adapter_Abstract->fetchRow(Object(Varien_Db_Select))
#7 E:\wamp\www\magento\app\code\core\Mage\Catalog\Model\Resource\Abstract.php(698): Mage_Eav_Model_Entity_Abstract->load(Object(Mage_Catalog_Model_Category), Object(Mage_Catalog_Model_Category), NULL)
#8 E:\wamp\www\magento\app\code\core\Mage\Core\Model\Abstract.php(225): Mage_Catalog_Model_Resource_Abstract->load(Object(Mage_Catalog_Model_Category), Object(Mage_Catalog_Model_Category), NULL)
#9 E:\wamp\www\magento\app\code\core\Mage\Catalog\Block\Product\List.php(80): Mage_Core_Model_Abstract->load(Object(Mage_Catalog_Model_Category))
#10 E:\wamp\www\magento\app\code\core\Mage\Catalog\Block\Product\List.php(142): Mage_Catalog_Block_Product_List->_getProductCollection()
#11 E:\wamp\www\magento\app\code\core\Mage\Core\Block\Abstract.php(918): Mage_Catalog_Block_Product_List->_beforeToHtml()
#12 E:\wamp\www\magento\app\design\frontend\base\default\template\page\html\header.phtml(149): Mage_Core_Block_Abstract->toHtml()
#13 E:\wamp\www\magento\app\code\core\Mage\Core\Block\Template.php(241): include('E:\wamp\www\mag...')
#14 E:\wamp\www\magento\app\code\core\Mage\Core\Block\Template.php(272): Mage_Core_Block_Template->fetchView('frontend\base\d...')
#15 E:\wamp\www\magento\app\code\core\Mage\Core\Block\Template.php(286): Mage_Core_Block_Template->renderView()
#16 E:\wamp\www\magento\app\code\core\Mage\Core\Block\Abstract.php(919): Mage_Core_Block_Template->_toHtml()
#17 E:\wamp\www\magento\app\code\core\Mage\Core\Block\Abstract.php(637): Mage_Core_Block_Abstract->toHtml()
#18 E:\wamp\www\magento\app\code\core\Mage\Core\Block\Abstract.php(581): Mage_Core_Block_Abstract->_getChildHtml('header', true)
#19 E:\wamp\www\magento\app\design\frontend\base\default\template\page\2columns-right.phtml(42): Mage_Core_Block_Abstract->getChildHtml('header')
#20 E:\wamp\www\magento\app\code\core\Mage\Core\Block\Template.php(241): include('E:\wamp\www\mag...')
#21 E:\wamp\www\magento\app\code\core\Mage\Core\Block\Template.php(272): Mage_Core_Block_Template->fetchView('frontend\base\d...')
#22 E:\wamp\www\magento\app\code\core\Mage\Core\Block\Template.php(286): Mage_Core_Block_Template->renderView()
#23 E:\wamp\www\magento\app\code\core\Mage\Core\Block\Abstract.php(919): Mage_Core_Block_Template->_toHtml()
#24 E:\wamp\www\magento\app\code\core\Mage\Core\Model\Layout.php(555): Mage_Core_Block_Abstract->toHtml()
#25 E:\wamp\www\magento\app\code\core\Mage\Core\Controller\Varien\Action.php(390): Mage_Core_Model_Layout->getOutput()
#26 E:\wamp\www\magento\app\code\core\Mage\Cms\Helper\Page.php(137): Mage_Core_Controller_Varien_Action->renderLayout()
#27 E:\wamp\www\magento\app\code\core\Mage\Cms\Helper\Page.php(52): Mage_Cms_Helper_Page->_renderPage(Object(Mage_Cms_IndexController), 'no-route')
#28 E:\wamp\www\magento\app\code\core\Mage\Cms\controllers\IndexController.php(75): Mage_Cms_Helper_Page->renderPage(Object(Mage_Cms_IndexController), 'no-route')
#29 E:\wamp\www\magento\app\code\core\Mage\Core\Controller\Varien\Action.php(418): Mage_Cms_IndexController->noRouteAction()
#30 E:\wamp\www\magento\app\code\core\Mage\Core\Controller\Varien\Router\Standard.php(250): Mage_Core_Controller_Varien_Action->dispatch('noRoute')
#31 E:\wamp\www\magento\app\code\core\Mage\Core\Controller\Varien\Front.php(172): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
#32 E:\wamp\www\magento\app\code\core\Mage\Core\Model\App.php(354): Mage_Core_Controller_Varien_Front->dispatch()
#33 E:\wamp\www\magento\app\Mage.php(684): Mage_Core_Model_App->run(Array)
#34 E:\wamp\www\magento\index.php(87): Mage::run('', 'store')
#35 {main}";s:3:"url";s:31:"/magento/index.php/samsung.html";s:11:"script_name";s:18:"/magento/index.php";s:4:"skin";s:7:"default";}
Issue was block id block_id="new.products" block id not a field it should be
name="new.products"
Modify{{block type="catalog/product_new" name="new.products" template="catalog/product/new.phtml"}}

Have a categorie overview error in magento

Here has been an error processing your request
Bronmodel
"gomage_navigation/adminhtml_system_config_source_category_column"
niet gevonden voor attribuut "navigation_column_side"
Trace:
#0 /home3/tuinhuis/public_html/3works/app/code/core/Mage/Eav/Model/Entity/Attribute/Abstract.php(387): Mage::exception('Mage_Eav', 'Bronmodel "goma...')
#1 /home3/tuinhuis/public_html/3works/app/code/core/Mage/Adminhtml/Block/Widget/Form.php(201): Mage_Eav_Model_Entity_Attribute_Abstract->getSource()
#2 /home3/tuinhuis/public_html/3works/app/code/core/Mage/Adminhtml/Block/Catalog/Category/Tab/Attributes.php(113): Mage_Adminhtml_Block_Widget_Form->_setFieldset(Array, Object(Varien_Data_Form_Element_Fieldset))
#3 /home3/tuinhuis/public_html/3works/app/code/core/Mage/Adminhtml/Block/Widget/Form.php(144): Mage_Adminhtml_Block_Catalog_Category_Tab_Attributes->_prepareForm()
#4 /home3/tuinhuis/public_html/3works/app/code/core/Mage/Core/Block/Abstract.php(862): Mage_Adminhtml_Block_Widget_Form->_beforeToHtml()
#5 /home3/tuinhuis/public_html/3works/app/code/core/Mage/Adminhtml/Block/Catalog/Category/Tabs.php(140): Mage_Core_Block_Abstract->toHtml()
#6 /home3/tuinhuis/public_html/3works/app/code/core/Mage/Core/Block/Abstract.php(238): Mage_Adminhtml_Block_Catalog_Category_Tabs->_prepareLayout()
#7 /home3/tuinhuis/public_html/3works/app/code/core/Mage/Core/Model/Layout.php(456): Mage_Core_Block_Abstract->setLayout(Object(Mage_Core_Model_Layout))
#8 /home3/tuinhuis/public_html/3works/app/code/core/Mage/Adminhtml/Block/Catalog/Category/Edit/Form.php(55): Mage_Core_Model_Layout->createBlock('adminhtml/catal...', 'tabs')
#9 /home3/tuinhuis/public_html/3works/app/code/core/Mage/Core/Block/Abstract.php(238): Mage_Adminhtml_Block_Catalog_Category_Edit_Form->_prepareLayout()
#10 /home3/tuinhuis/public_html/3works/app/code/core/Mage/Core/Model/Layout.php(456): Mage_Core_Block_Abstract->setLayout(Object(Mage_Core_Model_Layout))
#11 /home3/tuinhuis/public_html/3works/app/code/core/Mage/Adminhtml/Block/Widget/Form/Container.php(82): Mage_Core_Model_Layout->createBlock('adminhtml/catal...')
#12 /home3/tuinhuis/public_html/3works/app/code/core/Mage/Core/Block/Abstract.php(238): Mage_Adminhtml_Block_Widget_Form_Container->_prepareLayout()
#13 /home3/tuinhuis/public_html/3works/app/code/core/Mage/Core/Model/Layout.php(456): Mage_Core_Block_Abstract->setLayout(Object(Mage_Core_Model_Layout))
#14 /home3/tuinhuis/public_html/3works/app/code/core/Mage/Core/Model/Layout.php(472): Mage_Core_Model_Layout->createBlock('adminhtml/catal...', 'category.edit')
#15 /home3/tuinhuis/public_html/3works/app/code/core/Mage/Core/Model/Layout.php(239): Mage_Core_Model_Layout->addBlock('adminhtml/catal...', 'category.edit')
#16 /home3/tuinhuis/public_html/3works/app/code/core/Mage/Core/Model/Layout.php(205): Mage_Core_Model_Layout->_generateBlock(Object(Mage_Core_Model_Layout_Element), Object(Mage_Core_Model_Layout_Element))
#17 /home3/tuinhuis/public_html/3works/app/code/core/Mage/Core/Model/Layout.php(210): Mage_Core_Model_Layout->generateBlocks(Object(Mage_Core_Model_Layout_Element))
#18 /home3/tuinhuis/public_html/3works/app/code/core/Mage/Core/Controller/Varien/Action.php(344): Mage_Core_Model_Layout->generateBlocks()
#19 /home3/tuinhuis/public_html/3works/app/code/core/Mage/Core/Controller/Varien/Action.php(269): Mage_Core_Controller_Varien_Action->generateLayoutBlocks()
#20 /home3/tuinhuis/public_html/3works/app/code/core/Mage/Adminhtml/Controller/Action.php(275): Mage_Core_Controller_Varien_Action->loadLayout(NULL, true, true)
#21 /home3/tuinhuis/public_html/3works/app/code/core/Mage/Adminhtml/controllers/Catalog/CategoryController.php(201): Mage_Adminhtml_Controller_Action->loadLayout()
#22 /home3/tuinhuis/public_html/3works/app/code/core/Mage/Core/Controller/Varien/Action.php(419): Mage_Adminhtml_Catalog_CategoryController->editAction()
#23 /home3/tuinhuis/public_html/3works/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(250): Mage_Core_Controller_Varien_Action->dispatch('edit')
#24 /home3/tuinhuis/public_html/3works/app/code/core/Mage/Core/Controller/Varien/Front.php(176): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
#25 /home3/tuinhuis/public_html/3works/app/code/core/Mage/Core/Model/App.php(354): Mage_Core_Controller_Varien_Front->dispatch()
#26 /home3/tuinhuis/public_html/3works/app/Mage.php(683): Mage_Core_Model_App->run(Array)
#27 /home3/tuinhuis/public_html/3works/index.php(87): Mage::run('', 'store')
#28 {main}
I got this error when trying to enter my categorie overview of magento. This thing breaks, but don't know how to fix it...would be nice if somebody can help me out.
In order to resolve this issue, follow below mentioned steps:
Remove all the files of the module from all directories (app,skin,js,etc)
Delete Columns from your Database Table = EAV_Attribute starting from navigation_ as these columsn are of gomage navigation extension.(eg: navigation_column_side)
Flush Cache
The error will be resolved.

Magento Dashboard generates an SQL Error

I'm having problems with the Dashboard in the admin section, not showing me any data.. I'm getting this error: SQLSTATE[42000]: Syntax error or access violation: 1140 Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clause
I'm having no clue as to what started the issue, here's the tracing:
0 /var/www/store/public_html/lib/Varien/Db/Statement/Pdo/Mysql.php(110): Zend_Db_Statement_Pdo->_execute(Array)
#1 /var/www/store/public_html/lib/Zend/Db/Statement.php(300): Varien_Db_Statement_Pdo_Mysql->_execute(Array)
#2 /var/www/store/public_html/lib/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)
#3 /var/www/store/public_html/lib/Zend/Db/Adapter/Pdo/Abstract.php(238): Zend_Db_Adapter_Abstract->query('SELECT `main_ta...', Array)
#4 /var/www/store/public_html/lib/Varien/Db/Adapter/Pdo/Mysql.php(389): Zend_Db_Adapter_Pdo_Abstract->query('SELECT `main_ta...', Array)
#5 /var/www/store/public_html/lib/Zend/Db/Adapter/Abstract.php(734): Varien_Db_Adapter_Pdo_Mysql->query('SELECT `main_ta...', Array)
#6 /var/www/store/public_html/lib/Varien/Data/Collection/Db.php(687): Zend_Db_Adapter_Abstract->fetchAll('SELECT `main_ta...', Array)
#7 /var/www/store/public_html/app/code/core/Mage/Core/Model/Resource/Db/Collection/Abstract.php(520): Varien_Data_Collection_Db->_fetchAll('SELECT `main_ta...', Array)
#8 /var/www/store/public_html/lib/Varien/Data/Collection/Db.php(521): Mage_Core_Model_Resource_Db_Collection_Abstract->getData()
#9 /var/www/store/public_html/lib/Varien/Data/Collection.php(268): Varien_Data_Collection_Db->load()
#10 /var/www/store/public_html/app/code/local/Ezapps/Zoom/Model/Mysql4/Page/Collection.php(28): Varien_Data_Collection->getFirstItem()
#11 /var/www/store/public_html/app/code/local/Ezapps/Zoom/Block/Adminhtml/Dashboard/Tab/Zoom.php(38): Ezapps_Zoom_Model_Mysql4_Page_Collection->getStats()
#12 /var/www/store/public_html/app/code/core/Mage/Adminhtml/Block/Dashboard/Abstract.php(77): Ezapps_Zoom_Block_Adminhtml_Dashboard_Tab_Zoom->_prepareData()
#13 /var/www/store/public_html/app/code/core/Mage/Core/Block/Abstract.php(238): Mage_Adminhtml_Block_Dashboard_Abstract->_prepareLayout()
#14 /var/www/store/public_html/app/code/core/Mage/Core/Model/Layout.php(430): Mage_Core_Block_Abstract->setLayout(Object(Mage_Core_Model_Layout))
#15 /var/www/store/public_html/app/code/local/Ezapps/Tools/Block/Adminhtml/Dashboard/Diagrams.php(42): Mage_Core_Model_Layout->createBlock('ezzoom/adminhtm...')
#16 /var/www/store/public_html/app/code/core/Mage/Core/Block/Abstract.php(238): Ezapps_Tools_Block_Adminhtml_Dashboard_Diagrams->_prepareLayout()
#17 /var/www/store/public_html/app/code/core/Mage/Core/Model/Layout.php(430): Mage_Core_Block_Abstract->setLayout(Object(Mage_Core_Model_Layout))
#18 /var/www/store/public_html/app/code/core/Mage/Adminhtml/Block/Dashboard.php(66): Mage_Core_Model_Layout->createBlock('adminhtml/dashb...')
#19 /var/www/store/public_html/app/code/core/Mage/Core/Block/Abstract.php(238): Mage_Adminhtml_Block_Dashboard->_prepareLayout()
#20 /var/www/store/public_html/app/code/core/Mage/Core/Model/Layout.php(430): Mage_Core_Block_Abstract->setLayout(Object(Mage_Core_Model_Layout))
#21 /var/www/store/public_html/app/code/core/Mage/Core/Model/Layout.php(446): Mage_Core_Model_Layout->createBlock('adminhtml/dashb...', 'dashboard')
#22 /var/www/store/public_html/app/code/core/Mage/Core/Model/Layout.php(238): Mage_Core_Model_Layout->addBlock('adminhtml/dashb...', 'dashboard')
#23 /var/www/store/public_html/app/code/core/Mage/Core/Model/Layout.php(204): Mage_Core_Model_Layout->_generateBlock(Object(Mage_Core_Model_Layout_Element), Object(Mage_Core_Model_Layout_Element))
#24 /var/www/store/public_html/app/code/core/Mage/Core/Model/Layout.php(209): Mage_Core_Model_Layout->generateBlocks(Object(Mage_Core_Model_Layout_Element))
#25 /var/www/store/public_html/app/code/local/Mage/Core/Controller/Varien/Action.php(345): Mage_Core_Model_Layout->generateBlocks()
#26 /var/www/store/public_html/app/code/local/Mage/Core/Controller/Varien/Action.php(270): Mage_Core_Controller_Varien_Action->generateLayoutBlocks()
#27 /var/www/store/public_html/app/code/core/Mage/Adminhtml/Controller/Action.php(263): Mage_Core_Controller_Varien_Action->loadLayout(NULL, true, true)
#28 /var/www/store/public_html/app/code/core/Mage/Adminhtml/controllers/DashboardController.php(40): Mage_Adminhtml_Controller_Action->loadLayout()
#29 /var/www/store/public_html/app/code/local/Mage/Core/Controller/Varien/Action.php(420): Mage_Adminhtml_DashboardController->indexAction()
#30 /var/www/store/public_html/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(250): Mage_Core_Controller_Varien_Action->dispatch('index')
#31 /var/www/store/public_html/app/code/core/Mage/Core/Controller/Varien/Front.php(176): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
#32 /var/www/store/public_html/app/code/local/Mage/Core/Model/App.php(348): Mage_Core_Controller_Varien_Front->dispatch()
#33 /var/www/store/public_html/app/Mage.php(640): Mage_Core_Model_App->run(Array)
#34 /var/www/store/public_html/index.php(82): Mage::run('', 'store')
#35 {main}
As you can see in the stack trace the problem is caused by a custom module from Ezapps...
Try disabling the module (app/etc/modules/Ezapps_*.xml - set active to false) and check what other things need to be done in order to disable the module...
Within that module's code, there is a problem when forming the sql query...

Resources