[TYPO3-install] Problem with image processing in Introductory Package

Nick Milas nick at eurobjects.com
Fri May 6 12:50:34 CEST 2011


Hi,

I have just installed for the first time TYPO3 4.5.2 on a CentOS 
machine, and selected the Introductory Package.

Installation worked fine. The problem is that Image Processing in all 
example pages does not work. All images appear huge, covering all the 
place.

I don't get any PHP Errors in the logs. I am using PHP 5.2.17 (but I've 
tried with 5.3 as well, without success).

Could you please help me with it?

Trying to resolve, I have played a bit with the config settings. Current 
GFX settings in localconf.php are:

$TYPO3_CONF_VARS['GFX']['im_combine_filename'] = 'composite';
$TYPO3_CONF_VARS['GFX']['gdlib_png'] = '1';
$TYPO3_CONF_VARS['GFX']['im'] = '1';
$TYPO3_CONF_VARS['GFX']['im_path'] = '/usr/bin/';
$TYPO3_CONF_VARS['GFX']['im_path_lzw'] = '';
$TYPO3_CONF_VARS['GFX']['TTFdpi'] = '96';
$TYPO3_CONF_VARS['GFX']['im_imvMaskState'] = '1';
$TYPO3_CONF_VARS['GFX']['im_negate_mask'] = '0';
$TYPO3_CONF_VARS['GFX']['im_no_effects'] = '0';

I have packages:

[root at vdev bin]# rpm -qa | grep php
php-cli-5.2.17-1.1.w5
php-devel-5.2.17-1.1.w5
php-bcmath-5.2.17-1.1.w5
php-recode-5.2.17-1.1.w5
php-imap-5.2.17-1.1.w5
php-pgsql-5.2.17-1.1.w5
php-xml-5.2.17-1.1.w5
php-5.2.17-1.1.w5
php-odbc-5.2.17-1.1.w5
php-ldap-5.2.17-1.1.w5
php-zts-5.2.17-1.1.w5
php-pspell-5.2.17-1.1.w5
php-soap-5.2.17-1.1.w5
php-process-5.2.17-1.1.w5
php-common-5.2.17-1.1.w5
php-tidy-5.2.17-1.1.w5
php-xmlrpc-5.2.17-1.1.w5
php-embedded-5.2.17-1.1.w5
php-mbstring-5.2.17-1.1.w5
php-mysql-5.2.17-1.1.w5
php-dba-5.2.17-1.1.w5
php-pdo-5.2.17-1.1.w5
php-mcrypt-5.2.17-1.1.w5
php-ncurses-5.2.17-1.1.w5
php-mssql-5.2.17-1.1.w5
php-mhash-5.2.17-1.1.w5
php-snmp-5.2.17-1.1.w5
php-gd-5.2.17-1.1.w5

[root at vdev bin]# rpm -qa | grep Magick
ImageMagick-6.2.8.0-4.el5_5.3
GraphicsMagick-1.3.7-4.el5

Thanks in advance,
Nick


More information about the TYPO3-install mailing list