Jump to content

Eroare dupa instalare prestashop - agrochimbt.ro


Recommended Posts

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

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...