Not signed in (Sign In)

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

    • CommentAuthorkingsoul
    • CommentTimeOct 8th 2006 edited
     
    I'm looking for some one to help me get plogger working on my site. I love the tool and what it can do, but after following the instructions I cant get it to work. It halfway works. Some things i can do and some I cannot. For example if i delete an image after uploading a gallery. it gives me this error:

    Failed: $AvailableImageOutputFormats = array(text;wbmp;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 "75" 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 "D:hshomemykohhkonsolekingz.comv5/images/events/gamerz_challenge/img_3851.JPG" does not exist

    I have know idea how to fix this. Also, I can only upload one image at a time, and it gives me an error similiar to the one above. When i get the error, I have to keep refreshing the page to make it upload the rest of the images.

    I can still finish my site, but I would like to be able to edit my galleries. I cant do that now.

    I don't have a huge budget, but I can pay something.

    If you can help me please contact me at cj@konsolekingz.com - serious request only.
    •  
      CommentAuthormike
    • CommentTimeOct 8th 2006
     
    Open up plog-functions.php and edit line 75. Change:

    $phpThumb->src = $source_file_name;

    to

    $phpThumb->setSourceFileName($source_file_name);
    • CommentAuthorkingsoul
    • CommentTimeOct 10th 2006
     
    Let me try this. I just sent you an email. if this works, then please negate it.
    • CommentAuthorkingsoul
    • CommentTimeOct 10th 2006
     
    That worked Mike, but now the page is now longer showing my large images. it gives me this error:

    Unknown column 'num_comments' in 'order clause'

    SELECT id FROM `plogger_pictures` WHERE parent_album = 37 ORDER BY `num_comments` ASC
    • CommentAuthorkingsoul
    • CommentTimeOct 10th 2006
     
    okay I found the fix you posted for this error. Thanks so much. Gotta love searches.