Closed lucasmontec closed 6 years ago
Uncaught Exception: ContextErrorException .
ContextErrorException in Generator.php line 183: Notice: Undefined index: entries
protected function getContentTypes($contentTypeName) { $contentTypes = []; if ($contentTypeName === null) { foreach ($this->config->getSiteWideFeed()->getContentTypes() as $name => $type) { $contentTypes[$name] = $this->contentTypes[$type]; } } else { $contentTypes[$contentTypeName] = $this->contentTypes[$contentTypeName]; }
Error on configuration. My bad, I was missing the setup to show the correct entries.
Uncaught Exception: ContextErrorException .
ContextErrorException in Generator.php line 183: Notice: Undefined index: entries