Twig_Error_Syntax [ 0 ]: Unexpected ")" in "videogal.php" at line 76

MODPATH/twig/vendor/lib/Twig/Lexer.php [ 259 ]

254                 $this->brackets[] = array($this->code[$this->cursor], $this->lineno);
255             }
256             // closing bracket
257             elseif (false !== strpos(')]}', $this->code[$this->cursor])) {
258                 if (empty($this->brackets)) {
259                     throw new Twig_Error_Syntax(sprintf('Unexpected "%s"', $this->code[$this->cursor]), $this->lineno, $this->filename);
260                 }
261 
262                 list($expect, $lineno) = array_pop($this->brackets);
263                 if ($this->code[$this->cursor] != strtr($expect, '([{', ')]}')) {
264                     throw new Twig_Error_Syntax(sprintf('Unclosed "%s"', $expect), $lineno, $this->filename);
  1. MODPATH/twig/vendor/lib/Twig/Lexer.php [ 216 ] » Twig_Lexer->lexExpression()

  2. MODPATH/twig/vendor/lib/Twig/Lexer.php [ 115 ] » Twig_Lexer->lexVar()

  3. MODPATH/twig/vendor/lib/Twig/Environment.php [ 469 ] » Twig_Lexer->tokenize(arguments)

  4. MODPATH/twig/vendor/lib/Twig/Environment.php [ 559 ] » Twig_Environment->tokenize(arguments)

  5. MODPATH/twig/vendor/lib/Twig/Environment.php [ 334 ] » Twig_Environment->compileSource(arguments)

  6. MODPATH/twig/classes/Kohana/Twig.php [ 99 ] » Twig_Environment->loadTemplate(arguments)

  7. SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_Twig->render()

  8. APPPATH/views/main/template.php [ 361 ] » Kohana_View->__toString()

  9. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  10. SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture(arguments)

  11. SYSPATH/classes/Kohana/Controller/Template.php [ 44 ] » Kohana_View->render()

  12. APPPATH/classes/Controller/Main.php [ 295 ] » Kohana_Controller_Template->after()

  13. SYSPATH/classes/Kohana/Controller.php [ 87 ] » Controller_Main->after()

  14. {PHP internal call} » Kohana_Controller->execute()

  15. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)

  16. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  17. SYSPATH/classes/Kohana/Request.php [ 997 ] » Kohana_Request_Client->execute(arguments)

  18. DOCROOT/index.php [ 130 ] » Kohana_Request->execute()

Environment