ErrorException [ Warning ]: fopen(http://hotdownloads2.com/trialware/download/Download_trial-aiseesoft-total-media-converter-5238.exe?item=18294-181&affiliate=68891): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found

APPPATH/classes/controller/program.php [ 356 ]

351         }
352 
353         $isFile = preg_match('/\.exe|\.msi|\.zip|\.rar|\.pkg/', $download_link);
354         $handle = false;
355         if ($isFile) {
356             $handle = fopen($download_link, "rb");
357         }
358         if ((FALSE !== $handle) && $isFile) {
359             header('Content-Description: File Transfer');
360             header('Content-Type: application/octet-stream');
361             header('Content-Disposition: attachment; filename="' . basename($download_link) . '"');
  1. {PHP internal call} » Kohana_Core::error_handler(arguments)

  2. APPPATH/classes/controller/program.php [ 356 ] » fopen(arguments)

  3. {PHP internal call} » Controller_Program->action_manuel_load(arguments)

  4. SYSPATH/classes/kohana/request.php [ 1114 ] » ReflectionMethod->invokeArgs(arguments)

  5. APPPATH/bootstrap.php [ 605 ] » Kohana_Request->execute()

  6. DOCROOT/index.php [ 86 ] » require(arguments)

Environment