Jump to content

error php al crear un tema hijo


Recommended Posts

[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)) {

alguien sabe como solucionar esto.

gracias y un saludo

Link to comment
Share on other sites

  • 11 months later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...