After I delete my other website in magento I get this error:
"There has been an error processing your request + error log number #####"
and this is the number file from var/report/
a:5:{i:0;s:29:"Invalid website id requested.";i:1;s:3490:"#0 /var/www/html/store/app/code/core/Mage/Core/Model/App.php(950): Mage::exception('Mage_Core', 'Invalid website...')
#1 /var/www/html/store/app/code/core/Mage/Core/Model/Store.php(465): Mage_Core_Model_App->getWebsite('5')
#2 /var/www/html/store/app/code/core/Mage/Tax/Block/Adminhtml/Notifications.php(150): Mage_Core_Model_Store->getWebsite()
#3 /var/www/html/store/app/design/adminhtml/default/default/template/tax/notifications.phtml(31): Mage_Tax_Block_Adminhtml_Notifications->getWebsitesWithWrongDiscountSettings()
#4 /var/www/html/store/app/code/core/Mage/Core/Block/Template.php(241): include('/var/www/html/s...')
#5 /var/www/html/store/app/code/core/Mage/Core/Block/Template.php(272): Mage_Core_Block_Template->fetchView('adminhtml/defau...')
#6 /var/www/html/store/app/code/core/Mage/Core/Block/Template.php(286): Mage_Core_Block_Template->renderView()
#7 /var/www/html/store/app/code/core/Mage/Adminhtml/Block/Template.php(81): Mage_Core_Block_Template->_toHtml()
#8 /var/www/html/store/app/code/core/Mage/Tax/Block/Adminhtml/Notifications.php(196): Mage_Adminhtml_Block_Template->_toHtml()
#9 /var/www/html/store/app/code/core/Mage/Core/Block/Abstract.php(919): Mage_Tax_Block_Adminhtml_Notifications->_toHtml()
#10 /var/www/html/store/app/code/core/Mage/Core/Block/Text/List.php(43): Mage_Core_Block_Abstract->toHtml()
#11 /var/www/html/store/app/code/core/Mage/Core/Block/Abstract.php(919): Mage_Core_Block_Text_List->_toHtml()
#12 /var/www/html/store/app/code/core/Mage/Core/Block/Abstract.php(637): Mage_Core_Block_Abstract->toHtml()
#13 /var/www/html/store/app/code/core/Mage/Core/Block/Abstract.php(581): Mage_Core_Block_Abstract->_getChildHtml('notifications', true)
#14 /var/www/html/store/app/design/adminhtml/default/default/template/page.phtml(55): Mage_Core_Block_Abstract->getChildHtml('notifications')
#15 /var/www/html/store/app/code/core/Mage/Core/Block/Template.php(241): include('/var/www/html/s...')
#16 /var/www/html/store/app/code/core/Mage/Core/Block/Template.php(272): Mage_Core_Block_Template->fetchView('adminhtml/defau...')
#17 /var/www/html/store/app/code/core/Mage/Core/Block/Template.php(286): Mage_Core_Block_Template->renderView()
#18 /var/www/html/store/app/code/core/Mage/Adminhtml/Block/Template.php(81): Mage_Core_Block_Template->_toHtml()
#19 /var/www/html/store/app/code/core/Mage/Core/Block/Abstract.php(919): Mage_Adminhtml_Block_Template->_toHtml()
#20 /var/www/html/store/app/code/core/Mage/Core/Model/Layout.php(555): Mage_Core_Block_Abstract->toHtml()
#21 /var/www/html/store/app/code/core/Mage/Core/Controller/Varien/Action.php(390): Mage_Core_Model_Layout->getOutput()
#22 /var/www/html/store/app/code/core/Mage/Adminhtml/controllers/DashboardController.php(43): Mage_Core_Controller_Varien_Action->renderLayout()
#23 /var/www/html/store/app/code/core/Mage/Core/Controller/Varien/Action.php(418): Mage_Adminhtml_DashboardController->indexAction()
#24 /var/www/html/store/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(250): Mage_Core_Controller_Varien_Action->dispatch('index')
#25 /var/www/html/store/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/html/store/app/code/core/Mage/Core/Model/App.php(354): Mage_Core_Controller_Varien_Front->dispatch()
#27 /var/www/html/store/app/Mage.php(684): Mage_Core_Model_App->run(Array)
#28 /var/www/html/store/index.php(87): Mage::run('', 'store')
#29 {main}";s:3:"url";s:76:"/store/index.php/admin/dashboard/index/key/f819ce7010059de6034bd3395cd50f4d/";s:11:"script_name";s:16:"/store/index.php";s:4:"skin";s:5:"admin";}
How can I resolve this.
Thanks
if u got this error after deleting sotore you can try this solution :
select core_website and look for website_id attribute.
delete all lines in core_store and core_store_group tables has
website_id attribute deference to core_website.website_id.
In the catalog_product_website table, make sure that products are only associated with active websites. For example, to delete associations between all websites except website id 1, use the following SQL:
DELETE FROM catalog_product_website WHERE website_id != 1
Related
I've recently upgraded to Magento 1.9. After solving some problems, I couldn't find a solution for this issue.
Magento throws the following error when trying to navigate to a product page:
There has been an error processing your request
Invalid method DerModPro_BasePrice_Block_Catalog_Product_View_Type_Simple::displayProductStockStatus(Array
(
)
)
Trace:
#0 /kunden/329924_40211/magento19/app/design/frontend/tm_themes/theme350k/template/catalog/product/view/type/availability/default.phtml(27): Varien_Object->__call('displayProductS...', Array)
#1 /kunden/329924_40211/magento19/app/design/frontend/tm_themes/theme350k/template/catalog/product/view/type/availability/default.phtml(27): DerModPro_BasePrice_Block_Catalog_Product_View_Type_Simple->displayProductStockStatus()
#2 /kunden/329924_40211/magento19/app/code/core/Mage/Core/Block/Template.php(241): include('/kunden/329924_...')
#3 /kunden/329924_40211/magento19/app/code/core/Mage/Core/Block/Template.php(272): Mage_Core_Block_Template->fetchView('frontend/tm_the...')
#4 /kunden/329924_40211/magento19/app/code/core/Mage/Core/Block/Template.php(286): Mage_Core_Block_Template->renderView()
#5 /kunden/329924_40211/magento19/app/code/core/Mage/Core/Block/Abstract.php(923): Mage_Core_Block_Template->_toHtml()
#6 /kunden/329924_40211/magento19/app/code/core/Mage/Core/Block/Abstract.php(641): Mage_Core_Block_Abstract->toHtml()
#7 /kunden/329924_40211/magento19/app/code/core/Mage/Core/Block/Abstract.php(585): Mage_Core_Block_Abstract->_getChildHtml('product_type_av...', true)
#8 /kunden/329924_40211/magento19/app/design/frontend/tm_themes/theme350k/template/catalog/product/view.phtml(95): Mage_Core_Block_Abstract->getChildHtml('product_type_av...')
#9 /kunden/329924_40211/magento19/app/code/core/Mage/Core/Block/Template.php(241): include('/kunden/329924_...')
#10 /kunden/329924_40211/magento19/app/code/core/Mage/Core/Block/Template.php(272): Mage_Core_Block_Template->fetchView('frontend/tm_the...')
#11 /kunden/329924_40211/magento19/app/code/core/Mage/Core/Block/Template.php(286): Mage_Core_Block_Template->renderView()
#12 /kunden/329924_40211/magento19/app/code/core/Mage/Core/Block/Abstract.php(923): Mage_Core_Block_Template->_toHtml()
#13 /kunden/329924_40211/magento19/app/code/core/Mage/Core/Block/Text/List.php(43): Mage_Core_Block_Abstract->toHtml()
#14 /kunden/329924_40211/magento19/app/code/core/Mage/Core/Block/Abstract.php(923): Mage_Core_Block_Text_List->_toHtml()
#15 /kunden/329924_40211/magento19/app/code/core/Mage/Core/Block/Abstract.php(641): Mage_Core_Block_Abstract->toHtml()
#16 /kunden/329924_40211/magento19/app/code/core/Mage/Core/Block/Abstract.php(585): Mage_Core_Block_Abstract->_getChildHtml('content', true)
#17 /kunden/329924_40211/magento19/app/design/frontend/tm_themes/theme350k/template/page/2columns-left.phtml(70): Mage_Core_Block_Abstract->getChildHtml('content')
#18 /kunden/329924_40211/magento19/app/code/core/Mage/Core/Block/Template.php(241): include('/kunden/329924_...')
#19 /kunden/329924_40211/magento19/app/code/core/Mage/Core/Block/Template.php(272): Mage_Core_Block_Template->fetchView('frontend/tm_the...')
#20 /kunden/329924_40211/magento19/app/code/core/Mage/Core/Block/Template.php(286): Mage_Core_Block_Template->renderView()
#21 /kunden/329924_40211/magento19/app/code/core/Mage/Core/Block/Abstract.php(923): Mage_Core_Block_Template->_toHtml()
#22 /kunden/329924_40211/magento19/app/code/core/Mage/Core/Model/Layout.php(555): Mage_Core_Block_Abstract->toHtml()
#23 /kunden/329924_40211/magento19/app/code/core/Mage/Core/Controller/Varien/Action.php(390): Mage_Core_Model_Layout->getOutput()
#24 /kunden/329924_40211/magento19/app/code/core/Mage/Cms/Helper/Page.php(137): Mage_Core_Controller_Varien_Action->renderLayout()
#25 /kunden/329924_40211/magento19/app/code/core/Mage/Cms/Helper/Page.php(52): Mage_Cms_Helper_Page->_renderPage(Object(Mage_Cms_IndexController), 'no-route')
#26 /kunden/329924_40211/magento19/app/code/core/Mage/Cms/controllers/IndexController.php(75): Mage_Cms_Helper_Page->renderPage(Object(Mage_Cms_IndexController), 'no-route')
#27 /kunden/329924_40211/magento19/app/code/core/Mage/Core/Controller/Varien/Action.php(418): Mage_Cms_IndexController->noRouteAction()
#28 /kunden/329924_40211/magento19/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(254): Mage_Core_Controller_Varien_Action->dispatch('noRoute')
#29 /kunden/329924_40211/magento19/app/code/core/Mage/Core/Controller/Varien/Front.php(172): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
#30 /kunden/329924_40211/magento19/app/code/core/Mage/Core/Model/App.php(381): Mage_Core_Controller_Varien_Front->dispatch()
#31 /kunden/329924_40211/magento19/app/Mage.php(687): Mage_Core_Model_App->run(Array)
#32 /kunden/329924_40211/magento19/index.php(83): Mage::run('', 'store')
#33 {main}
I know that the problem is happening because of the new theme i just installed (theme350k).
Does anyone have an idea why this occurs?
Thanks
Hi i am facing a new error when i want to change some things in category as i click on catalog > manage categories
There has been error processing your request.
error log report is bellow attached kindly some one tell me solution
a:5:{i:0;s:94:"Source model "neoshopsettings/blockposition" not found for attribute "category_block_position"";i:1;s:4045:"#0 /home/mybest/public_html/app/code/core/Mage/Eav/Model/Entity/Attribute/Abstract.php(387): Mage::exception('Mage_Eav', 'Source model "n...')
#1 /home/mybest/public_html/app/code/core/Mage/Adminhtml/Block/Widget/Form.php(201): Mage_Eav_Model_Entity_Attribute_Abstract->getSource()
#2 /home/mybest/public_html/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 /home/mybest/public_html/app/code/core/Mage/Adminhtml/Block/Widget/Form.php(144): Mage_Adminhtml_Block_Catalog_Category_Tab_Attributes->_prepareForm()
#4 /home/mybest/public_html/app/code/core/Mage/Core/Block/Abstract.php(918): Mage_Adminhtml_Block_Widget_Form->_beforeToHtml()
#5 /home/mybest/public_html/app/code/core/Mage/Adminhtml/Block/Catalog/Category/Tabs.php(140): Mage_Core_Block_Abstract->toHtml()
#6 /home/mybest/public_html/app/code/core/Mage/Core/Block/Abstract.php(293): Mage_Adminhtml_Block_Catalog_Category_Tabs->_prepareLayout()
#7 /home/mybest/public_html/app/code/core/Mage/Core/Model/Layout.php(456): Mage_Core_Block_Abstract->setLayout(Object(Mage_Core_Model_Layout))
#8 /home/mybest/public_html/app/code/core/Mage/Adminhtml/Block/Catalog/Category/Edit/Form.php(55): Mage_Core_Model_Layout->createBlock('adminhtml/catal...', 'tabs')
#9 /home/mybest/public_html/app/code/core/Mage/Core/Block/Abstract.php(293): Mage_Adminhtml_Block_Catalog_Category_Edit_Form->_prepareLayout()
#10 /home/mybest/public_html/app/code/core/Mage/Core/Model/Layout.php(456): Mage_Core_Block_Abstract->setLayout(Object(Mage_Core_Model_Layout))
#11 /home/mybest/public_html/app/code/core/Mage/Adminhtml/Block/Widget/Form/Container.php(82): Mage_Core_Model_Layout->createBlock('adminhtml/catal...')
#12 /home/mybest/public_html/app/code/core/Mage/Core/Block/Abstract.php(293): Mage_Adminhtml_Block_Widget_Form_Container->_prepareLayout()
#13 /home/mybest/public_html/app/code/core/Mage/Core/Model/Layout.php(456): Mage_Core_Block_Abstract->setLayout(Object(Mage_Core_Model_Layout))
#14 /home/mybest/public_html/app/code/core/Mage/Core/Model/Layout.php(472): Mage_Core_Model_Layout->createBlock('adminhtml/catal...', 'category.edit')
#15 /home/mybest/public_html/app/code/core/Mage/Core/Model/Layout.php(239): Mage_Core_Model_Layout->addBlock('adminhtml/catal...', 'category.edit')
#16 /home/mybest/public_html/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 /home/mybest/public_html/app/code/core/Mage/Core/Model/Layout.php(210): Mage_Core_Model_Layout->generateBlocks(Object(Mage_Core_Model_Layout_Element))
#18 /home/mybest/public_html/app/code/core/Mage/Core/Controller/Varien/Action.php(344): Mage_Core_Model_Layout->generateBlocks()
#19 /home/mybest/public_html/app/code/core/Mage/Core/Controller/Varien/Action.php(269): Mage_Core_Controller_Varien_Action->generateLayoutBlocks()
#20 /home/mybest/public_html/app/code/core/Mage/Adminhtml/Controller/Action.php(275): Mage_Core_Controller_Varien_Action->loadLayout(NULL, true, true)
#21 /home/mybest/public_html/app/code/core/Mage/Adminhtml/controllers/Catalog/CategoryController.php(201): Mage_Adminhtml_Controller_Action->loadLayout()
#22 /home/mybest/public_html/app/code/core/Mage/Core/Controller/Varien/Action.php(418): Mage_Adminhtml_Catalog_CategoryController->editAction()
#23 /home/mybest/public_html/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(250): Mage_Core_Controller_Varien_Action->dispatch('edit')
#24 /home/mybest/public_html/app/code/core/Mage/Core/Controller/Varien/Front.php(172): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
#25 /home/mybest/public_html/app/code/core/Mage/Core/Model/App.php(354): Mage_Core_Controller_Varien_Front->dispatch()
#26 /home/mybest/public_html/app/Mage.php(684): Mage_Core_Model_App->run(Array)
#27 /home/mybest/public_html/index.php(90): Mage::run('', 'store')
#28 {main}";s:3:"url";s:77:"/index.php/admin/catalog_category/index/key/932b15d75078085a168fe65b5695d53b/";s:11:"script_name";s:10:"/index.php";s:4:"skin";s:5:"admin";}
Did you remove or disable the 'neoshopsettings/blockposition' extension?
Looks like that this extension adds the custom attribute to categories, which is using the model from this extension. So, you should to enable/install this extension or remove that attribute.
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.
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
{{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"}}