Jump to content
xisto Community
Sign in to follow this  
Casanova1405241497

What Is The Path To Imagemagick Binaries ?

Recommended Posts

hi casanova , here is

4Images (Fantastico): ImageMagick path error

Symptom: When configuring 4Images after installing via Fantastico, the following error is generated after the path to ImageMagick is set and the auto-thumbnailer selected:

 

ImageMagick error. Wrong path or ImageMagick not installed.

Check module settings.

 

Resolution:

 

1. Ensure that the path is correct. For this script, the convert program must be specified. Typically, either of the two options below will work:

 

/usr/local/bin/convert

/use/bin/convert

 

2. If the path is set correctly, but the error persists, edit the image_utils.php file in the /includes directory under the installation of 4Images (you may need to download this file from your space). Open the file in any text error and move to line 39, or search for the following lines:

 

 

Code:

 

if (!@is_executable($convert_options['convert_path'])) {$convert_options['convert_error'] = "".$lang['im_error']."\n".$lang['check_module_settings'];}break;
Insert comment tags around the if statement. The completed edit should look like this:

 

 

 

Code:

/* if (!@is_executable($convert_options['convert_path'])) {$convert_options['convert_error'] = "".$lang['im_error']."\n".$lang['check_module_settings'];}*/ break;

Save the file, and reupload it to the /includes directory. Return to the administrative settings panel in 4Images, recheck the path to ImageMagick, and resave the settings. :P

 

:P If the errors persist, please contact the support team at the helpdesk.

Edited by aminzzlink (see edit history)

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.