I'm playing around with my new Omnium installation. I created a news item and uploaded a JPEG image. Alas, the thumbnail is blank as is the large frame that opens up when I click on the image. I have tried PNG as well.
I assume this is something to do with PHP's use of GD? I think I have GD2 installed. When I type php -i I do see the following section in the output:
gd
GD Support => enabled
GD Version => bundled (2.0.34 compatible)
FreeType Support => enabled
FreeType Linkage => with freetype
FreeType Version => 2.1.10
T1Lib Support => enabled
GIF Read Support => enabled
GIF Create Support => enabled
JPG Support => enabled
PNG Support => enabled
WBMP Support => enabled
XBM Support => enabled
Any ideas?
resolved