ballouta Posted August 8, 2009 Share Posted August 8, 2009 Hi, I know that you may ask me to post this question in the FCKEditor forums, but actually most of the posts are not replied, i assume i might get an answer from there next year. i've installed the text editor successfuly andenabled the image upload but still the image is not uploaded, fckconfig.js: i tried both lines (separated) FCKConfig.ImageUploadURL = FCKConfig.BasePath + 'filemanager/connectors/' + _QuickUploadLanguage + '/home/ahlussu/public_html/images/' + _QuickUploadExtension + '?Type=Image' ; //FCKConfig.ImageUploadURL = '/home/ahlussu/public_html/images/' ; As for editor\filemanager\connectors\php\config.php $Config['Enabled'] = true ; $Config['UserFilesPath'] = '/home/ahlussu/public_html/images/' ; $Config['UserFilesAbsolutePath'] = '/home/ahlussu/public_html/images/' ; is there smthg I missed? many Thanks Quote Link to comment Share on other sites More sharing options...
student101 Posted August 11, 2009 Share Posted August 11, 2009 If you've searched you would have found it; http://www.fckeditor.net/forums/viewtopic.php?f=6&t=11439&sid=841c73ed002a368b1f1323b5e96c1d2b http://www.fckeditor.net/forums/viewtopic.php?f=6&t=9659&sid=841c73ed002a368b1f1323b5e96c1d2b Quote Link to comment Share on other sites More sharing options...
infiniteacuity Posted August 12, 2009 Share Posted August 12, 2009 You need to use a relative path for: $Config['UserFilesPath'] = '/home/ahlussu/public_html/images/' ; So it should be something like: $Config['UserFilesPath'] = '/images/' ; Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.