2014-09-20, 05:54 PM
I change "Default Avatar Dimensions" and now avatar don't showing up.
In HTML there's no dimensions:
And I have errors when I try upload new avatar:
How can I fix it?
In HTML there's no dimensions:
<img src="/images/default_avatar.jpg" alt="" width="0" height="" />
And I have errors when I try upload new avatar:
Type: 2
File: inc/functions_image.php (Line no. 94)
Message
imagealphablending() expects parameter 1 to be resource, boolean given
Type: 2
File: inc/functions_image.php (Line no. 95)
Message
imagefill() expects parameter 1 to be resource, boolean given
Type: 2
File: inc/functions_image.php (Line no. 98)
Message
imagesavealpha() expects parameter 1 to be resource, boolean given
Type: 2
File: inc/functions_image.php (Line no. 95)
Message
imagecolorallocatealpha() expects parameter 1 to be resource, boolean given
How can I fix it?