ytsejam74 Posted June 24, 2014 Share Posted June 24, 2014 Ho già pubblicato un topic in inglese. L'installazione su Aruba in hosting linux della ver. 1.5.6.2 si ferma con un errore: *ERROR* 2014/06/23 - 22:52:39: Current theme unselected. Please check your theme configuration. at line 97 in file config/config.inc.php L'errore è un eccezione generata da questo pezzo di codice : 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(); } Qualunque mi sa spiegare (sono un principiante di php ) o conosce questo tipo di errore ? Avevo fatto i test su un ambiente di sviluppo in locale su PC con WAMP ed ero riuscito ad installare correttamente sia la 1.5.6.2 che la 1.6.x Schermata dell'errore a questo link: https://plus.google.com/112043170196241083134/posts/Tfqv2fUvv5G Link to comment Share on other sites More sharing options...
ytsejam74 Posted June 26, 2014 Author Share Posted June 26, 2014 Risolto grazie a Ventoforte Ciao, hosting Aruba....e ti pareva :-) Allora, tramite FTP accedi alla cartella INSTALL e poi DATA. All'interno di quest'ultima cartella troverai il file " db_structure.sql " Aprilo e sostituisci in tutto il testo contenuto nel file " ENGINE=ENGINE_TYPE " con " ENGINE=MYISAM ". Se ricordo bene sono circa 270 sostituzioni. ATTENTO AGLI SPAZI BIANCHI!!!!! Dopo questa operazione ri-lancia l'installazione (preoccupandoti di chiamare il db in un altro modo...esempio ps4_ o ps10_ ) e vedrai che andrà tutto liscio come l'olio. Il motivo di tutto ciò risiede nel fatto che il database Mysql di Aruba impone di default, quale motore di DB, "InnoDB" mal sopportato da Prestashop che preferisce, al contratio MyISAM. 1 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