FCKeditor wrong directory - Resources Browser - 1.2.5-DEV
Posted: Wed 14. Sep 2005, 07:35
1.2.5-DEV
The popup window FCKeditor Resources Browser, when we select images on the WYSIWYG Editor, uses the /picture/upload directory.
The bug is if we use a root directory.
In this example the picture folder should be /cms/picture/upload, but the FCKeditor still uses the default /picture/upload ignoring the config file.
Returns error because does not exist.
The popup window FCKeditor Resources Browser, when we select images on the WYSIWYG Editor, uses the /picture/upload directory.
The bug is if we use a root directory.
Code: Select all
// paths
$phpwcms["DOC_ROOT"] = $_SERVER['DOCUMENT_ROOT'];
$phpwcms["root"] = "cms"; //default: ""
$phpwcms["file_path"] = "phpwcms_filestorage"; //default: "phpwcms_filestorage"
$phpwcms["templates"] = "phpwcms_template"; //default: "phpwcms_template"
$phpwcms["content_path"] = "content"; //default: "content"
$phpwcms["cimage_path"] = "images"; //default: "images"
$phpwcms["ftp_path"] = "phpwcms_ftp"; //default: "phpwcms_ftp"
Returns error because does not exist.