Kohana_Exception [ 0 ]: Could not read file to send: 239915225.ppt

SYSPATH/classes/Kohana/Response.php [ 458 ]

453 			$file = fopen($filename, 'rb');
454 		}
455 
456 		if ( ! is_resource($file))
457 		{
458 			throw new Kohana_Exception('Could not read file to send: :file', array(
459 				':file' => $download,
460 			));
461 		}
462 
463 		// Inline or download?
  1. APPPATH/classes/Controller/Ajax.php [ 553 ] » Kohana_Response->send_file(arguments)

  2. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Ajax->action_download()

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

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

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

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

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

Environment