ErrorException [ Fatal Error ]: Call to a member function get_address() on null

MODPATH/twig/vendor/Twig/lib/Twig/Extension/Core.php [ 1487 ]

1482   if( !is_null( $p2))
1483     return $object->$function( $p1, $p2);
1484   if( !is_null( $p1))
1485     return $object->$function( $p1);
1486 
1487   return $object->$function();
1488 }
1489 
1490 function twig_call_function( $function, $param1 = null, $param2 = null)
1491 {
1492   if( is_null( $param1))
  1. {PHP internal call} » Kohana_Core::shutdown_handler()

Environment