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. MODPATH/image/classes/Kohana/Image.php [ 49 ] » Kohana_Config->load()

  4. APPPATH/classes/Model/Photos.php [ 162 ] » Kohana_Image::factory()

  5. APPPATH/views/front/catalog/product.php [ 178 ] » Model_Photos::getPhotoSizes()

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

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

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

  9. APPPATH/views/front/layout.php [ 280 ] » Kohana_View->__toString()

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

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

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

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

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

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

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

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

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

Environment