Project

General

Profile

Actions

Bug #17413

closed

Crashed upload images

Added by Andrey almost 17 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2007-06-22
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.1
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

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

bug2.jpg (4.2 KB) bug2.jpg Administrator Admin, 2007-06-22 20:43
Actions #1

Updated by Andrey almost 17 years ago

If file downloaded by FTP then all work correctly.

Actions #2

Updated by Martin Kutschker almost 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).

Actions #3

Updated by Andrey almost 17 years ago

When I turn of charset_mod images began uploads correctly.

Actions #4

Updated by Christian Kuhn about 15 years ago

Resolved, no change required as problem has been solved by reporter locally.

Actions #5

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF