ehsan Posted July 6, 2014 Share Posted July 6, 2014 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 Link to comment Share on other sites More sharing options...
bellini13 Posted July 6, 2014 Share Posted July 6, 2014 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. Link to comment Share on other sites More sharing options...
ehsan Posted July 7, 2014 Author Share Posted July 7, 2014 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 More sharing options...
bellini13 Posted July 7, 2014 Share Posted July 7, 2014 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 More sharing options...
ehsan Posted July 8, 2014 Author Share Posted July 8, 2014 I got this "prestashop_1.6.0.8.zip" Link to comment Share on other sites More sharing options...
bellini13 Posted July 9, 2014 Share Posted July 9, 2014 have you opened a report in the bug tracker tool? I think PS developers will need to assist you if this issue is isolated to your hosting environment Link to comment Share on other sites More sharing options...
ehsan Posted July 10, 2014 Author Share Posted July 10, 2014 No I haventI have installed a older version and that was OKthank you for spending time for my problem Link to comment Share on other sites More sharing options...
ehsan Posted July 10, 2014 Author Share Posted July 10, 2014 I think the promblem is my server , when I install the presta on a vm that works but on my server does'ntmay the "nginx , php5-fpm" mariadb" cuse this problem? Link to comment Share on other sites More sharing options...
ehsan Posted July 21, 2014 Author Share Posted July 21, 2014 That was because of "Mysql Replication" 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