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

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

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

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

  3. MODPATH/ariol/classes/Lib/Image.php [ 186 ] » Kohana_Image::factory(arguments)

  4. APPPATH/views/site/portfolio/section.php [ 47 ] » Lib_Image::crop(arguments)

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

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

  7. MODPATH/ariol/classes/Extasy/View.php [ 27 ] » Kohana_View->render(arguments)

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

  9. MODPATH/ariol/classes/Extasy/Controller.php [ 66 ] » Kohana_View->__toString()

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

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

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

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

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

  15. DOCROOT/index.php [ 130 ] » Kohana_Request->execute()

Environment