Apparently view=read is accessible on the old board page

Issue #70 resolved
Jelmer van der Linde created an issue

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)

  1. Log in to comment