[PrestaShopException]

[ThemeRepository] Theme configuration file not found for theme at `/home/armolanf/armolan.es/themes/classic_child/config/theme.yml`.
at line 161 in file src/Core/Addon/Theme/ThemeRepository.php

156.     }
157. 
158.     private function getConfigFromFile($file)
159.     {
160.         if (!$this->filesystem->exists($file)) {
161.             throw new PrestaShopException(sprintf('[ThemeRepository] Theme configuration file not found for theme at `%s`.', $file));
162.         }
163. 
164.         $content = file_get_contents($file);
165. 
166.         if (preg_match('/.\.(yml|yaml)$/', $file)) {