This file uploader is disabled. Please check the "editor/filemanager/connectors/php/config.php" file
Tagged:
This is a FCKEditor error when you try to upload image. FCKEditor is a WYSIWYG (what you see is what you get) HTML editor. As what the message said, file uploader is disabled so you cant use it. To enable, open the "editor/filemanager/connectors/php/config.php" file and look for the following line
$Config['Enabled'] = false ;
change to
$Config['Enabled'] = true ;
done...

thnks
tnx for visiting my site....
it worked .great problem finish in a sec
Post new comment