Warning: Cannot modify header information - headers already sent by (output started at /home/kursprzesa/sklepbeautyforyou/index.php:1) in /home/kursprzesa/sklepbeautyforyou/classes/exception/PrestaShopException.php on line 41

[PrestaShopException]

[ThemeRepository] Theme configuration file not found for theme at `/home/kursprzesa/sklepbeautyforyou/themes/theme_1443/config/theme.yml`.
at line 132 in file src/Core/Addon/Theme/ThemeRepository.php

127.     }
128. 
129.     private function getConfigFromFile($file)
130.     {
131.         if (!$this->filesystem->exists($file)) {
132.             throw new PrestaShopException(sprintf(
133.                 '[ThemeRepository] Theme configuration file not found for theme at `%s`.',
134.                 $file
135.             ));
136.         }
137.