please change DIRECTORY_SEPARATOR in future relase to '/' in all modules regarding avatars - on windows system this global constant is set to '\' in PHP. If you then try e.g. to change user setting with an image (avatar) attached, it will be output as
Code: Select all
<img src="http://localhost/cms/uploads\avatar\1_avatar.png" alt="1_avatar.png"/>
Thank's!