mage-enhanced-admin-grids icon indicating copy to clipboard operation
mage-enhanced-admin-grids copied to clipboard

Issues when upgradingdev_test.customgrid_role_profile

Open shirtsofholl opened this issue 9 years ago • 0 comments

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'dev_test.customgrid_role_profile' doesn't exist

I'll try to dive into this

Trace: #0 public_html/lib/Varien/Db/Statement/Pdo/Mysql.php(110): Zend_Db_Statement_Pdo->_execute(Array) #1 public_html/app/code/core/Zend/Db/Statement.php(291): Varien_Db_Statement_Pdo_Mysql->_execute(Array) #2 public_html/lib/Zend/Db/Adapter/Abstract.php(480): Zend_Db_Statement->execute(Array) #3 public_html/lib/Zend/Db/Adapter/Pdo/Abstract.php(238): Zend_Db_Adapter_Abstract->query('SELECT DISTINCT...', Array) #4 public_html/lib/Varien/Db/Adapter/Pdo/Mysql.php(504): Zend_Db_Adapter_Pdo_Abstract->query('SELECT DISTINCT...', Array) #5 public_html/lib/Zend/Db/Adapter/Abstract.php(737): Varien_Db_Adapter_Pdo_Mysql->query(Object(Varien_Db_Select), Array) #6 public_html/.modman/mage-enhanced-admin-grids/app/code/community/BL/CustomGrid/Model/Mysql4/Grid.php(396): Zend_Db_Adapter_Abstract->fetchAll(Object(Varien_Db_Select)) #7 public_html/.modman/mage-enhanced-admin-grids/app/code/community/BL/CustomGrid/Model/Mysql4/Grid/Collection.php(76): BL_CustomGrid_Model_Mysql4_Grid->getGridRoles(Array) #8 public_html/.modman/mage-enhanced-admin-grids/app/code/community/BL/CustomGrid/Model/Mysql4/Grid/Collection.php(26): BL_CustomGrid_Model_Mysql4_Grid_Collection->addRolesConfigToResult() #9 public_html/lib/Varien/Data/Collection/Db.php(587): BL_CustomGrid_Model_Mysql4_Grid_Collection->_afterLoad() #10 public_html/.modman/mage-enhanced-admin-grids/app/code/community/BL/CustomGrid/Model/Observer.php(133): Varien_Data_Collection_Db->load() #11 public_html/.modman/mage-enhanced-admin-grids/app/code/community/BL/CustomGrid/Model/Observer.php(394): BL_CustomGrid_Model_Observer->getGridModelsCollection() #12 public_html/app/code/core/Mage/Core/Model/App.php(1338): BL_CustomGrid_Model_Observer->onControllerActionPreDispatch(Object(Varien_Event_Observer)) #13 public_html/app/code/core/Mage/Core/Model/App.php(1317): Mage_Core_Model_App->_callObserverMethod(Object(BL_CustomGrid_Model_Observer), 'onControllerAct...', Object(Varien_Event_Observer)) #14 public_html/app/Mage.php(468): Mage_Core_Model_App->dispatchEvent('controller_acti...', Array) #15 public_html/app/code/core/Mage/Core/Controller/Varien/Action.php(527): Mage::dispatchEvent('controller_acti...', Array) #16 public_html/app/code/core/Mage/Adminhtml/Controller/Action.php(160): Mage_Core_Controller_Varien_Action->preDispatch() #17 public_html/app/code/core/Mage/Core/Controller/Varien/Action.php(407): Mage_Adminhtml_Controller_Action->preDispatch() #18 public_html/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(254): Mage_Core_Controller_Varien_Action->dispatch('index') #19 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)) #20 public_html/app/code/core/Mage/Core/Model/App.php(354): Mage_Core_Controller_Varien_Front->dispatch() #21 public_html/app/Mage.php(705): Mage_Core_Model_App->run(Array) #22 public_html/index.php(105): Mage::run('soh_nl', 'store')

shirtsofholl avatar Feb 12 '16 16:02 shirtsofholl