Project

General

Profile

Actions

Bug #16697

closed

typo3 v4.0.2 requires gm

Added by hans over 17 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2006-11-07
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

typo3 4.0.2 keeps looking for gm, which doesn't exist on the server, so instead of a nice php page, I get an error about a missing gm binary before the http header is sent.

The culprit seems to be:
./typo3/sysext/install/mod/class.tx_install.php
line 1792:
if (ini_get('open_basedir') || (@file_exists($v)&&@is_file($v.$filename.$isExt))) {

it then goes on to open the non-existant binary:
$version = $this->_checkImageMagick_getVersion($filename,$v);

Might be useful (from localconf.php):

$TYPO3_CONF_VARS['GFX']['gdlib'] = '0';
$TYPO3_CONF_VARS["GFX"]["gdlib_png"] = '0';Tool.
$TYPO3_CONF_VARS["GFX"]["gdlib_2"] = '0';
$TYPO3_CONF_VARS["GFX"]["im"] = '1';
(issue imported from #M4475)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #16521: Several issues with Safe Mode On and testing for files using is_file()Closed2006-09-02

Actions
Actions #1

Updated by Michael Stucki over 17 years ago

Where is imagemagick installed? It seems like this is not found, that's why TYPO3 probably sticks to asking for GraphicsMagick.

Not a real bug in this case...

Actions #2

Updated by hans over 17 years ago

TYPO3_CONF_VARS['GFX']["im_path"] = '/var/www/sites/imagemagick/';

Actions #3

Updated by hans over 17 years ago

and the following binaries are present:
combine, convert, idenfify
composite is a symlink to combine for ease of use

Actions #4

Updated by Chris topher over 13 years ago

Resolved, no change required.

This is contained in #16521. Please go on there.

Actions #5

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF