#1805: wwwroo website directory for PHP
------------------+---------------------------------------------------------
 Reporter:  smrt  |        Type:  Bug                          
   Status:  new   |    Priority:  Normal                       
Milestone:        |   Component:  File Browser                 
  Version:        |    Keywords:  wwwroo, file, upload, browser
------------------+---------------------------------------------------------
 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

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/1805>
FCKeditor <http://www.fckeditor.net>
The text editor for Internet
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to