FrontEndUser 1.6.9
Posted: Tue Sep 08, 2009 2:33 pm
Hi,
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 which cannot be interpreted properly by browsers like Firefox.
Thank's!
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!