Opened 16 years ago

Closed 16 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 16 years ago by Wojciech Olchawa

Keywords: wwwroo file upload browser removed
Resolution: fixed
Status: newclosed

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.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy