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 Link to comment https://forums.phpfreaks.com/topic/169402-fckeditor-image-upload/ 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 Link to comment https://forums.phpfreaks.com/topic/169402-fckeditor-image-upload/#findComment-895592 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/' ; Link to comment https://forums.phpfreaks.com/topic/169402-fckeditor-image-upload/#findComment-896482 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.