« March 2010 »
M T W T F S 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 30 31        

This is hot

Upgrade VIA Epia-Board to current 2.6.28.7
100 times viewed
23.02.2009 18:41
t3blog Update to version 0.8.1 (Security, Bugfixes)
53 times viewed
03.02.2010 14:33
LaTeX Font Selection
24 times viewed
29.01.2010 17:17
linux.bigga.de now with RSS Feed
21 times viewed
25.11.2009 09:36

[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

[ 09.03.2010 ]