This file uploader is disabled. Please check the "editor/filemanager/connectors/php/config.php" file

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

tnx for visiting my site....

it worked .great problem finish in a sec

Post new comment

The content of this field is kept private and will not be shown publicly.
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.