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); }
Logged In: YES user_id=1356422 Originator: NO
I'll test it with http://dev.fckeditor.net/ticket/454
Fixed with http://dev.fckeditor.net/changeset/413
Log in to post a comment.
Logged In: YES
user_id=1356422
Originator: NO
I'll test it with http://dev.fckeditor.net/ticket/454
Logged In: YES
user_id=1356422
Originator: NO
Fixed with http://dev.fckeditor.net/changeset/413