Jump to content

Urgent upgrade the 1.6.9 to 1.6.14 no theme to select


Recommended Posts

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

  • 3 months later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...