Thumbnail problems
Status: Beta
Brought to you by:
pixzone
There appears to be a problem with the creation of
thumbnails and other resized images, when the path of
the album contains a blank.
The error message of show.php is "error: invalid resize
option" or similar messages.
The solution is to put an additional line into
common.php, function makeshowlink() before the return
statement:
$album_name = str_replace(" ", "%20", $album_name);
Logged In: YES
user_id=23848
it's not just the blanks. I got filenames which contain ( ,
) , & and yappa fails to create thumpnails for these files too.