Jump to content

Problema aggiornamenti a 16.0.11 & 16.0.8


NovaWebSE

Recommended Posts

Buon giorno,

sta alcuni giorni sto per impazzire con prestashop , di solito è molto stabile senza nessun problema . Ho effettuato un aggiornamento da una versione vecchia :

 

da 1.4.6.2 a 1.5.6.2 manualmete e tutto è andato bene .

da 15.6.2  a 16.0.8 arrivano i problemi

 

1 - il lato amministrativo non riesce a installare piu i temi e mi ritrovo con un tema installato ma non riesco a selezionarlo

2 - Lato utente attivata la funzione Dev mi trovo questo errore :

 

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();
104. }

 

qualche idea di come risolvere , grazie a tutti 

Link to comment
Share on other sites

Grazie in effetti nella tabella id_shop non era selezionato nessun theme. Ok è stato risolto in maniera manuale ma mi preoccupa il fatto in possibile aggiornamento futuro. 

Ho messo manualmente id _theme e il sito funziona . Suppongo che sia un problema di db allora che non comunica in maniera corretta. 

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