ErrorException [ Deprecated ]: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead

SYSPATH\classes\Kohana\Arr.php [ 104 ]

 99 			// The path has already been separated into keys
100 			$keys = $path;
101 		}
102 		else
103 		{
104 			if (array_key_exists($path, $array))
105 			{
106 				// No need to do extra processing
107 				return $array[$path];
108 			}
109 
  1. SYSPATH\classes\Kohana\Arr.php [ 104 ] » Kohana_Core::error_handler()

  2. SYSPATH\classes\Kohana\Config.php [ 116 ] » Kohana_Arr::path()

  3. APPPATH\views\shared\template\base.php [ 10 ] » Kohana_Config->load()

  4. SYSPATH\classes\Kohana\View.php [ 61 ] » include(arguments)

  5. SYSPATH\classes\Kohana\View.php [ 348 ] » Kohana_View::capture()

  6. SYSPATH\classes\Kohana\View.php [ 228 ] » Kohana_View->render()

  7. SYSPATH\classes\Kohana\Response.php [ 160 ] » Kohana_View->__toString()

  8. MODPATH\template\classes\Kohana\ControllerRoot.php [ 39 ] » Kohana_Response->body()

  9. SYSPATH\classes\Kohana\Controller.php [ 87 ] » Kohana_ControllerRoot->after()

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

  11. SYSPATH\classes\Kohana\Request\Client\Internal.php [ 97 ] » ReflectionMethod->invoke()

  12. SYSPATH\classes\Kohana\Request\Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request()

  13. SYSPATH\classes\Kohana\Request.php [ 986 ] » Kohana_Request_Client->execute()

  14. DOCROOT\index.php [ 118 ] » Kohana_Request->execute()

Environment