Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> What Is The Path To Imagemagick Binaries ?
Casanova
post Jul 5 2005, 10:57 AM
Post #1


Advanced Member
Group Icon

Group: Members
Posts: 133
Joined: 31-May 05
Member No.: 5,643



Hello all I was installing my script and it needs Imagemagick Path .! It could not fint the propr path.! So Can someone plz tell me the path?

I saw on the main page and Astahost is supporting imagemagic so plz let me know friends.!

:

This post has been edited by microscopic^earthling: Jul 5 2005, 02:11 PM
Go to the top of the page
 
+Quote Post
aminzzlink
post Jul 5 2005, 11:44 AM
Post #2


Member [ Level 2 ]
Group Icon

Group: Banned
Posts: 53
Joined: 4-June 05
From: marocco
Member No.: 5,812



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:

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:
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. wink.gif

huh.gif If the errors persist, please contact the support team at the helpdesk.


This post has been edited by aminzzlink: Jul 19 2005, 12:00 PM
Go to the top of the page
 
+Quote Post
Casanova
post Jul 5 2005, 12:38 PM
Post #3


Advanced Member
Group Icon

Group: Members
Posts: 133
Joined: 31-May 05
Member No.: 5,643



Oh no its asking 2 things--

1./usr/local/bin/mogrify Notfound .. {path for mogrify}
2./usr/local/bin/convert ................{path for Convert}

Also needed the mogrify path.. sad.gif
Go to the top of the page
 
+Quote Post
finaldesign
post Nov 11 2005, 11:17 AM
Post #4


[+] Graphic Designer [+]
Group Icon

Group: Members
Posts: 614
Joined: 6-April 05
From: Croatia
Member No.: 3,666



hey what is exact path to imagemagick?? I need it too for my gallery script... please help
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Does This Host Support Imagemagick?(4)


 



- Lo-Fi Version Time is now: 23rd November 2008 - 12:12 PM