2014-07-21 1 views
0

Magento에 배송 확장 프로그램을 설치하고 필요한 프로그램을 제거했습니다. 나는> 카탈로그 제품을 관리>과 제품을 클릭로 이동합니다 이제 때 오류를 제공합니다확장 프로그램을 제거한 후 Magento 오류가 발생했습니다.

"

예외 인쇄가 보안상의 이유로 기본적으로 비활성화되어 요청을 처리하는 중에 오류가 발생했습니다."

이 오류 보고서는 다음과 같습니다

a:5:{i:0;s:122:"Source model "chcanpost2module/catalog_product_attribute_source_method" not found for attribute "allowed_shipping_methods"";i:1;s:3400:"#0 /hsphere/local/home/c242672/shopgiftbaskets.ca/includes/src/__default.php(43407): Mage::exception('Mage_Eav', 'Source model "c...') 
#1 /hsphere/local/home/c242672/shopgiftbaskets.ca/includes/src/Mage_Adminhtml_Block_Widget_Form.php(203): Mage_Eav_Model_Entity_Attribute_Abstract->getSource() 
#2 /hsphere/local/home/c242672/shopgiftbaskets.ca/includes/src/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 /hsphere/local/home/c242672/shopgiftbaskets.ca/includes/src/Mage_Adminhtml_Block_Widget_Form.php(144): Mage_Adminhtml_Block_Catalog_Product_Edit_Tab_Attributes->_prepareForm() 
#4 /hsphere/local/home/c242672/shopgiftbaskets.ca/includes/src/__default.php(2591): Mage_Adminhtml_Block_Widget_Form->_beforeToHtml() 
#5 /hsphere/local/home/c242672/shopgiftbaskets.ca/includes/src/Mage_Adminhtml_Block_Catalog_Product_Edit_Tabs.php(79): Mage_Core_Block_Abstract->toHtml() 
#6 /hsphere/local/home/c242672/shopgiftbaskets.ca/includes/src/__default.php(1966): Mage_Adminhtml_Block_Catalog_Product_Edit_Tabs->_prepareLayout() 
#7 /hsphere/local/home/c242672/shopgiftbaskets.ca/includes/src/__default.php(27759): Mage_Core_Block_Abstract->setLayout(Object(Mage_Core_Model_Layout)) 
#8 /hsphere/local/home/c242672/shopgiftbaskets.ca/includes/src/__default.php(27775): Mage_Core_Model_Layout->createBlock('adminhtml/catal...', 'product_tabs') 
#9 /hsphere/local/home/c242672/shopgiftbaskets.ca/includes/src/__default.php(27542): Mage_Core_Model_Layout->addBlock('adminhtml/catal...', 'product_tabs') 
#10 /hsphere/local/home/c242672/shopgiftbaskets.ca/includes/src/__default.php(27508): Mage_Core_Model_Layout->_generateBlock(Object(Mage_Core_Model_Layout_Element), Object(Mage_Core_Model_Layout_Element)) 
#11 /hsphere/local/home/c242672/shopgiftbaskets.ca/includes/src/__default.php(27513): Mage_Core_Model_Layout->generateBlocks(Object(Mage_Core_Model_Layout_Element)) 
#12 /hsphere/local/home/c242672/shopgiftbaskets.ca/includes/src/__default.php(13949): Mage_Core_Model_Layout->generateBlocks() 
#13 /hsphere/local/home/c242672/shopgiftbaskets.ca/includes/src/__default.php(13874): Mage_Core_Controller_Varien_Action->generateLayoutBlocks() 
#14 /hsphere/local/home/c242672/shopgiftbaskets.ca/includes/src/Mage_Adminhtml_Controller_Action.php(275): Mage_Core_Controller_Varien_Action->loadLayout(Array, true, true) 
#15 /hsphere/local/home/c242672/shopgiftbaskets.ca/app/code/core/Mage/Adminhtml/controllers/Catalog/ProductController.php(250): Mage_Adminhtml_Controller_Action->loadLayout(Array) 
#16 /hsphere/local/home/c242672/shopgiftbaskets.ca/includes/src/__default.php(14023): Mage_Adminhtml_Catalog_ProductController->editAction() 
#17 /hsphere/local/home/c242672/shopgiftbaskets.ca/includes/src/__default.php(18385): Mage_Core_Controller_Varien_Action->dispatch('edit') 
#18 /hsphere/local/home/c242672/shopgiftbaskets.ca/includes/src/__default.php(17919): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http)) 
#19 /hsphere/local/home/c242672/shopgiftbaskets.ca/includes/src/__default.php(20519): Mage_Core_Controller_Varien_Front->dispatch() 
#20 /hsphere/local/home/c242672/shopgiftbaskets.ca/app/Mage.php(684): Mage_Core_Model_App->run(Array) 
#21 /hsphere/local/home/c242672/shopgiftbaskets.ca/index.php(87): Mage::run('', 'store') 
#22 {main}";s:3:"url";s:81:"/index.php/admin/catalog_product/edit/id/20/key/c606cdb5ba1d53036e19caab127a32c3/";s:11:"script_name";s:10:"/index.php";s:4:"skin";s:5:"admin";} 

사람이 내가 오류를 제거하기 위해 무엇을 할 수 있는지 알아?

감사합니다.

답변

0

확장 프로그램을 '제거'했다고 말하면 정확한 단계는 무엇입니까?

내가 너라면, 액티브 노드를 false로 설정하여/app/etc/modules의 xml 파일을 통해 모듈을 비활성화하는 방법을 살펴볼 것입니다.

<?xml version="1.0" encoding="utf-8"?> 
<config> 
    <modules> 
     <module_name> 
      <active>false</active> 
      <codePool>community</codePool> 
     </module_name> 
    </modules> 
</config> 

당신이 시스템 -에 젠토의 컴파일러 도구> 도구 -> 컴파일을 실행하는 경우, 일시적으로 해제 시도하고 여전히 오류가 있는지 확인합니다.

+0

코드가 제거 된 것 같습니다. 그걸 제거한 것은 나 자신이 아니었다. 등/응용 프로그램/아래/모듈은 다음 중 하나가 될 것입니다 : Cm_RedisSession Excellence_Ajax Mage_All Mage_Api Mage_Api2 Mage_Authorizenet Mage_Bundle Mage_Captcha Mage_Centinel Mage_Compiler Mage_Connect Mage_CurrencySymbol Mage_Downloadable Mage_ImportExport Mage_Oauth Mage_PageCache Mage_Persistent Mage_Weee Mage_Widget Mage_XmlConnect Phoenix_M oneybookers ThemeOptions_All – user3861734

+0

그래도 컴파일러를 사용하지 않도록 설정하면 오류가 발생합니다. – user3861734

0

알아 냈어. 제거 된 항목이 "allowed_shipping_methods"속성 뒤에 남겨지면 Admin -> Catalog -> Manage Attributes 페이지에서 삭제해야했습니다. 그런 다음 캐시를 지우고 다시 로그인 했으므로 오류가 사라졌습니다.