Jump to content

Migrating To Dev Version Problem


Recommended Posts

Hello everyone! I believe that can help with my problem here.

I have a problem with a migrating my shop to dev version shop. Adress of my dev version shop is a http://test.domain.com , this page  that contains error http://pix.my/NpCqTr8U?1448259381 .

 

Current theme unselected. Please check your theme configuration.
at line 100 in file config/config.inc.php

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)102. {103. 	$e->displayMessage();

Can you help me to resolve this problem?

Sorry about my english and thanks in advance!

Edited by Alexander25 (see edit history)
Link to comment
Share on other sites

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...