Image Manager - editing image error

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.
Locked
badhoy

Image Manager - editing image error

Post 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
wesyah234
Forum Members
Forum Members
Posts: 60
Joined: Tue Mar 07, 2006 4:30 am

Re: Image Manager - editing image error

Post by wesyah234 »

looks like you might need to have . (dot) in your php include path.
badhoy

Re: Image Manager - editing image error

Post 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?
mattster2002

Re: Image Manager - editing image error

Post 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.
badhoy

Re: Image Manager - editing image error

Post 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.
mattster2002

Re: Image Manager - editing image error

Post 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!
Locked

Return to “CMSMS Core”