XF 1.2 Import Avatars from phpbb

Edubal

Member
Licensed customer
Hi,
Why my forum doesn't import avatars?
Directories /files and /images/avatars/ are uploaded ok and don't show any installation error. Cache is re builded.
 
If it imports some avatars (custom, local avatars), it's likely the correct path. Note that we only import custom avatars - if you have an "avatar gallery", those will not be imported.
 
You may have to. Is there anything different about those avatars than the ones that did import correctly?
 
Isn't there anything. Are the same JPG avatars image.

(Imported)
<img src="./download/file.php?avatar=620_1287150713.jpg" width="200" height="180" alt="Avatar de Usuario">
(imported)
<img src="./download/file.php?avatar=282_1249911812.jpg" width="102" height="127" alt="Avatar de Usuario">
(no imported)
<img src="./download/file.php?avatar=2_1295310509.jpg" width="125" height="136" alt="Avatar de Usuario">
 
Back
Top Bottom