Twig_Error_Runtime [ 0 ]: An exception has been thrown during the rendering of a template ("Invalid method name called in Model_CatalogItem") in "catalog\/request\/quickView.html" at line 12.

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

177         try {
178             $this->doDisplay($context, $blocks);
179         } catch (Twig_Error $e) {
180             throw $e;
181         } catch (Exception $e) {
182             throw new Twig_Error_Runtime(sprintf('An exception has been thrown during the rendering of a template ("%s").', $e->getMessage()), -1, null, $e);
183         }
184     }
185 
186     /**
187      * Renders the template with the given context and returns it as string.
  1. MODPATH/twig/vendor/Twig/lib/Twig/Template.php [ 197 ] » Twig_Template->display(arguments)

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

  3. MODPATH/twig/classes/kohana/twig.php [ 186 ] » Kohana_Twig->render()

  4. SYSPATH/classes/kohana/response.php [ 225 ] » Kohana_Twig->__toString()

  5. MODPATH/twig/classes/kohana/controller/template/twig.php [ 67 ] » Kohana_Response->body(arguments)

  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 [ 207 ] » Kohana_Request->execute()

Environment