master0000 Posted November 8, 2023 Share Posted November 8, 2023 necesito ayuda para resolver este problema en Prestashop Version 1.6.1.18 [PrestaShopException] Shop not found at line 404 in file classes/shop/Shop.php 399. // No shop found ... too bad, let's redirect to default shop 400. $default_shop = new Shop(Configuration::get('PS_SHOP_DEFAULT')); 401. 402. // Hmm there is something really bad in your Prestashop ! 403. if (!Validate::isLoadedObject($default_shop)) { 404. throw new PrestaShopException('Shop not found'); 405. } 406. 407. $params = $_GET; 408. unset($params['id_shop']); 409. $url = $default_shop->domain; ShopCore::initialize - [line 114 - config/config.inc.php] require - [line 27 - index.php] - [1 Arguments] Link to comment Share on other sites More sharing options...
ExpertoPrestaShop Posted November 8, 2023 Share Posted November 8, 2023 Revisa en la tabla configuration si el registro PS_SHOP_DEFAULT tiene un valor de ID de tienda valido, sino cámbialo manualmente. Link to comment Share on other sites More sharing options...
master0000 Posted November 8, 2023 Author Share Posted November 8, 2023 esa tabla no lo encuentro en phpmyadmin? donde puedo ubicarlo este Registro enviame fotos paso por paso como puedo solucionar este problema Link to comment Share on other sites More sharing options...
master0000 Posted November 8, 2023 Author Share Posted November 8, 2023 encontre ps_configuration pero no veo PS_SHOP_DEFAULT no lo veo ni en mi phpmyadmin database ni en ps_configuration Link to comment Share on other sites More sharing options...
ExpertoPrestaShop Posted November 8, 2023 Share Posted November 8, 2023 Pues no se realmente como desapareció ese registro de tu tienda: Link to comment Share on other sites More sharing options...
master0000 Posted November 8, 2023 Author Share Posted November 8, 2023 TENGO QUE selecionar esta table ps1_configuration como localizo exactamente este registro Link to comment Share on other sites More sharing options...
ExpertoPrestaShop Posted November 9, 2023 Share Posted November 9, 2023 Estimado, al parecer no existe ese registro en la tabla configuration de tu BD, tienes que crearlo tal cual te envié en captura de pantalla anterior. Saludos 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