Unable to upload file
DEBUG MODE
Line : 259
File : usercp_avatar.php
I get that error when I try to upload my new avatar...
Can't change my avatar
- Sgt.Peppers
- Posts: 2277
- Joined: Thu Jul 06, 2006 1:25 pm
- Location: Texas
It would be the type of file or possibly the size that is giving you this error.
EDIT:
EDIT:
Code: Select all
258: if ( $mode == 'editprofile' && $current_type == USER_AVATAR_UPLOAD :&& $current_avatar != '' )
259: {
260: user_avatar_delete($current_type, $current_avatar);
Last edited by Lavix on Mon Aug 06, 2007 11:35 pm, edited 1 time in total.