Ben bu php resim jeneratörü http://phpthumb.gxdlabs.com/ kullanmaya çalışıyorum ve ben aşağıda hatayı almaya devam ediyorum.
Warning: imagejpeg() [function.imagejpeg]: Unable to open 'Images/uploaded/thumbnails/' for writing: No such file or directory in D:\Data\Websites\wamp\www\StephsSite\PHP\phpThumb\GdThumb.inc.php on line 672
İşte benim senaryom
<?php
require_once 'PHP/phpThumb/ThumbLib.inc.php';
$options = array('jpegQuality' => 80, 'preserveAlpha' => true);
try {
$thumb = PhpThumbFactory::create('Images/Drew.jpg', $options);
}
catch (Exception $e) {
echo "problems...";
}
$thumb->adaptiveResize(200,200)->save('Images/uploaded/thumbnails/');
?>
and here's some of my file structure testThumb.php/Images/uploaded/thumbnails