Plogger Support Forum - Error Thu, 28 Mar 2024 08:44:38 +0000 http://www.plogger.org/forum/ Lussumo Vanilla 1.1.10 Error http://www.plogger.org/forum/comments.php?DiscussionID=229&Focus=1171#Comment_1171 http://www.plogger.org/forum/comments.php?DiscussionID=229&Focus=1171#Comment_1171 Thu, 24 Nov 2005 09:09:12 +0000 tarun 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 "C:Inetpubwwwrootmttarunploggerb2/images/school/sports_day_05/sports_day_05_087.jpg" does not exist

The file exists, however.]]>
Error http://www.plogger.org/forum/comments.php?DiscussionID=229&Focus=1174#Comment_1174 http://www.plogger.org/forum/comments.php?DiscussionID=229&Focus=1174#Comment_1174 Thu, 24 Nov 2005 10:49:39 +0000 Plebbi
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 ;)]]>
Error http://www.plogger.org/forum/comments.php?DiscussionID=229&Focus=1196#Comment_1196 http://www.plogger.org/forum/comments.php?DiscussionID=229&Focus=1196#Comment_1196 Fri, 25 Nov 2005 01:36:09 +0000 tarun
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at C:Inetpubwwwrootmttarunploggerb2plog-functions.php:378) in C:Inetpubwwwrootmttarunploggerb2plog-globals.php on line 5

Warning: Cannot modify header information - headers already sent by (output started at C:Inetpubwwwrootmttarunploggerb2plog-functions.php:378) in C:Inetpubwwwrootmttarunploggerb2plog-load_config.php on line 26]]>
Error http://www.plogger.org/forum/comments.php?DiscussionID=229&Focus=1208#Comment_1208 http://www.plogger.org/forum/comments.php?DiscussionID=229&Focus=1208#Comment_1208 Fri, 25 Nov 2005 16:27:39 +0000 mike
If that doesn't work, do a forum search for "headers already sent" there are a bunch of solutions already on the board.]]>