et-taousy Posted March 30, 2015 Share Posted March 30, 2015 When i upgrade my project to 1.6.14 i get this error no think go , pleasee a need urgent helppp. [PrestaShopException] Current theme unselected. Please check your theme configuration. at line 103 in file config/config.inc.php 98. try 99. { 100. $context->shop = Shop::initialize(); 101. $context->theme = new Theme((int)$context->shop->id_theme); 102. if ((Tools::isEmpty($theme_name = $context->shop->getTheme()) || !Validate::isLoadedObject($context->theme)) && !defined('_PS_ADMIN_DIR_')) 103. throw new PrestaShopException(Tools::displayError('Current theme unselected. Please check your theme configuration.')); 104. } 105. catch (PrestaShopException $e) 106. { 107. $e->displayMessage(); 108. } Link to comment Share on other sites More sharing options...
Sjaack Posted July 27, 2015 Share Posted July 27, 2015 Hi Same issue, Can anybody help please? Thanks 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