Jump to content

installation halted by unknown error


Recommended Posts

Hi, i am trying to installing prestashop 1.5.6.2 without success. I had buyed a web space on Aruba (italian hosting site). The installation process halts with an unknown error. I look inside Log folder finding a file where is written:

 

*ERROR*     2014/06/23 - 22:52:39: Current theme unselected. Please

check your theme configuration. at line 97 in file config/config.inc.php

 

I look inside the file config.inc.php. Here the code:

 

try

{

     $context->shop = Shop::initialize();

     if (Tools::isEmpty($theme_name = $context->shop->getTheme()) &&

!defined('_PS_ADMIN_DIR_'))

          throw new PrestaShopException(Tools::displayError('Current

theme unselected. Please check your theme configuration.')); } catch (PrestaShopException $e) {

     $e->displayMessage();

}

 

 

The installation process ends correctly in my test environment on my local computer ( using Wamp ). 

 

 

Is there some kind of settings/parameters in my hosting web space that i must check ?

 

 

 

I attach the screenshot error:

 

 

ps+error.png

Link to comment
Share on other sites

[sOLVED] Here the solution:

 

 

Inside the folder /install/data

edit file " db_structure.sql "

replace all the strings ( pay attention at blank spaces in strings ) :

 

ENGINE=ENGINE_TYPE "

 

with:

 

 ENGINE=MYISAM "

then start again installation!  The issue is related to  the engine of mysql db: Aruba default settings is "InnoDb" that badly works with PS instead of "Myisam" that works fine.

 

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

  • 1 month later...

ytsejam74 you are a saviour!

 

I've been trying all day to fix this error and your solution worked!

 

For anyone else who has this problem, if your using Webfusion hosting making the change above (in the db_structure.sql file) should work if your getting stuck at the 23%, Create default shop and languages installation error.

 

Thank you :)

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