thumbnail problem revisted

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
chrisinoz
Forum Members
Forum Members
Posts: 67
Joined: Tue Nov 16, 2004 4:17 am

thumbnail problem revisted

Post by chrisinoz »

Hi All

I have three cms running.

one when you use Imagemanager shows all the thumbnails correctly.

On the other two ( different isps for each).

Thumbnails never show (the actual image is fine)

I have emailed the developer serverl times but no replies.

I checked to see if one of the isp's had GD enabled - yes 2.0

Has anyone else had this problem.? Soultions. Suggestions?

Thanks

Chris
Humble web designer
Adelaide, South Australia
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

thumbnail problem revisted

Post by Ted »

I've never been able to get this to reproduce. To be honest, I have no idea how to even go about trying to fix this one without an environment where it happens...
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

thumbnail problem revisted

Post by Ted »

That would be great. I'll delay 0.9 if necessary, since it's kind of important.
chrisinoz
Forum Members
Forum Members
Posts: 67
Joined: Tue Nov 16, 2004 4:17 am

thumbnail problem revisted

Post by chrisinoz »

HI Patricia

Appreciation echoed :>

Cheers

Chris
Humble web designer
Adelaide, South Australia
chrisinoz
Forum Members
Forum Members
Posts: 67
Joined: Tue Nov 16, 2004 4:17 am

thumbnail problem revisted

Post by chrisinoz »

Hi

I notice this thread has gone quiet.

Would be great to see it sorted out :>

Cheers

Chris
Humble web designer
Adelaide, South Australia
User avatar
smack
Forum Members
Forum Members
Posts: 18
Joined: Sat Jan 07, 2006 12:44 am

Re: thumbnail problem revisted

Post by smack »

Can anyone enlighten here?

From trawling the forums, I gather CMSMS is supposed to create thumbnails for images that are too large to display, and that these files are named thumb_[filename].xxx. I'm not seeing any of these in my image directories, but the directories were 775, so I opened them up to 777.

Should the script to create thumbnails run when I hit the image manager page? Or is this some sort of background script that runs intermittently?

I'm halfway through some decent documentation for a client and I want a screen shot with thumbnails! I only now just realized some weren't being rendered, which started this whole forum search.

Any info appreciated.

s.

p.s. running 10.3
westis

Re: thumbnail problem revisted

Post by westis »

Hi smack,

It may be that your server doesn't have an image library installed (like GD or ImageMagick). What image library to use is set in config.php

By the way, if you're using 0.10.3 I'd first recommend an upgrade to 0.10.4 (security fix), but even better to 0.11.2 (new features).

:D
Steve Mack

Re: thumbnail problem revisted

Post by Steve Mack »

Many thanks for the lightning quick reply.

But that's not it - we do have GD installed, though it's a fairly old version (1.6).

Here's what I see in the config file:

$config['image_manipulation_prog'] = 'GD';
$config['image_transform_lib_path'] = '/usr/bin/ImageMagick/';

We *don't* have ImageMagick installed. Is that the problem? or is it the version of GD?

s.
Jacob

Re: thumbnail problem revisted

Post by Jacob »

Hi,

I'm having trouble with the thumbnails too. PHP is installed with '

Code: Select all

--with-jpeg-dir=/hsphere/shared
' and I'm unable to alter that setting. GD is version 2.0.28 with both GIF and JPG support.

But the ImageManager does not show thumbnails for either JPG or GIF-files.

By adding an '

Code: Select all

echo
' statement in the  I can see, that the GD.php file in the 'lib/filemanager/ImageManager/Classes/' folder is trying to call the '

Code: Select all

imagejpeg
' GD function with the correct image stream, filename and JPG quality - however the file is not generated although the permission of the folder is 777.

Is it a bug in the ImageManager module or something with my settings?

/Jacob
Post Reply

Return to “CMSMS Core”