cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot edit Catalogue (

SOLVED

Cannot edit Catalogue (

Suddenly I am having problems accessing edit/add items in the backend Catalogue. Everything else on the site seems to be working. 

 

I have been struggling with an un/related problem of not being able to display anything other than Paypal in the "Payment method" configuration. I tried removing all 3rd party modules to see if a JS  was interferring, but it wasn't. At some point though, my Catalgo manager stopped working. Below is an example report, and Im not sure which parts are relevant for me to investigate.

 

Any directions would be greatly appreciated!

 

a:5:{i:0;s:97:"Source model "rshipping/entity_attribute_source_method" not found for attribute "shipping_method"";i:1;s:3376:"#0 /default domain/app/code/core/Mage/Eav/Model/Entity/Attribute/Abstract.php(390): Mage::exception('Mage_Eav', 'Source model "r...')
#1 /default domain/app/code/core/Mage/Adminhtml/Block/Widget/Form.php(203): Mage_Eav_Model_Entity_Attribute_Abstract->getSource()
#2 /default domain/app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Attributes.php(70): Mage_Adminhtml_Block_Widget_Form->_setFieldset(Array, Object(Varien_Data_Form_Element_Fieldset), Array)
#3 /default domain/app/code/core/Mage/Adminhtml/Block/Widget/Form.php(144): Mage_Adminhtml_Block_Catalog_Product_Edit_Tab_Attributes->_prepareForm()
#4 /default domain/app/code/core/Mage/Core/Block/Abstract.php(922): Mage_Adminhtml_Block_Widget_Form->_beforeToHtml()
#5 /default domain/app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tabs.php(79): Mage_Core_Block_Abstract->toHtml()
#6 /default domain/app/code/core/Mage/Core/Block/Abstract.php(297): Mage_Adminhtml_Block_Catalog_Product_Edit_Tabs->_prepareLayout()
#7 /default domain/app/code/core/Mage/Core/Model/Layout.php(456): Mage_Core_Block_Abstract->setLayout(Object(Mage_Core_Model_Layout))
#8 /default domain/app/code/core/Mage/Core/Model/Layout.php(472): Mage_Core_Model_Layout->createBlock('adminhtml/catal...', 'product_tabs')
#9 /default domain/app/code/core/Mage/Core/Model/Layout.php(239): Mage_Core_Model_Layout->addBlock('adminhtml/catal...', 'product_tabs')
#10 /default domain/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))
#11 /default domain/app/code/core/Mage/Core/Model/Layout.php(210): Mage_Core_Model_Layout->generateBlocks(Object(Mage_Core_Model_Layout_Element))
#12 /default domain/app/code/core/Mage/Core/Controller/Varien/Action.php(344): Mage_Core_Model_Layout->generateBlocks()
#13 /default domain/app/code/core/Mage/Core/Controller/Varien/Action.php(269): Mage_Core_Controller_Varien_Action->generateLayoutBlocks()
#14 /default domain/app/code/core/Mage/Adminhtml/Controller/Action.php(285): Mage_Core_Controller_Varien_Action->loadLayout(Array, true, true)
#15 /default domain/app/code/core/Mage/Adminhtml/controllers/Catalog/ProductController.php(250): Mage_Adminhtml_Controller_Action->loadLayout(Array)
#16 /default domain/app/code/core/Mage/Core/Controller/Varien/Action.php(418): Mage_Adminhtml_Catalog_ProductController->editAction()
#17 /default domain/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(254): Mage_Core_Controller_Varien_Action->dispatch('edit')
#18 /default domain/app/code/core/Mage/Core/Controller/Varien/Front.php(172): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
#19 /default domain/app/code/core/Mage/Core/Model/App.php(365): Mage_Core_Controller_Varien_Front->dispatch()
#20 /default domain/app/Mage.php(684): Mage_Core_Model_App->run(Array)
#21 /default domain/index.php(83): Mage::run('', 'store')
#22 {main}";s:3:"url";s:83:"/index.php/admin/catalog_product/edit/id/3196/key/86a9fa336a295e2242e3bc988ffe68ef/";s:11:"script_name";s:10:"/index.php";s:4:"skin";s:5:"admin";}

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Cannot edit Catalogue

Problem solved by manually removing an flawed attribute from EAV table in mysql. 

View solution in original post

2 REPLIES 2

Re: Cannot edit Catalogue

Problem solved:

 

The Shipping methods EAV attribute was set to "All products". My products are rental products and setting it to "Simple Product" (of which I have none) cleared the display of the products catalog (all of which are configured as Reservation products.

Re: Cannot edit Catalogue

Problem solved by manually removing an flawed attribute from EAV table in mysql.