Hello,

I am trying to use ImageMagick with the ImageAPI settings.

ImageMagick is installed on the server and the convert file is located in /usr/bin

When I try to specify the location I get the following message:

warning: is_file() [function.is-file]: open_basedir restriction in effect. File(/usr/bin/convert) is not within the allowed path(s): (/var/www/vhosts/XXX/httpdocs:/tmp) in /var/www/vhosts/XXX/httpdocs/sites/all/modules/imageapi/imageapi_imagemagick.module on line 162

I don't seem to be able to remove the basedir restriction so I was wondering if there any way around this error, maybe using an include_path in the php.ini?

Any help would be great.

Thanks,

Matt