Quantcast
Channel: TYPO3 Probleme? Hier Hilfen und Tipps
Viewing all articles
Browse latest Browse all 124

TYPO3 6.2 bei All-Inkl installieren inkl. ImageMagick

$
0
0

Wenn Ihr selbst TYPO3 6.2.x auf ein All-Inkl System installieren wollt, kommen ein paar Fehler im Backend und es werden die zwei Bildbearbeitungsprogramme ImageMagick und Graphics Magick nicht gefunden.

Abhilfe schaffen zwei Einträge ganz oben in die .htaccess Datei:

AddHandler php5-cgi .php
php_value max_execution_time 240

 

Fehlermeldungen:

Some PHP functions disabled
disable_functions=exec system passthru shell_exec popen escapeshellcmd proc_open proc_nice
These function(s) are disabled. TYPO3 uses some of those, so there might be trouble. TYPO3 is designed to use the default set of PHP functions plus some common extensions. Possibly these functions are disabled due to security considerations and most likely the list would include a function like exec() which is used by TYPO3 at various places. Depending on which exact functions are disabled, some parts of the system may just break without further notice.
Graphics Magick
GraphicsMagick was not found in standard system paths. If it is installed in an unusual location on your system, set the path in the input box above and search again.
Image Magick version 6 or higher
ImageMagick version 6 or higher was not found in standard system paths. If it is installed in an unusual location on your system, set the path in the input box above and search again.

Viewing all articles
Browse latest Browse all 124

Trending Articles