armengual2 Posted April 8, 2017 Share Posted April 8, 2017 [ThemeRepository] Theme configuration file not found for theme `mitema`.at line 134 in file src/Core/Addon/Theme/ThemeRepository.php 129. }130.131. private function getConfigFromFile($file, $name)132. {133. if (!$this->filesystem->exists($file)) {134. throw new \PrestaShopException(sprintf('[ThemeRepository] Theme configuration file not found for theme `%s`.', $name));135. }136.137. $content = file_get_contents($file);138.139. if (preg_match('/.\.(yml|yaml)$/', $file)) { PrestaShop\PrestaShop\Core\Addon\Theme\ThemeRepository->getConfigFromFile - [line 70 - src/Core/Addon/Theme/ThemeRepository.php] - [2 Arguments] PrestaShop\PrestaShop\Core\Addon\Theme\ThemeRepository->getInstanceByName - [line 158 - src/Core/Addon/Theme/ThemeManager.php] - [1 Arguments] PrestaShop\PrestaShop\Core\Addon\Theme\ThemeManager->enable - [line 269 - controllers/admin/AdminThemesController.php] - [1 Arguments] AdminThemesControllerCore->postProcess - [line 190 - classes/controller/Controller.php] ControllerCore->run - [line 366 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 95 - admin962mqwahi/index.php] alguien sabe como solucionar esto. gracias y un saludo Link to comment Share on other sites More sharing options...
yeremaya Posted April 2, 2018 Share Posted April 2, 2018 Tengo el mismo problema. He creado un tema hijo a partir del tema original y cuando intento seleccionarlo me aparece exactamente ese mensaje. ¿Pudiste solucionarlo? 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