Ik ben naar deze pagina toe gegaan, en zie geen fouten....
Of is dit het?
UNIX/CGI detected: NO
En welk package bedoel je? Kan je dat via da de modules online laden.
Zoja ... ik hoor het graag! Ik loop hier nl. compleet op vast... :(
Gr. Jelmer
Zie onderstaand overzicht:
TYPO3 4.1 Install Tool
Site: Argus
Version: 4.1.3
1: Basic Configuration
2: Database Analyser
3: Update Wizard
4: Image Processing
5: All Configuration
6: typo3temp/
7: Clean up database
8: phpinfo()
9: Edit files in typo3conf/
10: About
Image Processing:
What is it?
TYPO3 is known for its ability to process images on the server.
In the backend interface (TBE) thumbnails are automatically generated (by ImageMagick in thumbs.php) as well as icons, menu items and pane tabs (by GDLib).
In the TypoScript enabled frontend all kinds of graphical elements are processed. Typically images are scaled down to fit the pages (by ImageMagick) and menu items, graphical headers and such are generated automatically (by GDLib + ImageMagick).
In addition TYPO3 is able to handle many file formats (thanks to ImageMagick), for example TIF, BMP, PCX, TGA, AI and PDF in addition to the standard web formats; JPG, GIF, PNG.
In order to do this, TYPO3 uses two sets of tools:
ImageMagick:
For conversion of non-web formats to webformats, combining images with alpha-masks, performing image-effects like blurring and sharpening.
ImageMagick is a collection of external programs on the server called by the exec() function in PHP. TYPO3 uses three of these, namely 'convert' (converting fileformats, scaling, effects), 'combine'/'composite' (combining images with masks) and 'identify' (returns image information).
Because ImageMagick are external programs, two requirements must be met: 1) The programs must be installed on the server and working and 2) if safe_mode is enabled, the programs must be located in the folder defined by the php.ini setting, safe_mode_exec_dir (else they are not executed).
ImageMagick is available for both Windows and Unix. The current version is 5+, but TYPO3 enthusiasts prefer an old version 4.2.9 because that version has three main advantages: It's faster in some operations, the blur-function works, the sharpen-function works. Anyway you do it, you must tell TYPO3 by configuration whether you're using version 5+ or 4.2.9. (flag: [GFX][im_version_5])
ImageMagick homepage is at
http://www.imagemagick.org/
GDLib:
For drawing boxes and rendering text on images with truetype fonts. Also used for icons, menuitems and generally the TypoScript GIFBUILDER object is based on GDlib, but extensively utilizing ImageMagick to process intermediate results.
GDLib is accessed through internal functions in PHP, so in this case, you have no safe_mode problems, but you'll need a version of PHP with GDLib compiled in. Also in order to use TrueType fonts with GDLib you'll need FreeType compiled in as well.
You can get GDLib in the PNG version from
http://www.boutell.com/gd/.
FreeType is for download at
http://www.freetype.org/.
Generally, software for TYPO3 is found at
http://typo3.sunsite.dk/software/ and packages listed at
http://typo3.org/1274.0.html.
You can disable all image processing options in TYPO3 ([GFX][image_processing]=0), but that would seriously disable TYPO3.
Verifying the image processing capabilities of your server
This page performs image processing and displays the result. It's a thorough check that everything you've configured is working correctly.
It's quite simple to verify your installation; Just look down the page, the images in pairs should look like each other. If some images are not alike, something is wrong. You may also notice warnings and errors if this tool found signs of any problems.
The image to the right is the reference image (how it should be) and to the left the image made by your server.
The reference images are made with the classic ImageMagick install based on the 4.2.9 RPM and 5.2.3 RPM. If the version 5 flag is set, the reference images are made by the 5.2.3 RPM.
This test will work only if your ImageMagick/GDLib configuration allows it to. The typo3temp/ folder must be writable for all the temporary image files. They are all prefixed 'install_' so they are easy to recognize and delete afterwards.
Current configuration
ImageMagick enabled: 1
ImageMagick path: /usr/X11R6/bin/ ()
ImageMagick path/LZW: /usr/bin/ ()
Version 5/GraphicsMagick flag:
GDLib enabled: 1
GDLib using PNG: 0
GDLib 2 enabled: 0
IM5 effects enabled: 0 (Blurring/Sharpening with IM 5+)
Freetype DPI: 72 (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
Testmenu
Click each of these links in turn to test a topic. Please be aware that each test may take several seconds!:
1: Reading image formats
2: Writing GIF and PNG
3: Scaling images
4: Combining images
5: GD library functions
Reading and converting images:
Supported file formats
This verifies that your ImageMagick installation is able to read the nine default file formats; JPG, GIF, PNG, TIF, BMP, PCX, TGA, PDF, AI. The tool 'identify' will be used to read the pixeldimensions of non-web formats. The tool 'convert' is used to read the image and write a temporary JPG-file
Test skipped
Use of ImageMagick has been disabled in the configuration. Refer to section 'Basic Configuration' to change or review you configuration settings
Info:
Parsetime
0 ms
--------------------------------------------------------------------------------
OS detected: WIN
UNIX/CGI detected: NO
PATH_thisScript: C:/xampp/htdocs/argus_acc/typo3/install/index.php