FCKEditor and Browse Server feature
Posted: Fri Oct 21, 2005 3:04 am
Hiya,
I have installed both tinyMCE and FCKeditor, with both of the them I get the same problem.
With TinyMCE, the imanager plugin I cannot get it to see my uploads folder as with FCKeditor server browser window, also can't see the upload folder.
I have edited the correct files with adding the correct relative folders.
The full path to my Serendipity folder is:
/mounted-storage/home7/sub001/sc13854-AEQJ/www/se/
The relative folder for the fckeditor:
plugins/serendipity_event_fckeditor/fckeditor/
My uploads folder is:
/se/uploads
code snippet: /editor/filemanager/upload/php/config.php
Code Snippet of editor/filemanager/browser/default/connectors/php/config.php
I have tried everything, well I have exhausted all my ideas... I'm really stuck with this one.
Note: I have removed TinyMCE ... But as mentioned I had the very same problem.
I have installed both tinyMCE and FCKeditor, with both of the them I get the same problem.
With TinyMCE, the imanager plugin I cannot get it to see my uploads folder as with FCKeditor server browser window, also can't see the upload folder.
I have edited the correct files with adding the correct relative folders.
The full path to my Serendipity folder is:
/mounted-storage/home7/sub001/sc13854-AEQJ/www/se/
The relative folder for the fckeditor:
plugins/serendipity_event_fckeditor/fckeditor/
My uploads folder is:
/se/uploads
code snippet: /editor/filemanager/upload/php/config.php
Code: Select all
global $Config ;
// SECURITY: You must explicitelly enable this "uploader".
$Config['Enabled'] = true ;
// Path to uploaded files relative to the document root.
$Config['UserFilesPath'] = "/uploads/" ;Code: Select all
global $Config ;
// SECURITY: You must explicitelly enable this "connector". (Set it to "true").
$Config['Enabled'] = true ;
// Path to user files relative to the document root.
$Config['UserFilesPath'] = "/uploads/" ;Note: I have removed TinyMCE ... But as mentioned I had the very same problem.