Page 1 of 1
Can't change my avatar
Posted: Mon Aug 06, 2007 10:03 pm
by JK-47
Unable to upload file
DEBUG MODE
Line : 259
File : usercp_avatar.php
I get that error when I try to upload my new avatar...
Posted: Mon Aug 06, 2007 10:49 pm
by Sgt.Peppers
That's a bit odd, try a different image file maybe?
I just tried it myself, it worked for me. My guess would be maybe it doesn't like the one you're trying to upload.
Posted: Mon Aug 06, 2007 10:55 pm
by Lavix
It would be the type of file or possibly the size that is giving you this error.
EDIT:
Code: Select all
258: if ( $mode == 'editprofile' && $current_type == USER_AVATAR_UPLOAD :&& $current_avatar != '' )
259: {
260: user_avatar_delete($current_type, $current_avatar);
Posted: Mon Aug 06, 2007 10:56 pm
by ScottyGEE
Give me the image and I'll try for you
Posted: Tue Aug 07, 2007 6:56 am
by McJix
I had that problem, but I renamed my avatar image file, then re-uploaded it again.
Posted: Tue Aug 07, 2007 7:16 am
by JK-47
McJix wrote:I had that problem, but I renamed my avatar image file, then re-uploaded it again.
Ah, there we go, thanks