Twig_Error_Runtime [ 0 ]: An exception has been thrown during the rendering of a template ("Invalid method slug called in Model_News").

MODPATH/twig/vendor/Twig/lib/Twig/Template.php [ 172 ]

167         try {
168             $this->doDisplay($context, $blocks);
169         } catch (Twig_Error $e) {
170             throw $e;
171         } catch (Exception $e) {
172             throw new Twig_Error_Runtime(sprintf('An exception has been thrown during the rendering of a template ("%s").', $e->getMessage()), -1, null, $e);
173         }
174     }
175 
176     /**
177      * Renders the template with the given context and returns it as string.
  1. MODPATH/twig/vendor/Twig/lib/Twig/Environment.php(304) : eval()'d code [ 30 ] » Twig_Template->display(arguments)

  2. MODPATH/twig/vendor/Twig/lib/Twig/Template.php [ 168 ] » __TwigTemplate_64d12f6e31d9d651a48f03422196f412->doDisplay(arguments)

  3. MODPATH/twig/vendor/Twig/lib/Twig/Template.php [ 187 ] » Twig_Template->display(arguments)

  4. MODPATH/twig/classes/kohana/twig.php [ 408 ] » Twig_Template->render(arguments)

  5. MODPATH/twig/classes/kohana/controller/template/twig.php [ 67 ] » Kohana_Twig->render()

  6. {PHP internal call} » Kohana_Controller_Template_Twig->after()

  7. SYSPATH/classes/kohana/request/client/internal.php [ 135 ] » ReflectionMethod->invoke(arguments)

  8. SYSPATH/classes/kohana/request.php [ 1138 ] » Kohana_Request_Client_Internal->execute(arguments)

  9. DOCROOT/index.php [ 109 ] » Kohana_Request->execute()

Environment