Thumbnails issue

Permalink
Hello everyone,

i have just finish installing C5 and i am loving it so far,but i have a little issue,i cannot add images to my site,if i try to add images through the dashboad they get added but no thumbnails get generated,if i try to add images by going to a pages and adding the image block i see the file get uploaded by going to the file folder in the site but the upload proccess never completes...i was thinking maybe was the upload limit in php,ini but none of my images are over 1 MB..


tks,
Angel

 
ScottC replied on at Permalink Reply
ScottC
i believe gd is being used to create the thumbnails, that would be what I would check first to make sure it is enabled.

http://us2.php.net/gd

-Scott

Also it seems like you might need to change your config at:

# This is the max size of any image in the system
define('IMAGE_MAX_WIDTH','1200'); // this is the max - can't be any higher, this overrides area settings
define('IMAGE_MAX_HEIGHT','1200');

Maybe your images are more than 1200 in any direction?

There are also fields like max_post_size and the obvious upload limits as well. Just a few things to look into and try.