skip to Main Content

PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'admin_newapmasala.core_config_data' doesn't exist in – Magento

Following error occurs with my website address please help me out what to do: PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'admin_newapmasala.core_config_data' doesn't exist in /usr/local/apache/htdocs/vendor/magento/zendframework1/library/Zend/Db/Statement/Pdo.php:228 Stack trace: #0 /usr/local/apache/htdocs/vendor/magento/zendframework1/library/Zend/Db/Statement/Pdo.php(228): PDOStatement->execute(Array) #1 /usr/local/apache/htdocs/vendor/magento/framework/DB/Statement/Pdo/Mysql.php(93): Zend_Db_Statement_Pdo->_execute(Array) #2 /usr/local/apache/htdocs/vendor/magento/zendframework1/library/Zend/Db/Statement.php(303): MagentoFrameworkDBStatementPdoMysql->_execute(Array)…

VIEW QUESTION

Magento 2 – Get Customer Address Id through Shipping Address at Checkout Session

I'm having trouble with getting customer address Id as it returns a null value. This is what I have tried: $checkout = $this->_sessionCheckout->getQuote(); if ($checkout) { $shippingAddress = $checkout->getShippingAddress(); if ($shippingAddress) { $addressId = $shippingAddress->getCustomerAddressId(); $this->_logger->log(100, print_r('address Id: ' .…

VIEW QUESTION

Uncaught Error: Cannot instantiate interface IndexTableRowSizeEstimatorInterface – Magento

I am upgrading our magento 2.1.9 to magento 2.2.7. When reindexing catalog_category_product, it throw this error: [23-Jan-2019 09:49:39 UTC] PHP Fatal error: Uncaught Error: Cannot instantiate interface MagentoFrameworkIndexerIndexTableRowSizeEstimatorInterface in /home/don/Web/fabelio22/vendor/magento/framework/ObjectManager/Factory/AbstractFactory.php:111 Stack trace: #0 /home/don/Web/fabelio22/vendor/magento/framework/ObjectManager/Factory/Compiled.php(108): MagentoFrameworkObjectManagerFactoryAbstractFactory->createObject('Magento\Framewo...', Array) #1 /home/don/Web/fabelio22/vendor/magento/framework/ObjectManager/Factory/Compiled.php(150): MagentoFrameworkObjectManagerFactoryCompiled->create('Magento\Framewo...') #2…

VIEW QUESTION
Back To Top
Search