Log in

View Full Version : a questions about avatars


Shelly
02-26-2006, 10:29 PM
Im sorry for asking so many questions. This is my first VB and Im still a little loss...





How do I set it to upload avatars? Members cant upload personal ones. ( this is what they get...

Imageinfo Failed:
/identify: not found )


Thank you so much for the helping :)

Marco van Herwaarden
02-27-2006, 07:56 AM
Sounds to me like you set a directory for avatars to be uploaded to, and that directory don't exist.

patrickstar
06-18-2006, 04:24 AM
this is my exact problem. where would i start looking for that non-existant directory or how to fix it.

please help, thanks.

Marco van Herwaarden
06-18-2006, 08:07 AM
What does it say at AdminCP->Avatars->User Picture Storage Type?

patrickstar
06-18-2006, 03:40 PM
in: Admin CP -> Avatars -> User Picture Storage Type

avatar file path ---> ./customavatars

URL to avatars ---> customavatars

and the way my vB is setup is i have my public_html with a Forums folder and all my forums files in that. and the customavatars file is in that 'Forums' folder. do i need to move those files elsewhere?

Marco van Herwaarden
06-18-2006, 04:45 PM
in: Admin CP -> Avatars -> User Picture Storage Type

avatar file path ---> ./customavatars

URL to avatars ---> customavatars



and the way my vB is setup is i have my public_html with a Forums folder and all my forums files in that. and the customavatars file is in that 'Forums' folder. do i need to move those files elsewhere?In the top of that page, it will probably first show "User Pcitures are currently stored in....." What does it say there?

patrickstar
06-18-2006, 05:04 PM
it says:

Images are currently being served from the database

Marco van Herwaarden
06-18-2006, 07:36 PM
AdminCP->vBulletin Options->Image Settings:

What are the values for:
Allow Image Size Checking Failure
Image Processing Library
..(And is there a picture showing under it?)
Image Verification Library
GD Version
Generate PNG Thumbnails

patrickstar
06-18-2006, 07:56 PM
AdminCP->vBulletin Options->Image Settings:

What are the values for:
Allow Image Size Checking Failure :YES
Image Processing Library : ImageMagick6
..(And is there a picture showing under it?):with no image just red X
Image Verification Library : GD
GD Version : Detected GD Version 2.0.28

Generate PNG Thumbnails : YES

thanks so much for helping.

*edit*

it looks like i have no file path for ImageMagick6.

ImageMagick Binary Path = BLANK

ok so when i use GD i can upload an avatar. so when im set to use ImageMagick6 i cant due to no path specified.

im not sure where to go from here.

**EDIT**

ok i think i figured it out, maybe. do i need to install ImageMagick6 on my sever? lol. i hope i didnt go thru all this to come to this. lol

Marco van Herwaarden
06-19-2006, 07:05 AM
Yes if you want to use ImageMagick it must be installed on the server. Most servers have by default only GD installed.

I suggest you start by using GD and see if that solve your problems.

patrickstar
06-19-2006, 05:08 PM
thanks, i will do that.