[email protected] Posted November 23, 2013 Share Posted November 23, 2013 Shop not foundat line 389 in file classes/shop/Shop.php 383. // No shop found ... too bad, let's redirect to default shop 384. $default_shop = new Shop(Configuration::get('PS_SHOP_DEFAULT'));385.386. // Hmm there is something really bad in your Prestashop !387. if (!Validate::isLoadedObject($default_shop))388. throw new PrestaShopException('Shop not found');389.390. $params = $_GET;391. unset($params['id_shop']);392. if (!Configuration::get('PS_REWRITING_SETTINGS')) ShopCore::initialize - [line 95 - config/config.inc.php] - [0 Argument] require - [line 33 - adminfire/index.php] - [1 Arguments] After upgrading from 1.4.11 to get this error. What should I do to fix the store. Link to comment Share on other sites More sharing options...
El Patron Posted November 24, 2013 Share Posted November 24, 2013 uhm..this is a tough one. do you have access to your mysql db via phpmyadmin? if so can you check table (yourprefix)_configuration then find field PS_SHOP_DEFAULT what is the value? if the field PS_SHOP_DEFAULT does not exist, add it with value of '1'. http://screencast.com/t/t6RHOjUBU Link to comment Share on other sites More sharing options...
Guille_Oga Posted January 13, 2014 Share Posted January 13, 2014 Hello, I have the same problem, and in the configuration table the PS_SHOP_DEFAULT value is correct; it is 1. ¿Any idea? Thanks. Link to comment Share on other sites More sharing options...
nhocleopro Posted January 14, 2014 Share Posted January 14, 2014 Same problem. Pls help me Link to comment Share on other sites More sharing options...
knowing Posted April 2, 2014 Share Posted April 2, 2014 Same problem... Any ideas? Link to comment Share on other sites More sharing options...
Recommended Posts