PDA

View Full Version : Attach mod in phpnuke forums


Maclain
4-24-08, 12:54 PM
Afternoon all.

I'm trying to enable thumbnail creation in the attach_mod under the forums in phpnuke.

It's asking for the following:

Imagick Program (Complete Path)
Enter the Path to the convert program of imagick, normally /usr/bin/convert (on windows: c:/imagemagick/convert.exe).


I cant find this path anywhere, anyone got any clues?

Everything I have read on here suggests that this program is not installed.

Any advice much appreciated!

best regards.

Maclain
4-25-08, 11:57 AM
anyone?

Charon
4-25-08, 12:16 PM
I found this in a few other posts on the forum.... by doing a search for 'path to imagemagick'

$gallery->app->ImPath = "/usr/local/bin";

this may or may not help you.
Good luck.

Maclain
4-25-08, 02:55 PM
Yeah i've seen that in a lot of posts, I believe Imagick is a utility in imagemagick but am not entirely sure.

I've currently got it set to /usr/local/bin and it doesn't appear to be working. (creating thumbnails)

Thanks for the reply though!