[email protected] Posted December 17, 2016 Share Posted December 17, 2016 Pokouším se migrovat prestu na wedos a nedaří se mi. Po přenosu dat a webu se mi nedaří přihlásit do administrace a místo webu se mi zobrazuje po zapnutí debug módu tato chyba: [PrestaShopException]Shop not foundat line 400 in file classes/shop/Shop.php 394. // No shop found ... too bad, let's redirect to default shop395. $default_shop = new Shop(Configuration::get('PS_SHOP_DEFAULT'));396. 397. // Hmm there is something really bad in your Prestashop !398. if (!Validate::isLoadedObject($default_shop))399. throw new PrestaShopException('Shop not found');400. 401. $params = $_GET;402. unset($params['id_shop']);403. $url = $default_shop->domain;404. if (!Configuration::get('PS_REWRITING_SETTINGS')) ShopCore::initialize - [line 97 - config/config.inc.php]91. $context = Context::getContext();92. 93. /* Initialize the current Shop */94. try 95. {96. $context->shop = Shop::initialize();97. $context->theme = new Theme((int)$context->shop->id_theme);98. if ((Tools::isEmpty($theme_name = $context->shop->getTheme()) || !Validate::isLoadedObject($context->theme)) && !defined('_PS_ADMIN_DIR_'))99. throw new PrestaShopException(Tools::displayError('Current theme unselected. Please check your theme configuration.'));100. }101. catch (PrestaShopException $e) require - [line 27 - index.php] - [1 Arguments] 21. * @copyright 2007-2014 PrestaShop SA22. * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)23. * International Registered Trademark & Property of PrestaShop SA24. */25. 26. require(dirname(__FILE__).'/config/config.inc.php');27. Dispatcher::getInstance()->dispatch(); Před zapnutím debugu se mi zobrazovala chyba 500. Hledám na různých fórech už třetí den a nedaří se mi na nic přijít. Budete někdo vědět co s tím? Link to comment Share on other sites More sharing options...
tuk66 Posted December 19, 2016 Share Posted December 19, 2016 To vypadá na neúplný přenos souborů. Nejspíš nějaké chybí nebo je jich na serveru jen půlka. Občas se to stává při přenosu velkého množství souborů přes FTP. Nejlepší cesta je, jak dostat všechny soubory na server, zabalit je do zipu a v administraci hostingu (cPanel) je rozbalit. Hosting tuto možnost musí podporovat. 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