After the integration of TiPask_V2.5_UTF8_20140606 and UCenter_1.6.0_SC_UTF8, the solution to the avatar cannot be displayed!
The screenshot of the avatar cannot be displayed, on the active user page,http://zhidao.hmwis.com/user/activelist.html:
Solution:
lib/global.func.php
function get_avatar_dir
//return $setting[‘ucenter_url’]./avatar.php?uid=. $UID .&size=middle;
@Include TiPask_root ./data/ucconfig.inc.php;
return UC_API ./avatar.php?uid=. $UID .&size=middle;
The reason is: $setting[‘ucenter_url’]Empty!
After solving, the screenshot is as follows:

