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(arguments)

  2. SYSPATH/classes/kohana/config.php [ 110 ] » Kohana_Arr::path(arguments)

  3. APPPATH/classes/url.php [ 45 ] » Kohana_Config->load(arguments)

  4. APPPATH/classes/view.php(45) : eval()'d code [ 10 ] » URL::image(arguments)

  5. APPPATH/classes/view.php [ 45 ] » eval()

  6. SYSPATH/classes/kohana/view.php [ 343 ] » View::capture(arguments)

  7. SYSPATH/classes/kohana/view.php [ 228 ] » Kohana_View->render()

  8. APPPATH/classes/view.php(45) : eval()'d code [ 1 ] » Kohana_View->__toString()

  9. APPPATH/classes/view.php [ 45 ] » eval()

  10. SYSPATH/classes/kohana/view.php [ 343 ] » View::capture(arguments)

  11. SYSPATH/classes/kohana/controller/template.php [ 44 ] » Kohana_View->render()

  12. {PHP internal call} » Kohana_Controller_Template->after()

  13. SYSPATH/classes/kohana/request/client/internal.php [ 121 ] » ReflectionMethod->invoke(arguments)

  14. SYSPATH/classes/kohana/request/client.php [ 64 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  15. SYSPATH/classes/kohana/request.php [ 1141 ] » Kohana_Request_Client->execute(arguments)

  16. DOCROOT/index.php [ 134 ] » Kohana_Request->execute()

Environment