Jump to content

fckeditor image upload problems


Stickybomb

Recommended Posts

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.

 

Link to comment
https://forums.phpfreaks.com/topic/48986-fckeditor-image-upload-problems/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.