Not signed in (Sign In)

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

    • CommentAuthordude
    • CommentTimeOct 5th 2005
     
    hello,

    i've installed this script (realy great script btw), but i cant upload any pictures. I get this error.

    -------------------------------------------
    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 "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 "/home/breezahslet.nl/www/images/breezah/blond/4vv.jpg" does not exist
    -------------------------------------------

    I realy dont know why, i hope you can help me.

    thnx alot =)
    • CommentAuthoromnirob
    • CommentTimeOct 23rd 2005
     
    I have the same problem as Dude. Is there anybody who can help us.
    •  
      CommentAuthormike
    • CommentTimeOct 23rd 2005
     
    One solution to try:

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

    Another solution to try:
    Do a mass replace on the PHP files in the Exifer directory (within LIB) and replace "<?" with "<?php".

    The first one should work...
    • CommentAuthorpamj
    • CommentTimeApr 23rd 2007
     
    HI I wonder if anyone can please help - I have been uploading to my website without any problems whatsoever - until today - I have tried various photos of different sizes (I thought one was maybe a little smaller) but to no avail all I am getting is ! in the yellow triangle - not anything else at all - there is no view of the image on the gallery so obviously something is a little wrong! Would be really grateful if anyone can shed any light on this - OH isn't home, just when I need him!
    Thanks in advance.
    • CommentAuthorgje32
    • CommentTimeApr 23rd 2007
     
    I've just had this error on the firs time ever I am using the software:

    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 "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 "/usr/home/yggwyr/public_html/oriel/uploads/test/geek.jpg" does not exist

    Shouldn't happen I guess.

    Gareth
    • CommentAuthorpamj
    • CommentTimeApr 24th 2007
     
    At least you are getting some sort of failed - I am just getting the yellow triangle with an exclamation mark - it is still happening today, and it doesn't seem to matter what size photo I upload, it has never happened before and just because I neeed to upload it's not working! Maybe there is a problem with the site in general???

    All I can do I suppose is just keep checking until it works again good luck gje32 maybe we will have some success over the next day or so?
    • CommentAuthorkyle32
    • CommentTimeJun 16th 2007
     
    im getting the same error with the yellow triangle with the exclamation mark in it, i never had this before can somebody please help me fix this, please email me at kyle32(at)tpg(dot)com(dot)au

    cheers
    • CommentAuthorricniven
    • CommentTimeSep 19th 2008
     
    @kyle32,

    Make sure the folders of albums/collections that you've created in Plogger under /images have been set to 777 permissions. ... mine wasn't working because these folders weren't set to 777. I now have the /image folder set to 755 while the folder under that one (called all_dog_pics) is set to 777 and I can upload photos successfully. It's not a case of having the entire images directory set to 777 because then your photos wont even show, you need to have the folders that actually have your photos in set to 777.