Closed (duplicate)
Project:
Image
Version:
5.x-1.2
Component:
imagemagick toolkit
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Jun 2007 at 22:04 UTC
Updated:
28 Jun 2007 at 19:35 UTC
Jump to comment: Most recent file
Comments
Comment #1
drewish commentedsee: http://drupal.org/node/137755
Comment #2
rvens commentedThanks, but I already found that. I commented out the lines in image.imagemagick.inc (located in the includes folder where I copied it to from the image module folder) and it does not work. I have a screen capture in the attachment. What happens is that when I return to this screen the imagemagick toolkit is selected again, and the same error appears. Note that safe mode is NOT enabled on the server ...
function image_imagemagick_settings() {
$form['#after_build'] = array('_image_imagemagick_build_version');
$form['image_imagemagick_convert'] = array(
'#type' => 'textfield',
'#title' => t('Path to the "convert" binary'),
// '#default_value' => variable_get('image_imagemagick_convert', '/usr/bin/convert'),
// '#required' => TRUE,
);
return $form;
}
Comment #3
drewish commentedwell, open_basedir is NOT the same thing as safe mode. feel free to apply the attached patch to your copy of the toolkit. it'll give you a more accurate picture of what the the setting in on your machine.
Comment #4
rvens commentedSorry, I know how to program, but not in php... How do I apply your patch?
Comment #5
drewish commentedI'm just going to apply the attached patch, it provides more information on what's going wrong. You can just grab the updated -dev release when it posts or pull it from the cvs server: http://cvs.drupal.org/viewcvs/*checkout*/drupal/contributions/modules/im...