ErrorException [ Notice ]: Trying to get property of non-object

MODPATH/cms_core/classes/HTTP/Exception/404.php [ 24 ]

19         else
20         {
21             // Generate a nicer looking 404 page.
22             return Response::factory()
23                 ->status(404)
24                 ->body(Twig_Helper::render('error_pages/404'.Kohana_Twig::$config->suffix, array(
25                     'message' => $this->getMessage(),
26                 )));
27         }
28 
29     }
  1. MODPATH/cms_core/classes/HTTP/Exception/404.php [ 24 ] » Kohana_Core::error_handler(arguments)

  2. SYSPATH/classes/Kohana/Request.php [ 976 ] » HTTP_Exception_404->get_response()

  3. DOCROOT/index.php [ 118 ] » Kohana_Request->execute()

Environment