Jump to content

PrestaShopException


Recommended Posts

Shop not found
at 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'))

 

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

  • 1 month later...
  • 2 months later...
×
×
  • Create New...