Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorT2
    • CommentTimeFeb 25th 2006
     
    I just installed Plogger on a new server and I get the following error messege when I try to upload an image.

    Failed: $AvailableImageOutputFormats = array(text;wbmp;gif;png;jpeg) in file "phpthumb.class.php" on line 519 $this->thumbnailFormat set to $this->config_output_format "jpeg" in file "phpthumb.class.php" on line 529 $this->thumbnailFormat staying as "jpeg" because "" ($this->f) is not in $AvailableImageOutputFormats in file "phpthumb.class.php" on line 539 $this->thumbnailQuality set to "95" in file "phpthumb.class.php" on line 546 $this->config_cache_directory () is not a directory in file "phpthumb.class.php" on line 587 SetCacheFilename() failed because $this->config_cache_directory is empty in file "phpthumb.class.php" on line 1815 GetImageSize("") failed in file "phpthumb.class.php" on line 1800 starting SourceImageToGD() in file "phpthumb.class.php" on line 1886 Not using EXIF thumbnail data because $this->config_use_exif_thumbnail_for_speed is FALSE in file "phpthumb.class.php" on line 1889 phpThumb() v1.6.0-200507180958 "/home/haileys/public_html/ploggerb2/images/album_one/3_to_4_months/hailey002.jpg" does not exist

    additional info:
    The image is a .jpg
    GD 2.0.28 is installed and active

    any help would be much appreciated.....THX
    T2
    •  
      CommentAuthormike
    • CommentTimeFeb 25th 2006
     
    This is a pretty easy fix I think, just search the forum comments for "$AvailableImageOutputFormats"
    • CommentAuthorT2
    • CommentTimeFeb 26th 2006
     
    Found it. THX Mike. Here's the fix should anyone else run into this problem.

    Posted by Plebbi Nov. 24, 2005:

    Open up plog-functions.php and edit line 75. Change:
    $phpThumb->src = $source_file_name;
    to
    $phpThumb->setSourceFileName($source_file_name);

    This works if its on linux dont know about windows but check ;)
  1.  
    Wooo! Thanks for posting this solution T2. I had the same problem. What an easy fix! There should be a warning for Linux users!
    • CommentAuthorT2
    • CommentTimeMar 16th 2006
     
    My pleasure jessejoedotcom. I'm glad it worked for you.

    Regards,
    T2
    • CommentAuthorwesman
    • CommentTimeApr 4th 2006
     
    Doesn't seem to work for windows: getting this; any ideas?

    Fatal error: Call to undefined function: imagesavealpha() in c:mysiteploggerlibphpthumbphpthumb.class.php on line 1634
    •  
      CommentAuthormike
    • CommentTimeApr 4th 2006
     
    Confirm that you have PHP 4 >= 4.3.2 and GD >= 2.01. I suspect you have older versions of one or the other.
    • CommentAuthorcc
    • CommentTimeSep 15th 2006 edited
     
    help!?!