Jump to content

[PrestaShopException] Shop not found at line 404 in file classes/shop/Shop.php


master0000

Recommended Posts

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]

 

Unjkjkk-removebg-preview(1).jpg

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...