2010-07-11 3 views
0

새로운 체크 아웃을 수행하고 데이터베이스를 내보내거나 가져옴으로써 개발중인 서버에서 공개 웹 서버로 웹 사이트를 이동하고있었습니다.SQLSTATE [42S02] : 기본 테이블 또는 뷰를 찾을 수 없음 :

a:5:{i:0;s:113:"SQLSTATE[42S02]: Base table or view not found: 1146 Table 'openbox.catalog_category_entity_varchar' doesn't exist";i:1;s:2369:"#0 /lib/Zend/Db/Statement.php(305): Zend_Db_Statement_Pdo->_execute(Array) 
    #1 /lib/Zend/Db/Adapter/Abstract.php(468): Zend_Db_Statement->execute(Array) 
    #2 /lib/Zend/Db/Adapter/Pdo/Abstract.php(238): Zend_Db_Adapter_Abstract->query('SELECT `attr_ta...', Array) 
    #3 /lib/Varien/Db/Adapter/Pdo/Mysql.php(333): Zend_Db_Adapter_Pdo_Abstract->query('SELECT `attr_ta...', Array) 
    #4 /lib/Zend/Db/Adapter/Abstract.php(706): Varien_Db_Adapter_Pdo_Mysql->query(Object(Varien_Db_Select), Array) 
    #5 /app/code/local/Mage/Eav/Model/Entity/Abstract.php(851): Zend_Db_Adapter_Abstract->fetchAll(Object(Varien_Db_Select)) 
    #6 /app/code/local/Mage/Catalog/Model/Resource/Eav/Mysql4/Abstract.php(587): Mage_Eav_Model_Entity_Abstract->load(Object(Mage_Catalog_Model_Category), 5, NULL) 
    #7 /app/code/local/Mage/Core/Model/Abstract.php(223): Mage_Catalog_Model_Resource_Eav_Mysql4_Abstract->load(Object(Mage_Catalog_Model_Category), 5, NULL) 
    #8 /app/code/local/Mage/Catalog/controllers/CategoryController.php(51): Mage_Core_Model_Abstract->load(5) 
    #9 /app/code/local/Mage/Catalog/controllers /CategoryController.php(73): Mage_Catalog_CategoryController->_initCatagory() 
    #10 /app/code/local/Mage/Core/Controller/Varien/Action.php(418): Mage_Catalog_CategoryController->viewAction() 
    #11 /app/code/local/Mage/Core/Controller/Varien/Router/Standard.php(254): Mage_Core_Controller_Varien_Action->dispatch('view') 
    #12 /app/code/local/Mage/Core/Controller/Varien/Front.php(177): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http)) 
    #13 /app/code/local/Mage/Core/Model/App.php(304): Mage_Core_Controller_Varien_Front->dispatch() 
    #14 /app/Mage.php(596): Mage_Core_Model_App->run(Array) 
    #15 index.php(78): Mage::run('', 'store') 

이 젠토 버전 1.4.0.1입니다 : 그 후, 모든 catalog_category 모델에 대한 액세스 웹 사이트 나누기가있는 경우를 제외하고는 다음과 같은 오류가 보고서에서 작동합니다. 나는 많은 시간을 온라인으로 조사한 결과 많은 사람들이 비슷한 오류를 가지고 있다는 것을 알았지 만 우리의 경우에는 아무런 해결책도 없었다.

'catalog_category_entity_varchar'테이블이 데이터베이스에 항목과 함께 존재합니다. localent.xml에 테이블 접두사가 지정되지 않았더라도 magento가 테이블에 접두사를 추가하는 것처럼 보입니다. 나는 그것이 깨고있는 것이라고 생각한다.

당신이 생각하는 어떤 생각이나 조언이이 오류의 원인입니까? 내가 어디를 봐야 할까?

답변

1

cd /magento/var/cache 
rm -rf* 
시도