hi..
After install plugins ..
I created template page to test..
in page I wrote following code to retrieve all posts with feature image,
$args = array(
'post_type' => 'post',
'posts_per_page' => -1
);
$rand_posts = get_posts( $args );
foreach ( $rand_posts as $post ) {
$thumb = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), 'full' );
echo $url = $thumb['0']; ?>
<img src='<?php thumbGen($url,171,56,"effect=grayscale&halign=left&valign=top"); ?>' alt='' />
<?php }
i got error.every time in foreach.here it is…
Warning: imagejpeg() [function.imagejpeg]: Unable to open 'C:/wamp/www/C:\wamp\www\testing_cart\wordpress/wp-content/thumbgen_cache/ddd13e6ff4bebb83bf2dbd2577b99c1d.jpg' for writing: Invalid argument in C:\wamp\www\testing_cart\wordpress\wp-content\plugins\thumbgen\thumbGen.php on line 159
]]>
For some reason we get all black images with the 2.6 and 2.6.1 version of thumbgen. previous versions works just fine.
GDlib2 is there, fopen is on.. and we have no idea what causes it.
How can we debug this properly?
]]>The background colour option does not seem to be working. If I do a rotate then the default background appears pink, if I put something like “rotate=12&background=#ffffff” then the rotate does not work at all.
]]>The new settings are just annoying. Why keep changing things, both times I have upadted the plugin it has stopped working.
The first version of the plugin was super simple and easy, you are overdoing it with new options.
]]>