Avatar image missing

  • Thread starter Thread starter Deleted member 1836
  • Start date Start date
  • Tags Tags
    avatar
D

Deleted member 1836

Guest
It seems that the avatar uploaded image is not working, my assets directories are writable, image exists in the avatars directory but not showing. no errors, only on inspect element avatar img tag src is empty.

avatar-missing.jpg
 
Last edited by a moderator:
Problem solved

found in logs
2016/11/14 19:28:13 [error] [application] You must have either the GD or iMagick extension loaded to use this library

I installed php5-gd and now works.
 
Back
Top