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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.