Page 1 of 1

FrontEndUser 1.6.9

Posted: Tue Sep 08, 2009 2:33 pm
by qv90
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

Code: Select all

<img src="http://localhost/cms/uploads\avatar\1_avatar.png" alt="1_avatar.png"/>
which cannot be interpreted properly by browsers like Firefox.

Thank's!