Kohana_Exception [ 0 ]: Not an image or invalid image: DOCROOT/image/product/shirts/casual-oxford-shirt-blue-2.jpg

MODPATH/image/classes/Kohana/Image.php [ 112 ]

107 			// Ignore all errors while reading the image
108 		}
109 
110 		if (empty($file) OR empty($info))
111 		{
112 			throw new Kohana_Exception('Not an image or invalid image: :file',
113 				[':file' => Debug::path($file)]);
114 		}
115 
116 		// Store the image information
117 		$this->file   = $file;
  1. MODPATH/image/classes/Kohana/Image/GD.php [ 91 ] » Kohana_Image->__construct(arguments)

  2. MODPATH/image/classes/Kohana/Image.php [ 59 ] » Kohana_Image_GD->__construct(arguments)

  3. APPPATH/classes/Utils.php [ 281 ] » Kohana_Image::factory(arguments)

  4. APPPATH/views/desktop/content/shop/product/blocks/metadata.php [ 47 ] » Utils::get_image_thumbnail(arguments)

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

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

  7. APPPATH/classes/Controller/Content/Shop/Product.php [ 231 ] » Kohana_View->render()

  8. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Content_Shop_Product->action_index()

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

  10. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 94 ] » ReflectionMethod->invoke(arguments)

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

  12. SYSPATH/classes/Kohana/Request.php [ 1000 ] » Kohana_Request_Client->execute(arguments)

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

Environment