We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

when Profile Edit we loose that profile User photo is missing | Forum

hostbili
hostbili Aug 1 '15
Hi friend
when Profile Edit we loose that profile User photo is missing 

plz any one fix that problem it very urgent

hostbili
hostbili Aug 1 '15
plz check screen below
Attachments:
  screen1.jpg (308Kb)
Onur
Onur Aug 3 '15
same problem here.
Daisy Team
Daisy Aug 3 '15
This is the well know issue which will be fixed with the upcoming update. For now to fix this issue at your site, you can apply the following fix:

- Go to /ow_system_plugins/base/classes/avatar_field_validator.php file.

- Find the following string:

if ( !file_exists($path) )

and replace it with the following one:

if ( !file_exists($path) && !BOL_AvatarService::getInstance()->getAvatarUrl(OW::getUser()->getId(), 1) )

Or you can set the upload avatar field as optional via Admin Area > User Settings >>
Avatar upload field, set the display value.