- changed status to resolved
Issue #70
resolved
https://sentry.svcover.nl/cover/cover-php/issues/62/
Twig_Error_Loader: Unable to find template "single.twig" (looked into: themes/default/views/besturen). File "vendor/twig/twig/lib/Twig/Loader/Filesystem.php", line 232, in findTemplate throw new Twig_Error_Loader($this->errorCache[$name]); File "vendor/twig/twig/lib/Twig/Loader/Filesystem.php", line 150, in getCacheKey $path = $this->findTemplate($name); File "vendor/twig/twig/lib/Twig/Environment.php", line 329, in getTemplateClass $key = $this->getLoader()->getCacheKey($name).$this->optionsHash; File "vendor/twig/twig/lib/Twig/Environment.php", line 419, in loadTemplate $cls = $mainCls = $this->getTemplateClass($name); File "include/view.php", line 202, in render $template = $this->twig->loadTemplate($template_file); ... (6 additional frame(s) were not displayed)
Comments (1)
-
reporter - Log in to comment
Don't try to access single pages that do not exist. This fixes issue 70.
→ <<cset 01172f579fa8>>