« February 2012»
S M T W T F S
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29      

[blog...]

Currently the posts are filtered by: imagemagick
Reset this filter to see all posts.

25.05.2009
21:27

typo3 doesn't show images and/or doesn't create thumbnails

This blog is intended to be reminder for me. For example to keep things like this:

 

In Typo3 you can add images (media) to your text and put it above, in text, below text or whatever. You select the image in the backend and... nothing happens. Only a test-image is shown with the text "cannot create thumbnail".

 

On my server-setup the imagemagick tools are located in /usr/local/bin but the default location typo3 is looking for is /usr/X11R6/bin. In my case, I have to change the variable:

 

 

$TYPO3_CONF_VARS['GFX']['im_path'] = '/usr/local/bin/'; 

 

 

 

 

And everything is perfect now!

back

[ 29.01.2012 ]