Thanks for the prompt reply Ralf -
Yes that is the correct path, but it has thrown up a new issue.
In Omeka - General Settings - Imagemagick Directory Path
the path no longer simply fails but fails and returns this message ...
Warning: realpath() [function.realpath]: SAFE MODE Restriction in effect.
The script whose uid is 724 is not allowed to access /usr/bin/convert owned by uid 0 in
...
SettingsController.php on line 82
I've checked the Omeka forums and this problem occurs because Omeka uses an realpath() function to verify (I think) the full (system?) path itself. Apparently this function is essential for Imagemagick use in Omeka.
So the path is correct but the (Imagemagick) SAFE MODE Restriction seems to be preventing use by Omeka.
...
Can the MODE be amended to allow this script and so enable Omeka to function ?
(btw - there may be similar issues with Gallery3 - but this is less of an issue because the GD toolkit is available as an alternative - Omeka relies exclusively on ImageMagick)
Thanks in advance for any help with this issue