Page 1 of 1

Image Manager - editing image error

Posted: Thu Jun 01, 2006 6:44 pm
by badhoy
I am receiving the following error when I try and change the size of an image inside Image Manger.  This error pops up after I click the "Ok" check.  The save button doesn't seem to do anything (maybe that is a seperate usability issue.)  Any ideas?

I am using 0.13 "Canary" and my web server has ImageMagick.

$config['image_manipulation_prog'] = 'IM';
$config['image_transform_lib_path'] = '/usr/X11R6/bin/';

Here's the error:
Warning: factory(IM.php): failed to open stream: No such file or directory in /home/thehoyts/public_html/lib/filemanager/ImageManager/Classes/Transform.php on line 130

Warning: factory(): Failed opening 'IM.php' for inclusion (include_path='') in /home/thehoyts/public_html/lib/filemanager/ImageManager/Classes/Transform.php on line 130

Fatal error: Cannot instantiate non-existent class: image_transform_driver_im in /home/thehoyts/public_html/lib/filemanager/ImageManager/Classes/Transform.php on line 133

Re: Image Manager - editing image error

Posted: Thu Jun 01, 2006 8:08 pm
by wesyah234
looks like you might need to have . (dot) in your php include path.

Re: Image Manager - editing image error

Posted: Thu Jun 01, 2006 8:39 pm
by badhoy
wesyah234 wrote: looks like you might need to have . (dot) in your php include path.
Not sure if I have this or if I can add it since my hosting provide has things pretty locked down.  I have the PHPInfo module installed, will that provide some more useful info?

Re: Image Manager - editing image error

Posted: Wed Jun 14, 2006 12:42 pm
by mattster2002
I also get the identical error.
Thumbnails also do not create, despite if i'm using ImageMagick or GD.

I also get common "No such file or directory" errors in other modules which I have had to manually edit the path of.
If I could clear this problem up it would help me ALOT.

Re: Image Manager - editing image error

Posted: Wed Jun 14, 2006 1:57 pm
by badhoy
I continue to experience this problem, so I just don't edit images in CMSMS anymore.  A behavior that continues to annoy me is that sometimes thumb nails are created when importing files and sometimes they are not.  There seems to be no discernible pattern to this.

Re: Image Manager - editing image error

Posted: Thu Jun 15, 2006 8:48 am
by mattster2002
Does anyone have any suggestions on this, the only thing I can seem to see is a path issue, but where to correct this? This applies to other modules, but most of the site works fine!

Please Help!