I am getting this error when submitting photos through the Import utility:
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" ......
Any ideas on what is going on and how I can fix the script? Thanks!
I'm getting the very same error message. Strange thing - the "$AvailableImageOutputFormats = array(text;wbmp;gif;png;jpeg)" tells about jpeg not jpg output format so I tried to rename the photos to have .jpeg extension, but after that Plogger no longer shows them in the Import dialog.
The $phpThumb->src = $source_file_name; for $phpThumb->setSourceFileName($source_file_name); trick worked for me, the images were imported but no thumbnails were generated. Also the /thumbs directory is empty