PDA

View Full Version : avatar upload help pls if possible


kimgas
09-18-2009, 02:14 PM
I am trying to upload a avatar onto my site http://thektmforum.com using the cp , but I keep getting this error

sh: /usr/local/bin/identify: No such file or directory

can any one help me find and solve it asap... thanks

snakes1100
09-18-2009, 02:31 PM
Sounds like you have a imagemagick issue.

Is imagemagick installed?

Do you have the path correct in config.php?

kimgas
09-18-2009, 02:46 PM
Sounds like you have a imagemagick issue.

Is imagemagick installed?

Do you have the path correct in config.php?

I have no idea . newbie, but I will look at the config.php file and check if imagemagik is installed with my host.. is that the solution|?? what path should I have /edit in config.php
thx

Lynne
09-18-2009, 03:04 PM
Your config file will not say. If you go into debug mode and look at vboptions > version and other untouchables > image verificaiton library, you can see if there is an image shown under ImageMagick (or GD) and see which one you have selected to use.

kimgas
09-18-2009, 03:54 PM
My host has installed imagemagik on my Vps account , they are telling me the path is

/usr/bin/convert/

but when I try to upload a image (avatar) I get he error saying

/usr/bin/convert/indentify `not a directory

My host has now told mem to contact vb, I rekown they are a bit confused.. pls help I am pulling my hair out

where is the debug mode option ?? in Vb admin

Lynne
09-18-2009, 04:31 PM
You turn on debug by entering this line right under <?php in config.php:
$config['Misc']['debug'] = true;

You should only do this on your test site since it will show for everyone.

kimgas
09-18-2009, 04:40 PM
You turn on debug by entering this line right under <?php in config.php:
$config['Misc']['debug'] = true;

You should only do this on your test site since it will show for everyone.

thanks lynne. I have looked at the vb options in the admin and imagemagick is selected, so I am really confused now. I think the path is obviously incorrect, although my host has given it to me.

Not sure what to do now.......argh!!

snakes1100
09-18-2009, 05:17 PM
Tell your host to give you the correct path.

If you have shell access, type in:
find / -name mogrify -print

Lynne
09-18-2009, 05:56 PM
thanks lynne. I have looked at the vb options in the admin and imagemagick is selected, so I am really confused now. I think the path is obviously incorrect, although my host has given it to me.

Not sure what to do now.......argh!!
But is there an *image* next to where you selected ImageMagick? If there isn't, then the path is incorrect.