Opened 17 years ago
Closed 17 years ago
#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 (1)
comment:1 Changed 17 years ago by
Keywords: | wwwroo file upload browser removed |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Thank you for your effort in placing the bug. We have change the function in the current version 2.5.1., so we recommend you to upgrade to 2.5.1. Thanks again.