Al actualizar la version me ha dado un error 500, tras hacer visible el error el resultado es este:
[PrestaShopException]Tema actual no disponible "default". Por favor verifique el nombre del directorio de temas y licencias. at line 259 in file classes/controller/FrontController.php
254. Tools::redirect('index.php?controller=authentication'.($this->authRedirection ? '&back='.$this->authRedirection : '')); 255. } 256. 257. /* Theme is missing */ 258. if (!is_dir(_PS_THEME_DIR_)) { 259. throw new PrestaShopException((sprintf(Tools::displayError('Current theme unavailable "%s". Please check your theme directory name and permissions.'), basename(rtrim(_PS_THEME_DIR_, '/\\'))))); 260. } 261. 262. if (Configuration::get('PS_GEOLOCATION_ENABLED')) { 263. if (($new_default = $this->geolocationManagement($this->context->country)) && Validate::isLoadedObject($new_default)) { 264. $this->context->country = $new_default;
FrontControllerCore->init - [line 170 - classes/controller/Controller.php]
ControllerCore->run - [line 367 - classes/Dispatcher.php]
DispatcherCore->dispatch - [line 28 - index.php]