AdrianKiwi Posted March 1, 2021 Share Posted March 1, 2021 Salut, am instalat astazi prestashop pe site-ul meu agrochimbt.ro, am conectat baza de date si toate problemele le-am rezolvat, dar apoi mi-a dat eroarea aceasta. https://i.imgur.com/k892IE1.png [PrestaShopException] Shop not found at line 418 in file classes/shop/Shop.php 413. // No shop found ... too bad, let's redirect to default shop 414. $default_shop = new Shop(Configuration::get('PS_SHOP_DEFAULT')); 415. 416. // Hmm there is something really bad in your Prestashop ! 417. if (!Validate::isLoadedObject($default_shop)) { 418. throw new PrestaShopException('Shop not found'); 419. } 420. 421. $params = $_GET; 422. unset($params['id_shop']); 423. $url = $default_shop->domain; ShopCore::initialize - [line 118 - config/config.inc.php] 113. 114. $context = Context::getContext(); 115. 116. /* Initialize the current Shop */ 117. try { 118. $context->shop = Shop::initialize(); 119. } catch (PrestaShopException $e) { 120. $e->displayMessage(); 121. } 122. define('_THEME_NAME_', $context->shop->theme->getName()); 123. define('_PARENT_THEME_NAME_', $context->shop->theme->get('parent') ?: ''); require - [line 27 - index.php] - [1 Arguments] Argument [0] /volume1/web/agrochimbt.ro/config/config.inc.php Link to comment Share on other sites More sharing options...
MihaiAlex Posted March 2, 2021 Share Posted March 2, 2021 Sterge cache/class_index.php pentru a face rebuild si dupa mai vedem daca da eroare care este cauza. Link to comment Share on other sites More sharing options...
AdrianKiwi Posted March 2, 2021 Author Share Posted March 2, 2021 7 minutes ago, MihaiAlex said: Sterge cache/class_index.php pentru a face rebuild si dupa mai vedem daca da eroare care este cauza. Din pacate doar atat am, . Link to comment Share on other sites More sharing options...
MihaiAlex Posted March 4, 2021 Share Posted March 4, 2021 Salveaza tot folderul de cache si apoi sterge continutul lui. 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