Main navigation
Product navigation
Main content
CKEditor 4
Overview
Demo
Accessibility Checker
Add-ons
Documentation
Download
Pricing
More
Home
WYSIWYG Editors
CKEditor 4
CKEditor 5
Image upload
CKFinder
Easy Image
Collaboration
Comments
New
Track changes
New
Collaborative editing
Pricing
Case studies
New
Documentation
Help center
Blog
Contact us
The forum operates in
read-only
mode. Please head to
StackOverflow
for support.
Forums
CKEditor
Support
Last post
Fri, 12/03/2004 - 11:28
#1
laqrhead
Joined:
21/06/2006
Posts:
5
Browse Server options and PHP not working
I'm having trouble getting the browse server option to work. Are there any configuration variables that need to be set for this to work? and if so where can I find them?
Fri, 12/03/2004 - 10:29
#2
laqrhead
Joined:
21/06/2006
Posts:
5
RE: Browse Server options and PHP not working
I'm fiddling with the php connector file, and it seems to be the \\ instead of // thats causing problems. maybe.
If on line 39 of connetor.php I change:
$GLOBALS["UserFilesDirectory"] = GetRootPath() . str_replace( '/', '\\', $GLOBALS["UserFilesPath"] ) ;
to:
$GLOBALS["UserFilesDirectory"] = GetRootPath() . str_replace( '/', '//', $GLOBALS["UserFilesPath"] ) ;
("\\" to "//")
I can get the file to upload, however, it's named File\filename.doc
is connector.php only for windows servers?
Fri, 12/03/2004 - 11:28
#3
laqrhead
Joined:
21/06/2006
Posts:
5
RE: Browse Server options and PHP not working
https://sourceforge.net/forum/forum.php ... _id=379487
Twitter
Facebook
Facebook
Instagram
Medium
Linkedin
GitHub
Arrow down
Phone
Menu
Close icon
Check
RE: Browse Server options and PHP not working
If on line 39 of connetor.php I change:
$GLOBALS["UserFilesDirectory"] = GetRootPath() . str_replace( '/', '\\', $GLOBALS["UserFilesPath"] ) ;
to:
$GLOBALS["UserFilesDirectory"] = GetRootPath() . str_replace( '/', '//', $GLOBALS["UserFilesPath"] ) ;
("\\" to "//")
I can get the file to upload, however, it's named File\filename.doc
is connector.php only for windows servers?
RE: Browse Server options and PHP not working
https://sourceforge.net/forum/forum.php ... _id=379487