Jump to content

Configure shop information Error during Installation


Recommended Posts

hello

in ubuntu14.04 while I am installing PrestaShop in the last step in Configure Shop information I face an

 

error & there is no information about the error

 

PLZ help . thanks in advance

 

post-813926-0-74353000-1404623164_thumb.png

Link to comment
Share on other sites

try looking in the "log" folder to see if there is an installation log file.  it might contain some information, and if lucky, what the error is.

 

This is the Error :

 

*ERROR*         2014/07/05 - 07:38:45: Current theme unselected. Please check your theme configuration. at line 100 in file config/config.inc.php

 

 

Link to comment
Share on other sites

This appears to be the code that is failing.

/* Initialize the current Shop */
try
{
    $context->shop = Shop::initialize();
    $context->theme = new Theme((int)$context->shop->id_theme);
    if ((Tools::isEmpty($theme_name = $context->shop->getTheme()) || !Validate::isLoadedObject($context->theme)) && !defined('_PS_ADMIN_DIR_'))
        throw new PrestaShopException(Tools::displayError('Current theme unselected. Please check your theme configuration.'));
}
catch (PrestaShopException $e)
{
    $e->displayMessage();
}

What version of Prestashop are you trying to install?

Link to comment
Share on other sites

  • 2 weeks 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...