« May 2009 »
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 30
31            

This is hot

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

[blog...]

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!

  •  
  • 0 Comment(s)
  •  

Your comment

Notify me when someone adds another comment to this post

back

[ 22.07.2010 ]