Shop not found
at line 438 in file classes/shop/Shop.php
433. // No shop found ... too bad, let's redirect to default shop
434. $default_shop = new Shop((int) Configuration::get('PS_SHOP_DEFAULT'));
435.
436. // Hmm there is something really bad in your Prestashop !
437. if (!Validate::isLoadedObject($default_shop)) {
438. throw new PrestaShopException('Shop not found');
439. }
440.
441. $params = $_GET;
442. unset($params['id_shop']);
443. $url = $default_shop->domain;
112.
113. $context = Context::getContext();
114.
115. /* Initialize the current Shop */
116. try {
117. $context->shop = Shop::initialize();
118. } catch (PrestaShopException $e) {
119. $e->displayMessage();
120. }
121. define('_THEME_NAME_', $context->shop->theme->getName());
122. define('_PARENT_THEME_NAME_', $context->shop->theme->get('parent') ?: '');
22. * @author PrestaShop SA and Contributors <contact@prestashop.com>
23. * @copyright Since 2007 PrestaShop SA and Contributors
24. * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
25. */
26.
27. require dirname(__FILE__).'/config/config.inc.php';
28. Dispatcher::getInstance()->dispatch();
Argument [0] /home/gobuildco/cb-dev1-1.gobuild.co.za/config/config.inc.php