Litebrygg Posted August 3, 2025 Share Posted August 3, 2025 I have been trying to install PS 9 a couple of times around now, but cant go past 20% - installation of 8.x works perfectly, but even update from 8.x to 9 fails at the same point. Fil permissions is checked - tried to make a new DB, and clear content- Any ideas? Error logg from install 1: PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'cipzwhrru_litebrygg.lb_configuration' doesn't exist in /customers/a/a/d/cipzwhrru/webroots/df0a30fb/classes/db/DbPDO.php:149 Stack trace: #0 /customers/a/a/d/cipzwhrru/webroots/df0a30fb/classes/db/DbPDO.php(149): PDO->query('SELECT c.`name`...') #1 /customers/a/a/d/cipzwhrru/webroots/df0a30fb/classes/db/Db.php(381): DbPDOCore->_query('SELECT c.`name`...') #2 /customers/a/a/d/cipzwhrru/webroots/df0a30fb/classes/db/Db.php(618): DbCore->query('SELECT c.`name`...') #3 /customers/a/a/d/cipzwhrru/webroots/df0a30fb/classes/Configuration.php(182): DbCore->executeS('SELECT c.`name`...') #4 /customers/a/a/d/cipzwhrru/webroots/df0a30fb/classes/Configuration.php(230): ConfigurationCore::loadConfiguration() #5 /customers/a/a/d/cipzwhrru/webroots/df0a30fb/classes/ObjectModel.php(1043): ConfigurationCore::get('PS_LANG_DEFAULT') #6 /customers/a/a/d/cipzwhrru/webroots/df0a30fb/classes/ObjectModel.php(960): ObjectModelCore->validateField('name', 'Default') #7 /customers/a/a/d/cipzwhrru/webroots/df0a30fb/classes/ObjectModel.php(245): ObjectModelCore->validateFields() #8 /customers/a/a/d/cipzwhrru/webroots/df0a30fb/classes/shop/ShopGroup.php(68): ObjectModelCore->getFields() #9 /customers/a/a/d/cipzwhrru/webroots/df0a30fb/classes/ObjectModel.php(543): ShopGroupCore->getFields() #10 /customers/a/a/d/cipzwhrru/webroots/df0a30fb/src/PrestaShopBundle/Install/Install.php(553): ObjectModelCore->add() #11 /customers/a/a/d/cipzwhrru/webroots/df0a30fb/src/PrestaShopBundle/Install/Install.php(434): PrestaShopBundle\Install\Install->createShop('Litebrygg') #12 /customers/a/a/d/cipzwhrru/webroots/df0a30fb/install/controllers/http/process.php(188): PrestaShopBundle\Install\Install->installDefaultData('Litebrygg', 'no', false, true) #13 /customers/a/a/d/cipzwhrru/webroots/df0a30fb/install/controllers/http/process.php(101): InstallControllerHttpProcess->processInstallDefaultData() #14 /customers/a/a/d/cipzwhrru/webroots/df0a30fb/install/classes/controllerHttp.php(265): InstallControllerHttpProcess->process() #15 /customers/a/a/d/cipzwhrru/webroots/df0a30fb/install/index.php(56): InstallControllerHttp::execute() #16 {main} Next PrestaShopException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'cipzwhrru_litebrygg.lb_configuration' doesn't exist in /customers/a/a/d/cipzwhrru/webroots/df0a30fb/classes/db/DbPDO.php:151 Stack trace: #0 /customers/a/a/d/cipzwhrru/webroots/df0a30fb/classes/db/Db.php(381): DbPDOCore->_query('SELECT c.`name`...') #1 /customers/a/a/d/cipzwhrru/webroots/df0a30fb/classes/db/Db.php(618): DbCore->query('SELECT c.`name`...') #2 /customers/a/a/d/cipzwhrru/webroots/df0a30fb/classes/Configuration.php(182): DbCore->executeS('SELECT c.`name`...') #3 /customers/a/a/d/cipzwhrru/webroots/df0a30fb/classes/Configuration.php(230): ConfigurationCore::loadConfiguration() #4 /customers/a/a/d/cipzwhrru/webroots/df0a30fb/classes/ObjectModel.php(1043): ConfigurationCore::get('PS_LANG_DEFAULT') #5 /customers/a/a/d/cipzwhrru/webroots/df0a30fb/classes/ObjectModel.php(960): ObjectModelCore->validateField('name', 'Default') #6 /customers/a/a/d/cipzwhrru/webroots/df0a30fb/classes/ObjectModel.php(245): ObjectModelCore->validateFields() #7 /customers/a/a/d/cipzwhrru/webroots/df0a30fb/classes/shop/ShopGroup.php(68): ObjectModelCore->getFields() #8 /customers/a/a/d/cipzwhrru/webroots/df0a30fb/classes/ObjectModel.php(543): ShopGroupCore->getFields() #9 /customers/a/a/d/cipzwhrru/webroots/df0a30fb/src/PrestaShopBundle/Install/Install.php(553): ObjectModelCore->add() #10 /customers/a/a/d/cipzwhrru/webroots/df0a30fb/src/PrestaShopBundle/Install/Install.php(434): PrestaShopBundle\Install\Install->createShop('Litebrygg') #11 /customers/a/a/d/cipzwhrru/webroots/df0a30fb/install/controllers/http/process.php(188): PrestaShopBundle\Install\Install->installDefaultData('Litebrygg', 'no', false, true) #12 /customers/a/a/d/cipzwhrru/webroots/df0a30fb/install/controllers/http/process.php(101): InstallControllerHttpProcess->processInstallDefaultData() #13 /customers/a/a/d/cipzwhrru/webroots/df0a30fb/install/classes/controllerHttp.php(265): InstallControllerHttpProcess->process() #14 /customers/a/a/d/cipzwhrru/webroots/df0a30fb/install/index.php(56): InstallControllerHttp::execute() #15 {main} Link to comment Share on other sites More sharing options...
Whittaker54 Posted August 3, 2025 Share Posted August 3, 2025 You're encountering a critical database issue during the PrestaShop 9 installation. The key error is: pgsql CopyEdit Base table or view not found: 1146 Table 'cipzwhrru_litebrygg.lb_configuration' doesn't exist This means the installer is trying to access a configuration table that hasn't been created yet—usually indicating the database initialization step failed or was skipped. Here are 2-line actionable suggestions: Link to comment Share on other sites More sharing options...
TheoBast Posted August 3, 2025 Share Posted August 3, 2025 I have tried a clean PS 9.0 installation but it also stops on 20% I get HTTP 500 error in the install window and have the option to start over again. Tried to manually copy over the installation files and set the correct properties r/w rights on the folders. Same error during installation. All ok in PS PHP Info Link to comment Share on other sites More sharing options...
Nickz Posted August 3, 2025 Share Posted August 3, 2025 1st why PS 9 as almost everyone says to not install the highly experimental 9ner Version? You might find this useful: https://www.thedataops.org/resolving-the-laravel-sqlstate42s02-error-base-table-or-view-not-found/ Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now