Deprecated: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead in /web/htdocs/www.ghisleri.net/home/shop/src/Adapter/EntityMapper.php on line 99

[PrestaShopException]

[ThemeRepository] Theme configuration file not found for theme at `/web/htdocs/www.ghisleri.net/home/shop/themes/ap_olay/config/theme.yml`.
at line 144 in file src/Core/Addon/Theme/ThemeRepository.php

139.     }
140. 
141.     private function getConfigFromFile($file)
142.     {
143.         if (!$this->filesystem->exists($file)) {
144.             throw new PrestaShopException(sprintf(
145.                 '[ThemeRepository] Theme configuration file not found for theme at `%s`.',
146.                 $file
147.             ));
148.         }
149.