Openfire 4.5.2 missing Avatars

After upgrading to version 4.5.2, Spark 2.8.3 lost the avatars of employees and their own avatar.
Removing the Spark folder from% AppData does not help…

Screenshot_475
Screenshot_473 Screenshot_474 Screenshot_472

where are the avatars stored?

Ldap
image

So they are in your ldap directory/AD. If not, change this value to false.

what does your ldap.vcard-mapping field look like?

Yes, avatars are in ldap, I can see them in the property of the object.
ldap.vcard-mapping has standard values ​​to indicate a phone number, avatar, name.

<![CDATA[
<vCard xmlns="vcard-temp">
  <N>
    <GIVEN>{cn}</GIVEN>
  </N> 
  <EMAIL>
    <INTERNET/> 
    <USERID>{mail}</USERID>
  </EMAIL> 
  <FN>{displayName}</FN> 
  <NICKNAME>{displayName}</NICKNAME> 
  <PHOTO>
    <TYPE>image/jpeg</TYPE> 
    <BINVAL>{thumbnailPhoto}</BINVAL>
  </PHOTO> 
  <ADR>
    <HOME/> 
    <STREET>{homePostalAddress}</STREET> 
    <PCODE>{homeZip}</PCODE> 
    <CTRY>{co}</CTRY>
  </ADR> 
  <ADR>
    <WORK/> 
    <STREET>{streetAddress}</STREET> 
    <LOCALITY>{l}</LOCALITY> 
    <REGION>{st}</REGION> 
    <PCODE>{postalCode}</PCODE> 
    <CTRY>{co}</CTRY>
  </ADR> 
  <TEL>
    <HOME/> 
    <VOICE/> 
    <NUMBER>{homePhone}</NUMBER>
  </TEL> 
  <TEL>
    <HOME/> 
    <CELL/> 
    <NUMBER>{mobile}</NUMBER>
  </TEL> 
  <TEL>
    <WORK/> 
    <VOICE/> 
    <NUMBER>{telephoneNumber}</NUMBER>
  </TEL> 
  <TEL>
    <WORK/> 
    <CELL/> 
    <NUMBER>{mobile}</NUMBER>
  </TEL> 
  <TEL>
    <WORK/> 
    <FAX/> 
    <NUMBER>{facsimileTelephoneNumber}</NUMBER>
  </TEL> 
  <TEL>
    <WORK/> 
    <PAGER/> 
    <NUMBER>{pager}</NUMBER>
  </TEL> 
  <TITLE>{title}</TITLE> 
  <ORG>
    <ORGUNIT>{department}</ORGUNIT>
  </ORG>
</vCard>]]>

I don’t know what happened, but I returned to the point before the update, updated again to 4.5.2 and avatars appeared …

I’ll close the topic when on the weekend I try to update the Openfire production server again