Stickybomb Posted April 27, 2007 Share Posted April 27, 2007 ok i followed there documentation word for word but it does not upload the images. it gives me the message saying that the image has been uploaded but nothing is in the upload directory when i check it. some information about my installation i have the fck main folder in my admin/functions folder and the upload folder in the directory above that as follows root/admin/functions/fckeditor <-- installation folder root/admin/uploads <-- my uploads folder the installation is running through php i made the edits in the documentation the the following in the following directory root/admin/functions/fckeditor/editor/filemanager/browser/default/connectors/php i made the following changes to config.php $Config['Enabled'] = true ; $Config['UserFilesPath'] = 'uploads/' ; $Config['UserFilesAbsolutePath'] = 'root/admin/uploads' ; i made the edits in the documentation the the following in the following directory root/admin/functions/fckeditor/editor/filemanager/upload/php/ i made the following changes to config.php $Config['Enabled'] = true ; $Config['UserFilesPath'] = 'uploads/' ; $Config['UserFilesAbsolutePath'] = 'root/admin/uploads' ; i made the edits in the documentation the the following in the following directory root/admin/functions/fckeditor/ i made the following changes to fckconfig.js var _FileBrowserLanguage = 'php' ; var _QuickUploadLanguage = 'php' ; these were all the changes maped out in th wiki and i made all of them yet the upload does not work if anyone can assit me with this it would be a big help. 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.