ImagickException [ 435 ]: unable to open image `/home/www/nfs-data/html-data/fotodb/user_0000000000/user_00117000/user_00117356/com/0010000000/10466000/10466476.jpg': No such file or directory @ error/blob.c/OpenBlob/2882

/home/www/nfs-data/html-data/functions/preview_tassen.php [ 36 ]

31 		$imageObj =  Model_Image::factory($image_id);
32 		$org_file = $_SERVER['DOCUMENT_ROOT'] . $imageObj->getPathOriginal();
33 		// error_log($org_file);
34 		@mkdir(dirname($templateFile), 0777, true);
35 		@chmod(dirname($templateFile), 0777);
36 		$img = new Imagick($org_file);
37 		$cs = $img->getImageColorspace();
38 		if ($cs == Imagick::COLORSPACE_GRAY) {
39 			$img->setImageColorSpace(Imagick::COLORSPACE_RGB);
40 		}
41 		$nwidth = $nheight = 0;
  1. /home/www/nfs-data/html-data/functions/preview_tassen.php [ 36 ] » Imagick->__construct(arguments)

  2. APPPATH/classes/Controller/Products.php [ 1033 ] » cut_tassen_preview(arguments)

  3. APPPATH/classes/Controller/Products.php [ 345 ] » Controller_Products->action_14()

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

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

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

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

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

  9. /home/www/nfs-data/html-data/pages/kl.php [ 4 ] » Kohana_Request->execute()

  10. /home/www/nfs-data/html-data/index2.php [ 499 ] » include(arguments)

Environment


nach oben

nach unten