Jump to content
  • Posts

    3
  • Joined

  • Last visited

Profile Information

  • Location
    Varna
  • Activity
    Agency

[email protected]'s Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. After specifying the categories in the menu and displays error 500. Please help me to solve the problem
  2. [PrestaShopException] Shop not found at line 400 in file classes/shop/Shop.php 394. // No shop found ... too bad, let's redirect to default shop 395. $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] require - [line 34 - admin/index.php] - [1 Arguments] 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 34 - admin/index.php] - [1 Arguments]28. define('_PS_ADMIN_DIR_', getcwd()); 29. 30. if (!defined('PS_ADMIN_DIR')) 31. define('PS_ADMIN_DIR', _PS_ADMIN_DIR_); 32. 33. require(_PS_ADMIN_DIR_.'/../config/config.inc.php'); 34. require(_PS_ADMIN_DIR_.'/functions.php'); 35. 36. //small test to clear cache after upgrade 37. if (Configuration::get('PS_UPGRADE_CLEAR_CACHE')) 38. { After Upgrade 1.4.11 to 1.6.0.9 .... It was this error. Pls help me...
  3. 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')) 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.
×
×
  • Create New...