I've noticed that all file extensions are working except for JPG or GIF. I have been looking at the Error Logs and it looks as if the Uploader is attempting to Resize the image, but I checked NO to Resize in the Config.
Here is my most recent Log:
Code:
11.11.2009 11:55:22 - 1. Config loaded
11.11.2009 11:55:22 - 2. Authenification sucessfull
11.11.2009 11:55:22 - 3. Directory read: ./__/__/__/__/incoming/upload
11.11.2009 11:55:22 - 4. Check valid extension: 2020LogoFinal.jpg
11.11.2009 11:55:22 - 4a. Extension valid.
11.11.2009 11:55:22 - Resize: Preparing to resize "/tmp/php4ofdRu"
11.11.2009 11:55:22 - Resize: gd-lib is used.
11.11.2009 11:55:22 - Resize: memory is o.k.
11.11.2009 11:55:22 - ERROR 2 in joomla_flash_uploader/tfu/tfu_helper.php, line 213: imagecreatetruecolor() [_a href='function.imagecreatetruecolor'_function.imagecreatetruecolor_/a_]: Invalid image dimensions
11.11.2009 11:55:22 - ERROR 2 in joomla_flash_uploader/tfu/tfu_helper.php, line 214: imagecopyresampled(): supplied argument is not a valid Image resource
11.11.2009 11:55:22 - Resize: image was resampled.
11.11.2009 11:55:22 - ERROR 2 in joomla_flash_uploader/tfu/tfu_helper.php, line 225: imagejpeg(): supplied argument is not a valid Image resource
11.11.2009 11:55:22 - cannot save: /tmp/php4ofdRu
11.11.2009 11:55:22 - 9. End upload
11.11.2009 11:55:22 - 10. End store session
Please help!