﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1805	wwwroo website directory for PHP	smrt		"Hi!
I have Win XP, IIS and FCKeditor version 2.3 Beta installed. I know it is old version but i couldn't found the solution.
There is a problem when using PHP filemanager and uploader. The 'wwwroo' path is wrong. It should be 'wwwroot'.

To fix this problem open
editor\filemanager\browser\default\connectors\php\io.php, go to line 88 to find function GetRootPath().

In the line
return substr( $sRealPath, 0, strlen( $sRealPath ) - strlen( $sSelfPath ) ) ;
Change to
return substr( $sRealPath, 0, strlen( $sRealPath ) - strlen( $sSelfPath ) + 1);

Regards"	Bug	closed	Normal		File Browser		fixed		ciril.s@…
