Magento Exceptions with existing extensions - magento

I am having these two different exceptions in Magento ver. 1.6.0.0 and would like to resolve them. This is for an existing site so I am not sure about the history of modules installed. I believe the first one is actually missing the extension files. I searched for this folder "Fbintegrator" and could not find it. Also, not sure if it can be in some other folder. I also looked at the installed extensions in the Magento Connect in the admin and could not find anything related to Fbintegrator which Iam assuming is a facebook_integrator. So I would like to de-register it or if there is a way to resolve this issue would be appreciated.
exception 'Mage_Core_Exception' with message 'Invalid block type: Mage_Fbintegrator_Block_Like' in /home1/gumballm/public_html/app/Mage.php:563
Stack trace:
#0 /home1/gumballm/public_html/app/code/core/Mage/Core/Model/Layout.php(469): Mage::throwException('Invalid block t...')
#1 /home1/gumballm/public_html/app/code/local/Aitoc/Aitsys/Model/Core/Layout.php(10): Mage_Core_Model_Layout->_getBlockInstance('fbintegrator/li...', Array)
#2 /home1/gumballm/public_html/app/code/core/Mage/Core/Model/Layout.php(411): Aitoc_Aitsys_Model_Core_Layout->_getBlockInstance('fbintegrator/li...', Array)
#3 /home1/gumballm/public_html/app/code/core/Mage/Core/Model/Layout.php(446): Mage_Core_Model_Layout->createBlock('fbintegrator/li...', 'fbintegrator.li...')
#4 /home1/gumballm/public_html/app/code/core/Mage/Core/Model/Layout.php(238): Mage_Core_Model_Layout->addBlock('fbintegrator/li...', 'fbintegrator.li...')
#5 /home1/gumballm/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))
#6 /home1/gumballm/public_html/app/code/core/Mage/Core/Model/Layout.php(205): Mage_Core_Model_Layout->generateBlocks(Object(Mage_Core_Model_Layout_Element))
#7 /home1/gumballm/public_html/app/code/core/Mage/Core/Model/Layout.php(209): Mage_Core_Model_Layout->generateBlocks(Object(Mage_Core_Model_Layout_Element))
#8 /home1/gumballm/public_html/app/code/core/Mage/Core/Controller/Varien/Action.php(345): Mage_Core_Model_Layout->generateBlocks()
#9 /home1/gumballm/public_html/app/code/core/Mage/Catalog/Helper/Product/View.php(73): Mage_Core_Controller_Varien_Action->generateLayoutBlocks()
#10 /home1/gumballm/public_html/app/code/core/Mage/Catalog/Helper/Product/View.php(144): Mage_Catalog_Helper_Product_View->initProductLayout(Object(MDN_AdvancedStock_Model_Catalog_Product), Object(Mage_Catalog_ProductController))
#11 /home1/gumballm/public_html/app/code/core/Mage/Catalog/controllers/ProductController.php(132): Mage_Catalog_Helper_Product_View->prepareAndRender(4299, Object(Mage_Catalog_ProductController), Object(Varien_Object))
#12 /home1/gumballm/public_html/app/code/core/Mage/Core/Controller/Varien/Action.php(420): Mage_Catalog_ProductController->viewAction()
#13 /home1/gumballm/public_html/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(250): Mage_Core_Controller_Varien_Action->dispatch('view')
#14 /home1/gumballm/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))
#15 /home1/gumballm/public_html/app/code/core/Mage/Core/Model/App.php(347): Mage_Core_Controller_Varien_Front->dispatch()
#16 /home1/gumballm/public_html/app/Mage.php(640): Mage_Core_Model_App->run(Array)
#17 /home1/gumballm/public_html/index.php(82): Mage::run('', 'store')
This second extension is actually found in the Magento Connect. I actually also tried uninstalling it and then re-installing it and still getting the same error below. I found the folder: Ezapps/Zoom/ but not the file Ezapps/Zoom/Handler.php even after re-install.
2013-11-18T03:02:56+00:00 ERR (3): Warning: include(Ezapps/Zoom/Handler.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /home1/gumballm/public_html/lib/Varien/Autoload.php on line 93

For the first extension, it's hard to say exactly. I see Aitoc as part of the stack trace which can complicate things. The extension itself can normally be disabled by finding the extension's file in app/etc/modules and editing the xml to set active to false. Aitoc complicates things by trying to work resolving extension conflicts itself. If you can live without the Aitoc extension, the easy solution is to get rid of it. If it's necessary, try to look through the various Aitoc configuration sections to find their conflict resolutions and remove it for fbintegrator. It was probably installed when the Aitoc extension was installed, it resolved a conflict by making itself extend fbintegrator, then fbintegrator was removed breaking that dependency.
For the second extension, Ezapps_Zoom_Handler is the class name in the file ezzoom.php. Part of the installation requires you to add include('ezzoom.php'); immediately after the opening php tag. If you don't, when line 533 of app/code/local/Ezapps/Zoom/Helper/Data.php checks if the class exists, the class won't be loaded already and will rely on Magento's auto-loader which will look in the wrong place.

Related

Old site in Magento 1 (1.9.2.3 probably) no longer displaying properly

Good evening friends,
I've lost contact with my developer years ago and kept running the same M1 backup i had from 2017 whenever something stopped working.
However, now that fails too, even if i erase everything and put the 2017 backup or load a backup from when the site worked, it doesn't load anymore. Please be kind and share some thoughts so that i can restore the backup i have and have it run until i manage to build the new site.
www.casafoca.ro
current errors are visible since i edited the sample.xml in errors to show them:
There has been an error processing your request
The PDO extension is required for this adapter but the extension is not loaded
Trace:
#0 /home/drapajer/public_html/lib/Zend/Db/Adapter/Abstract.php(248): Zend_Db_Adapter_Pdo_Abstract->setFetchMode(2)
#1 /home/drapajer/public_html/app/code/core/Mage/Core/Model/Resource.php(175): Zend_Db_Adapter_Abstract->__construct(Array)
#2 /home/drapajer/public_html/app/code/core/Mage/Core/Model/Resource.php(110): Mage_Core_Model_Resource->_newConnection('pdo_mysql', Array)
#3 /home/drapajer/public_html/app/code/core/Mage/Core/Model/Resource/Db/Abstract.php(320): Mage_Core_Model_Resource->getConnection('core_write')
#4 /home/drapajer/public_html/app/code/core/Mage/Core/Model/Resource/Db/Abstract.php(350): Mage_Core_Model_Resource_Db_Abstract->_getConnection('write')
#5 /home/drapajer/public_html/app/code/core/Mage/Core/Model/Resource/Db/Abstract.php(335): Mage_Core_Model_Resource_Db_Abstract->_getWriteAdapter()
#6 /home/drapajer/public_html/app/code/core/Mage/Core/Model/Resource/Db/Abstract.php(360): Mage_Core_Model_Resource_Db_Abstract->_getReadAdapter()
#7 /home/drapajer/public_html/app/code/core/Mage/Core/Model/Resource/Db/Collection/Abstract.php(134): Mage_Core_Model_Resource_Db_Abstract->getReadConnection()
#8 /home/drapajer/public_html/app/code/core/Mage/Core/Model/Config.php(1348): Mage_Core_Model_Resource_Db_Collection_Abstract->__construct(Object(Mage_Core_Model_Resource_Website))
#9 /home/drapajer/public_html/app/code/core/Mage/Core/Model/Config.php(1380): Mage_Core_Model_Config->getModelInstance('core_resource/w...', Object(Mage_Core_Model_Resource_Website))
#10 /home/drapajer/public_html/app/Mage.php(491): Mage_Core_Model_Config->getResourceModelInstance('core/website_co...', Object(Mage_Core_Model_Resource_Website))
#11 /home/drapajer/public_html/app/code/core/Mage/Core/Model/Abstract.php(208): Mage::getResourceModel('core/website_co...', Object(Mage_Core_Model_Resource_Website))
#12 /home/drapajer/public_html/app/code/core/Mage/Core/Model/Abstract.php(213): Mage_Core_Model_Abstract->getResourceCollection()
#13 /home/drapajer/public_html/app/code/core/Mage/Core/Model/App.php(619): Mage_Core_Model_Abstract->getCollection()
#14 /home/drapajer/public_html/app/code/core/Mage/Core/Model/App.php(477): Mage_Core_Model_App->_initStores()
#15 /home/drapajer/public_html/app/code/core/Mage/Core/Model/App.php(360): Mage_Core_Model_App->_initCurrentStore('', 'store')
#16 /home/drapajer/public_html/app/Mage.php(683): Mage_Core_Model_App->run(Array)
#17 /home/drapajer/public_html/index.php(87): Mage::run('', 'store')
#18 {main}
Thank you very much,
Have a good night
Kind regards
Horace
p.s. feel free to drop me a whatsapp # +40722600887 if you like
This seems to be an issue with the server, not the actual website.
Try contacting your hosting provider and ask them to install/enable PDO on the server.
Edit:
You can run php -m to see all active PHP modules. In the resulting list, you'll want to see pdo_mysql, but I'm guessing you won't.
Just to be safe, you could try to install the PHP module :
apt-get install php7.2-common php7.2-mysql or sudo apt-get install php7.2-common php7.2-mysql. If the response says php7.2-mysql is already the newest version, then more debugging is necessary as you probably have some conflicting configs.
Otherwise, there is a good chance this will fix your issue.

Magento 2 Error: Property "xxx" does not have corresponding setter in class

We are utilizing Magento 2.1 and installed this Store Pickup module that did not install correctly.
The module is disabled through SSH and now we get errors on Checkout related to Store Pickup.
From the logs:
Next Exception: Report ID: webapi-5b689909809ce; Message: Property "PickupStore" does not have corresponding setter in class "Magento\Checkout\Api\Data\ShippingInformationExtensionInterface". in /home/reorder/public_html/vendor/magento/framework/Webapi/ErrorProcessor.php:195
Stack trace:
#0 /home/reorder/public_html/vendor/magento/framework/Webapi/ErrorProcessor.php(139): Magento\Framework\Webapi\ErrorProcessor->_critical(Object(LogicException))
#1 /home/reorder/public_html/vendor/magento/module-webapi/Controller/Rest.php(219): Magento\Framework\Webapi\ErrorProcessor->maskException(Object(LogicException))
#2 /home/reorder/public_html/var/generation/Magento/Webapi/Controller/Rest/Interceptor.php(37): Magento\Webapi\Controller\Rest->dispatch(Object(Magento\Framework\App\Request\Http))
#3 /home/reorder/public_html/vendor/magento/framework/App/Http.php(135): Magento\Webapi\Controller\Rest\Interceptor->dispatch(Object(Magento\Framework\App\Request\Http))
#4 /home/reorder/public_html/vendor/magento/framework/App/Bootstrap.php(258): Magento\Framework\App\Http->launch()
#5 /home/reorder/public_html/routes.php(225): Magento\Framework\App\Bootstrap->run(Object(Magento\Framework\App\Http))
#6 /home/reorder/public_html/wingstop/index.php(6): include('/home/reorder/p...')
#7 {main} [] []
[2018-08-06 18:54:13] main.CRITICAL: LogicException: Property "PickupStore" does not have corresponding setter in class "Magento\Checkout\Api\Data\ShippingInformationExtensionInterface". in /home/reorder/public_html/vendor/magento/framework/Reflection/NameFinder.php:100
Stack trace:
#0 /home/reorder/public_html/vendor/magento/framework/Reflection/NameFinder.php(59): Magento\Framework\Reflection\NameFinder->findAccessorMethodName(Object(Zend\Code\Reflection\ClassReflection), 'PickupStore', 'getPickupStore', 'isPickupStore')
#1 /home/reorder/public_html/vendor/magento/framework/Webapi/ServiceInputProcessor.php(158): Magento\Framework\Reflection\NameFinder->getGetterMethodName(Object(Zend\Code\Reflection\ClassReflection), 'PickupStore')
#2 /home/reorder/public_html/vendor/magento/framework/Webapi/ServiceInputProcessor.php(322): Magento\Framework\Webapi\ServiceInputProcessor->_createFromArray('\\Magento\\Checko...', Array)
#3 /home/reorder/public_html/vendor/magento/framework/Webapi/ServiceInputProcessor.php(175): Magento\Framework\Webapi\ServiceInputProcessor->convertValue(Array, '\\Magento\\Checko...')
#4 /home/reorder/public_html/vendor/magento/framework/Webapi/ServiceInputProcessor.php(322): Magento\Framework\Webapi\ServiceInputProcessor->_createFromArray('Magento\\Checkou...', Array)
#5 /home/reorder/public_html/vendor/magento/framework/Webapi/ServiceInputProcessor.php(119): Magento\Framework\Webapi\ServiceInputProcessor->convertValue(Array, 'Magento\\Checkou...')
#6 /home/reorder/public_html/vendor/magento/module-webapi/Controller/Rest/InputParamsResolver.php(101): Magento\Framework\Webapi\ServiceInputProcessor->process('Magento\\Checkou...', 'saveAddressInfo...', Array)
#7 /home/reorder/public_html/vendor/magento/module-webapi/Controller/Rest.php(299): Magento\Webapi\Controller\Rest\InputParamsResolver->resolve()
#8 /home/reorder/public_html/vendor/magento/module-webapi/Controller/Rest.php(216): Magento\Webapi\Controller\Rest->processApiRequest()
#9 /home/reorder/public_html/var/generation/Magento/Webapi/Controller/Rest/Interceptor.php(37): Magento\Webapi\Controller\Rest->dispatch(Object(Magento\Framework\App\Request\Http))
#10 /home/reorder/public_html/vendor/magento/framework/App/Http.php(135): Magento\Webapi\Controller\Rest\Interceptor->dispatch(Object(Magento\Framework\App\Request\Http))
#11 /home/reorder/public_html/vendor/magento/framework/App/Bootstrap.php(258): Magento\Framework\App\Http->launch()
#12 /home/reorder/public_html/routes.php(225): Magento\Framework\App\Bootstrap->run(Object(Magento\Framework\App\Http))
#13 /home/reorder/public_html/wingstop/index.php(6): include('/home/reorder/p...')
#14 {main}
From what I gather I should try and find the extension_attributes.xml and possibly remove it from there?
If so I cannot find it; is this what I should even be looking for? Any help would be greatly appreciated as users cannot continue past the Shipping Options screen on checkout now.
Also from this answer I am a bit worried to delete ALL the folders in my generation folder. Whenever this Magento 2 instance generates new folders and files / deploys content it always seems to mess something up.
1) Place the store into maintenance mode
bin/magento maintenance:enable
2) delete generation and DI contents
rm -rf var/generation/*
rm -rf var/di/*
3) re-generate these, using the compiler
bin/magento setup:upgrade
bin/magento setup:di:compile
4) disable maintenance mode
bin/magento maintenance:disable
What do you mean by always messes things up? That's probably due to permissions issues on your setup..

how to fix this error in magento?

a:4:{i:0;s:78:"The PDO extension is required for this adapter but the extension is not loaded";i:1;s:1536:"#0 /home/fnmvhnvj/public_html/lib/Zend/Db/Adapter/Abstract.php(247): Zend_Db_Adapter_Pdo_Abstract->setFetchMode(2)
#1 /home/fnmvhnvj/public_html/app/code/core/Mage/Core/Model/Resource.php(165): Zend_Db_Adapter_Abstract->__construct(Array)
#2 /home/fnmvhnvj/public_html/app/code/core/Mage/Core/Model/Resource.php(110): Mage_Core_Model_Resource->_newConnection('pdo_mysql', Object(Mage_Core_Model_Config_Element))
#3 /home/fnmvhnvj/public_html/app/code/core/Mage/Core/Model/Resource/Db/Abstract.php(320): Mage_Core_Model_Resource->getConnection('core_write')
#4 /home/fnmvhnvj/public_html/app/code/core/Mage/Core/Model/Resource/Db/Abstract.php(350): Mage_Core_Model_Resource_Db_Abstract->_getConnection('write')
#5 /home/fnmvhnvj/public_html/app/code/core/Mage/Core/Model/Resource/Db/Abstract.php(335): Mage_Core_Model_Resource_Db_Abstract->_getWriteAdapter()
#6 /home/fnmvhnvj/public_html/app/code/core/Mage/Core/Model/Resource/Config.php(55): Mage_Core_Model_Resource_Db_Abstract->_getReadAdapter()
#7 /home/fnmvhnvj/public_html/app/code/core/Mage/Core/Model/Config.php(354): Mage_Core_Model_Resource_Config->loadToXml(Object(Mage_Core_Model_Config))
#8 /home/fnmvhnvj/public_html/app/code/core/Mage/Core/Model/Config.php(260): Mage_Core_Model_Config->loadDb()
#9 /home/fnmvhnvj/public_html/app/code/core/Mage/Core/Model/App.php(270): Mage_Core_Model_Config->init(Array)
#10 /home/fnmvhnvj/public_html/app/Mage.php(640): Mage_Core_Model_App->init('', 'store', Array)
#11 /home/fnmvhnvj/public_html/index.php(80): Mage::init()
#12 {main}";s:3:"url";s:1:"/";s:11:"script_name";s:10:"/index.php";}
Make sure you have a php.ini file with the following lines near the bottom:
Code:
extension=pdo.so
extension=pdo_sqlite.so
extension=sqlite.so
extension=pdo_mysql.so
If you don't already have this file, go to cPanel -> Software/Services -> PHP Config -> Install php.ini master file. You may also want to set your account to use the "PHP5 (single php.ini)" option under PHP Config.
If those steps don't help, I would try getting in contact with support since they seem to have had some problems Refer LINK
let me know if i can help you more.
As it is saying that the pdo extension is not loaded you should load pdo extension from php.ini
We have used
extension=pdo.so
extension=pdo_mysql.so
extension=php_pdo.dll
extension=php_pdo_mssql.dll
It is working fine.
To load the pdo.so and pdo_mysql.so in EasyApache (apache Update) use load you own profile and choose it from the Exhaustive Options List
:-)

Magento 1.5 install on Mac OSX - Errors on Installer

I'm trying to install Magento 1.5 Community Edition on Mac OSX. I'm using MAMP Pro to redirect the url test.com to run a specific Magento 1.5 folder.
I get a set of error messages before I even begin the install process. Can anyone help decipher?
There has been an error processing your request
SQLSTATE[42000] [1044] Access denied for user ''#'localhost' to database 'andrey_konosov_build'
Trace:
#0 /Applications/MAMP/htdocs/magento15/lib/Zend/Db/Adapter/Pdo/Mysql.php(96): Zend_Db_Adapter_Pdo_Abstract->_connect()
#1 /Applications/MAMP/htdocs/magento15/lib/Varien/Db/Adapter/Pdo/Mysql.php(251): Zend_Db_Adapter_Pdo_Mysql->_connect()
#2 /Applications/MAMP/htdocs/magento15/lib/Zend/Db/Adapter/Abstract.php(459): Varien_Db_Adapter_Pdo_Mysql->_connect()
#3 /Applications/MAMP/htdocs/magento15/lib/Zend/Db/Adapter/Pdo/Abstract.php(238): Zend_Db_Adapter_Abstract->query('SET NAMES utf8', Array)
#4 /Applications/MAMP/htdocs/magento15/lib/Varien/Db/Adapter/Pdo/Mysql.php(333): Zend_Db_Adapter_Pdo_Abstract->query('SET NAMES utf8', Array)
#5 /Applications/MAMP/htdocs/magento15/app/code/core/Mage/Core/Model/Resource/Type/Db/Pdo/Mysql.php(45): Varien_Db_Adapter_Pdo_Mysql->query('SET NAMES utf8')
#6 /Applications/MAMP/htdocs/magento15/app/code/core/Mage/Core/Model/Resource.php(93): Mage_Core_Model_Resource_Type_Db_Pdo_Mysql->getConnection(Object(Mage_Core_Model_Config_Element))
#7 /Applications/MAMP/htdocs/magento15/app/code/core/Mage/Core/Model/Mysql4/Abstract.php(297): Mage_Core_Model_Resource->getConnection('core_read')
#8 /Applications/MAMP/htdocs/magento15/app/code/core/Mage/Core/Model/Mysql4/Abstract.php(312): Mage_Core_Model_Mysql4_Abstract->_getConnection('read')
#9 /Applications/MAMP/htdocs/magento15/app/code/core/Mage/Core/Model/Mysql4/Cache.php(41): Mage_Core_Model_Mysql4_Abstract->_getReadAdapter()
#10 /Applications/MAMP/htdocs/magento15/app/code/core/Mage/Core/Model/Cache.php(434): Mage_Core_Model_Mysql4_Cache->getAllOptions()
#11 /Applications/MAMP/htdocs/magento15/app/code/core/Mage/Core/Model/Cache.php(469): Mage_Core_Model_Cache->_initOptions()
#12 /Applications/MAMP/htdocs/magento15/app/code/core/Mage/Core/Model/App.php(1137): Mage_Core_Model_Cache->canUse('config')
#13 /Applications/MAMP/htdocs/magento15/app/code/core/Mage/Core/Model/Config.php(412): Mage_Core_Model_App->useCache('config')
#14 /Applications/MAMP/htdocs/magento15/app/code/core/Mage/Core/Model/Config.php(294): Mage_Core_Model_Config->_canUseCacheForInit()
#15 /Applications/MAMP/htdocs/magento15/app/code/core/Mage/Core/Model/App.php(395): Mage_Core_Model_Config->loadModulesCache()
#16 /Applications/MAMP/htdocs/magento15/app/code/core/Mage/Core/Model/App.php(329): Mage_Core_Model_App->_initModules()
#17 /Applications/MAMP/htdocs/magento15/app/Mage.php(627): Mage_Core_Model_App->run(Array)
#18 /Applications/MAMP/htdocs/magento15/index.php(80): Mage::run('', 'store')
Are you trying to install the latest RC1 release candidate? I just downloaded it myself, and it looks like their build process (accidentally?) left this information in. The local.xml file is where Magento keeps come configuration information, such as the username and password to use for a database. In previous version of the system, it shipped without a local.xml. This file was created during the installation process.
My guess is, as mentioned, the file was included accidentally. I'd try renaming it to something else, or removing it from the folder, and starting your installation. If that doesn't work, then I'd just enter your mysql DB information in local.xml to work around the problem
Worth reporting as a bug
http://www.magentocommerce.com/bug-tracking
My name is Dmitriy, i'm technical project manager of Magento Core Team. 1.5.0.0-rc1 packages were wrongly packaged and contains local.xml file from test installation. Please remove local.xml file from app/etc folder or download package one more time. We have fixed packages. Sorry for this issue but like you know the old saying sais "He is lifeless that is faultless".
Thank you for pointing this out.
Access denied for user ''#'localhost'...
You are missing a username.
Edit:
Look in the /app/etc/ directory for both local.xml and config.xml. Either of those might already have database details set in advance which would derail the installation process.
Yes, please remove local.xml comming from downloaded archive. It's definety bug.

Magento "adminhtml/system_config_backend_image_favicon" Error

I tried to install the Blank template in Magento and now get the following error printing when trying to access the Admin -> Configuration -> Design section.
Invalid config field backend model: adminhtml/system_config_backend_image_favicon
Trace:
#0 /home/trilight/public_html/magetest/app/code/core/Mage/Adminhtml/Block/System/Config/Form.php(310): Mage::throwException('Invalid config ...')
#1 /home/trilight/public_html/magetest/app/code/core/Mage/Adminhtml/Block/System/Config/Form.php(204): Mage_Adminhtml_Block_System_Config_Form->initFields(Object(Varien_Data_Form_Element_Fieldset), Object(Mage_Core_Model_Config_Element), Object(Mage_Core_Model_Config_Element))
#2 /home/trilight/public_html/magetest/app/code/core/Mage/Adminhtml/Block/System/Config/Edit.php(92): Mage_Adminhtml_Block_System_Config_Form->initForm()
#3 /home/trilight/public_html/magetest/app/code/core/Mage/Adminhtml/controllers/System/ConfigController.php(77): Mage_Adminhtml_Block_System_Config_Edit->initForm()
#4 /home/trilight/public_html/magetest/app/code/core/Mage/Core/Controller/Varien/Action.php(418): Mage_Adminhtml_System_ConfigController->editAction()
#5 /home/trilight/public_html/magetest/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(253): Mage_Core_Controller_Varien_Action->dispatch('edit')
#6 /home/trilight/public_html/magetest/app/code/core/Mage/Core/Controller/Varien/Front.php(176): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
#7 /home/trilight/public_html/magetest/app/code/core/Mage/Core/Model/App.php(304): Mage_Core_Controller_Varien_Front->dispatch()
#8 /home/trilight/public_html/magetest/app/Mage.php(596): Mage_Core_Model_App->run(Array)
#9 /home/trilight/public_html/magetest/index.php(80): Mage::run('', 'store')
#10 {main}
I don't understand what the error is and a simple Google search brings nothing. I have another error when accessing the front end and that is as follows:
Invalid method Mage_Wishlist_Block_Links::addWishlistLink(Array
(
)
)
Trace:
#0 [internal function]: Varien_Object->__call('addWishlistLink', Array)
#1 /home/trilight/public_html/magetest/app/code/core/Mage/Core/Model/Layout.php(347): Mage_Wishlist_Block_Links->addWishlistLink()
#2 /home/trilight/public_html/magetest/app/code/core/Mage/Core/Model/Layout.php(213): Mage_Core_Model_Layout->_generateAction(Array, Array)
#3 /home/trilight/public_html/magetest/app/code/core/Mage/Core/Model/Layout.php(205): Mage_Core_Model_Layout->generateBlocks(Object(Mage_Core_Model_Layout_Element), Object(Mage_Core_Model_Layout_Element))
#4 /home/trilight/public_html/magetest/app/code/core/Mage/Core/Model/Layout.php(209): Mage_Core_Model_Layout->generateBlocks(Object(Mage_Core_Model_Layout_Element))
#5 /home/trilight/public_html/magetest/app/code/core/Mage/Core/Controller/Varien/Action.php(343): Mage_Core_Model_Layout->generateBlocks(Object(Mage_Core_Model_Layout_Element))
#6 /home/trilight/public_html/magetest/app/code/core/Mage/Cms/Helper/Page.php(110): Mage_Core_Controller_Varien_Action->generateLayoutBlocks()
#7 /home/trilight/public_html/magetest/app/code/core/Mage/Cms/Helper/Page.php(52): Mage_Cms_Helper_Page->_renderPage()
#8 /home/trilight/public_html/magetest/app/code/core/Mage/Cms/controllers/IndexController.php(45): Mage_Cms_Helper_Page->renderPage(Object(Mage_Cms_IndexController), 'home')
#9 /home/trilight/public_html/magetest/app/code/core/Mage/Core/Controller/Varien/Action.php(418): Mage_Cms_IndexController->indexAction(Object(Mage_Cms_IndexController), 'home')
#10 /home/trilight/public_html/magetest/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(253): Mage_Core_Controller_Varien_Action->dispatch()
#11 /home/trilight/public_html/magetest/app/code/core/Mage/Core/Controller/Varien/Front.php(176): Mage_Core_Controller_Varien_Router_Standard->match('index')
#12 /home/trilight/public_html/magetest/app/code/core/Mage/Core/Model/App.php(304): Mage_Core_Controller_Varien_Front->dispatch(Object(Mage_Core_Controller_Request_Http))
#13 /home/trilight/public_html/magetest/app/Mage.php(596): Mage_Core_Model_App->run()
#14 /home/trilight/public_html/magetest/index.php(80): Mage::run(Array)
#15 {main}
Any help will be so much appreciated.
Thanks.
Had the same issue but overriding wishlist.xml from the theme I’m using with the wishlist.xml from base/layout fixed this problem.
Finally figured this out. WTH! 1.4.2.0 'upgrade'?!?
Apparently it missed a bunch of files when it 'upgraded'. I assumed incorrectly that it was working and then tried to use 'design' today under configuration. Whoops.
I recommend reading this post.
..And for the favicon error specifically do this:
wget http://svn.magentocommerce.com/source/branches/1.4/app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Image/Favicon.php
place Favicon.php relative to where you see it downloading from in your source.
(This had nothing to do with my end. All perms correct. I own this system. This was an incomplete upgrade per magento core via connect/pear.)
Edit:
Or easier if you dont want to keep finding problems (1.4.2.0):
Grab source:wget http://www.magentocommerce.com/downloads/assets/1.4.2.0/magento-1.4.2.0.tar.gz
untar and change to magento/app/code/core
Be careful you copy carefully and understand next step(!) :
cp -R * /{your_magento_site}/app/code/core
The owner of these files may need to be chowned depending on credentials you copied files as...
All needed 'upgrade' files should now be in place.
Have you tried deleting the var/cache and var/sessions directory ? That should fix this
About the wishlist.xml problem, i had the same problem, disable it in system>configuration>advanced and/or use the whislist.xml from base/layout like Fooligan said.
I'm still searching for a solution for the "Invalid config field backend model: adminhtml/system_config_backend_image_favicon"
So, if someone fixed this....? ;)
has that also happened to you after upgrading magento via connectmanager? I found interesting info saying I should reupload certain folders via ftp - anyone tried that?
It happened after installing the Yoast seo blank theme through connectmanager on a new installation of magento (1.4.2.0)
I don't know if it would make a difference if you install the theme by uploading it via FTP?

Resources