Kohana_Exception [ 0 ]: Not an image or invalid image:

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. MODPATH/kohana-imagefly/classes/ImageFly.php [ 165 ] » Kohana_Image::factory(arguments)

  4. MODPATH/kohana-imagefly/classes/ImageFly.php [ 79 ] » ImageFly->_set_params()

  5. MODPATH/kohana-imagefly/classes/Controller/ImageFly.php [ 14 ] » ImageFly->__construct()

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

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

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

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

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

  11. APPPATH/bootstrap.php [ 175 ] » Kohana_Request->execute()

  12. DOCROOT/index.php [ 115 ] » require(arguments)

Environment