Menu

#187 CreateServerFolder - mkdir compatibility

closed
None
5
2007-07-07
2005-12-20
mvl22
No

in io.php , add to the start of CreateServerFolder()

# Ensure the folder path has no double-slashes, or
mkdir may fail on certain platforms
while (strpos ($folderPath, '//') !== false) {
$folderPath = str_replace ('//', '/',
$folderPath);
}

Discussion

  • Alfonso Martinez

    Logged In: YES
    user_id=1356422
    Originator: NO

    I'll test it with http://dev.fckeditor.net/ticket/454

     
  • Alfonso Martinez

    • assigned_to: nobody --> alfonsoml
     
  • Alfonso Martinez

    Logged In: YES
    user_id=1356422
    Originator: NO

    Fixed with http://dev.fckeditor.net/changeset/413

     
  • Alfonso Martinez

    • status: open --> closed
     

Log in to post a comment.

MongoDB Logo MongoDB