Ticket #1805 (closed Bug: fixed)
wwwroo website directory for PHP
| Reported by: | smrt | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | File Browser | Version: | |
| Keywords: | Cc: | ciril.s@… |
Description
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
Change History
Note: See
TracTickets for help on using
tickets.