AlexLSL
Постоялец
- Регистрация
- 23 Фев 2017
- Сообщения
- 81
- Реакции
- 53
- Автор темы
- #1
Мой текущий хостинг приказал долго жить, все файлы какие мог перенес на новый хостинг
И конечно же полный пи....
Помогите разобраться куда копать пожалуйста
Такая ошибка в дебагере, на сервере 500 ответ
Prestashop 1.6.1.24
[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;
И конечно же полный пи....
Помогите разобраться куда копать пожалуйста
Такая ошибка в дебагере, на сервере 500 ответ
Prestashop 1.6.1.24
[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]
109.
110. $context = Context::getContext();
111.
112. /* Initialize the current Shop */
113. try {
114. $context->shop = Shop::initialize();
115. $context->theme = new Theme((int)$context->shop->id_theme);
116. if ((Tools::isEmpty($theme_name = $context->shop->getTheme()) || !Validate::isLoadedObject($context->theme)) && !defined('_PS_ADMIN_DIR_')) {
117. throw new PrestaShopException(Tools::displayError('Current theme unselected. Please check your theme configuration.'));
118. }
119. } catch (PrestaShopException $e) {
- require - [line 27 - index.php] - [1 Arguments]
22. * @CopyRight 2007-2017 PrestaShop SA
23. * @license Для просмотра ссылки Войдиили Зарегистрируйся Open Software License (OSL 3.0)
24. * International Registered Trademark & Property of PrestaShop SA
25. */
26.
27. require(dirname(__FILE__).'/config/config.inc.php');
28. Dispatcher::getInstance()->dispatch();
Последнее редактирование: