Momenteel heb ik een probleem met typo3.
Ik kan perfect nieuws toevoegen, maar wil ik een afbeelding toevoegen dan wordt deze simpelweg niet opgeslagen.

Bij het opslaan gaat er dus met foto's iets compleet mis.

Zelf heb ik al een hele lading files nagekeken maar ik kan het prolbeem niet vinden.
Mocht iemand weten wat dit is en wat je waar kan instellen dan hoor ik dat heel erg graag.

Ik moet hierbij wel zeggen dat ik het locaal op mijn laptop draai.
Verder heb ik hetzelfde probleem met de Typo3 win installer (dus incl. webserver en mysql etc.) Of zou het online wel goed moeten draaien ? Het uploaden van bestanden gaat verder wel goed..

Bij voorbaat dank.

Ps. ik weet niet zeker als dit het juiste topic hiervoor is...
Ik denk niet dat iemand je een kant-en-klare oplossing kan geven op basis van dit verhaal. Mijn ervaring met Typo3 (helaas heb ik er ervaring mee) is dat het extreem slecht in elkaar zit en het wachten is tot je website ontploft. Ik ben altijd kritisch en soms wat pessimistisch, maar Typo3 is écht één groot drama. Daar heb ik gewoon geen woorden meer voor.

Het is dus ook heel lastig te bepalen waar er iets fout gaat. Maar bij bestanden uploaden denk ik al gauw aan chmod. Google even op chmod. Bestandsrechten van de map waarin geupload wordt.
nee heeft niets met rechten te maken, dat gaat allemaal wel goed.
Hetzelfde probleem heb ik nl. ook met andere afbeeldingen.

Het probleem is dat de hele IMG tag wortd verwijderd.
Maar waar, en hoe kan ik dit uitschakelen...

Verder moet typo3 juist wel goed zijn, dit wordt ook al voor diverse websites voor meerdere gemeentes gebruikt...
heb je het online staan ? en werkt het daar ?
nee staat lokaal... wat je wel kan proberen is dit downloaden en test het maar eens met de afbeelding in mininews:

http://typo3.org/download/installers/

De wininstaller, geeft hetzelfde probleem bij mij pas het nieuws maar eens aan, er staan al afbeeldingen in, als je het opslaat zijn alle afbeeldingen hier weg...
dit kan overigens gewoon naast een andere webserver draaien!
Je, kunt ook gewoon een package downloaden. Heb je de install map nog gewoon staan? Als dat zo is kan je effe index.php in een browser openen en kijken of er ergens iets fout is.
Bij mij moet ik overigs naar deze url:
http://localhost/typo3/typo3/install/index.php
Kijk vooral op de volgende pagina's of daar wat fout is. Waarschijnlijk zul je op deze: http://localhost/typo3/typo3/install/index.php?TYPO3_INSTALL[type]=images
pagina een fout zien. (Dat ImageMagick uitgeschakeld is is niet zo erg, als ie uitgeschakeld is).
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
Typo 3 heeft vast ook een support forum. Kan je daar niet beter je vraag stellen? Daar zitten vast meer mensen met meer kennis van Typo3...
al geprobeerd, weinig mensen en geen reactie, vandaar dat ik het hier ook even probeer. Net overigens een duits test forum gevonden waar het WEL draait....

Reageren