Warning: getimagesize(): Filename cannot be empty in /home/v/vkosolapov/dom-meha.ru/public_html/modules/image/classes/Kohana/Image.php on line 98

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

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

  5. MODPATH/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 [ 990 ] » Kohana_Request_Client->execute(arguments)

  11. DOCROOT/index.php [ 123 ] » Kohana_Request->execute()

Environment