Bug #17413
closedCrashed upload images
0%
Description
When upload image file (gif, gpeg) in BE the file format crashed and image don't work. Thumbnail don't work to. Photoshop can't open downloaded image.
In Image Processing don't working:
Render text with TrueType font using 'niceText' option
(server image is all blue without text)
Render 'niceText' with a shadow under
(server image is all green without text)
Server:
Unix, PHP4, ImageMagic 6.3.2
GD Support enabled
GD Version bundled (2.0.28 compatible)
FreeType Support enabled
FreeType Linkage with freetype
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
Directories:
typo3temp/ writable
typo3temp/pics/ writable
typo3temp/temp/ writable
typo3temp/llxml/ writable
typo3temp/cs/ writable
typo3temp/GB/ writable
typo3conf/ writable
typo3conf/ext/ writable
typo3conf/l10n/ writable
typo3/ext/ writable
uploads/ writable
uploads/pics/ writable
uploads/media/ writable
uploads/tf/ writable
fileadmin/ writable
fileadmin/_temp_/ writable
php.ini configuration checked:
Current directory in include path
File uploads allowed
safe_mode: off
sql.safe_mode: off
open_basedir: off
GDLib:
GDLib found
PNG supported
GIF supported
JPG supported (not used by TYPO3)
Check Image Magick:
Available ImageMagick/GraphicsMagick installations:
/usr/local/bin/ convert
composite
identify
6.3.2
6.3.2
6.3.2
Current configuration
ImageMagick enabled: 1
ImageMagick path: /usr/local/bin/ (6.3.2)
ImageMagick path/LZW: /usr/local/bin/ (6.3.2)
Version 5/GraphicsMagick flag: im5
GDLib enabled: 1
GDLib using PNG: 0
GDLib 2 enabled: 1
IM5 effects enabled: 0 (Blurring/Sharpening with IM 5+)
Freetype DPI: 96 (Should be 96 for Freetype 2)
Mask invert: 0 (Should be set for some IM versions approx. 5.4+)
File Formats: gif,jpg,jpeg,tif,bmp,pcx,tga,png,pdf,ai
(issue imported from #M5842)
Files
Updated by Andrey over 17 years ago
If file downloaded by FTP then all work correctly.
Updated by Martin Kutschker over 17 years ago
If downloading via FTP works for you, check the settings of your web server. Especially check what mime type the server sends or if it tries to do some conversion on the files (eg a charset conversion meant for text files not for binary image data).
Updated by Andrey over 17 years ago
When I turn of charset_mod images began uploads correctly.
Updated by Christian Kuhn over 15 years ago
Resolved, no change required as problem has been solved by reporter locally.