Eric
Hallo,
ich habe folgendes Problem:
Ich habe in eine Subdomain typo3.7 installiert mit einer seperaten Datenbank, soweit ganz gut das Dummy Packet scheint zu laufen. Ich bekomme aber die ImageMagick Anbindung nicht hin.
Wie lautet der Pfad zu der doch eh schon vorhandenen ImageMagick installation (die funktioniert in der Hauptdomain). Muß ich ImageMagick zusätzlich installieren, (der Versuch scheiterte, ich habe die Dateien in das Subdomainverzeichnis kopiert und das install Tool hat es nicht erkannt).
? (/usr/bin/ "funktioniert nicht".
Freue mich auf Antworten!!
Eric
support
Hallo,
beim Einrichten des Typo3-Paketes erhalten Sie eine Email mit den Zugangsdaten. In dieser sind ganz unten die Pfade zu ImageMagick aufgeführt.
ImageMagick(V. 5.5.6) ist im Verzeichnis /usr/bin/ parallel dazu wird von uns automatisch eine statisch kompilierte Version einer älteren ImageMagick-Version (V. 4.2.9) mit installiert, der Pfad zu dieser Version ist domainbezogen und Sie finden diesen in der Einrichtungsmail.
Selber installieren ist nicht notwendig, da - wie oben beschrieben - zwei Versionen von ImageMagick zu jedem Typo3-Account vorhanden sind.
Eric
Vielen Dank für die prompte Antwort!
Leider funktioniert es noch nicht Image Magick in der Subdomain zum laufen zu bringen, ich glaube das Problem liegt an folgender Fehlermeldung in der Basic Konfiguration (sorry, fiel mir erst jetzt auf).
Safe mode turned on safe_mode=1
In safe_mode PHP is restricted in several ways. This is a good thing because it adds protection to your (and others) scripts. But it may also introduce problems. In TYPO3 this may be a problem in two areas: File administration and execution of external programs, in particular ImageMagick.
If you just ignore this warning, you'll most likely find, that TYPO3 seems to work except from the image-generation. The problem in that case is that the external ImageMagick programs are not allowed to be executed from the regular paths like "/usr/bin/" or "/usr/X11R6/bin/".
If you use safe_mode with TYPO3, you should disable use of external programs ([BE][disable_exec_function]=1).
In safe mode you must ensure that all the php-scripts and upload folders are owned by the same user.
safe_mode_exec_dir=
If the ImageMagick utilities are located in this directory, everything is fine. Below on this page, you can see if ImageMagick is found here. If not, ask you ISP to put the three ImageMagick programs, 'convert', 'combine'/'composite' and 'identify' there (eg. with symlinks if Unix server)
Example of safe_mode settings:
Set this in the php.ini file:
; Safe Mode
safe_mode = On
safe_mode_exec_dir = /usr/bin/
...and the ImageMagick '/usr/bin/convert' will be executable.
The last slash is important (..../) and you can only specify one directory.
Notice:
ImageMagick 4.2.9 is recommended and the binaries are normally installed by RPM in /usr/X11R6/bin or by compiling in /usr/local/bin. Please look in the "Inside TYPO3" pdf-document for extensive information about ImageMagick issues.
Paths to ImageMagick are defined in localconf.php and may be something else than /usr/bin/, but this is default for ImageMagick 5+
Was muß ich tun, habe ich überhaupt die Rechte um den php.ini file zu ändern und wenn ja wo????
Viele Grüße
Eric
support
Hallo,
Subdomains werden nicht automatisch mit dem accountbezogenen SafeMode = off eingerichtet.
Teilen Sie uns bitte kurz mit auf welchem Server Sie sind, dann wird dies eingestellt.
djana
Hi,
kann mir jemand kurz sagen,wo und wie ich das aktuelle Tool: ImageMagick (5.xx) auf die ältere Version 4.2.9 umstellen kann?
Installtool und dann?
Thanks
support
Hallo,
wenn Sie im Installtool sind dann auf 4. (All Configuration) klicken, im oberen Bereich ist die Möglichkeit den Pfad einzutragen ([im_path]).