I have recently taken over our churches website and we use FCKeditor for our site. Thing is I think the previous admin disabled something and I am not sure how to fix it. Evertime I try to browse the server to insert a picture I get this error:
This connector is disabled. Please check the "editor/filemanager/connectors/php/config.php" file
What does this mean exactly, and how can I fix this?
This connector is disabled. Please check the "editor/filemanager/connectors/php/config.php" file
What does this mean exactly, and how can I fix this?
Re: Question in regards to connectors
Like the error says "This connector is disabled. Please check the "editor/filemanager/connectors/php/config.php" file"
So look in the config.php and change a setting from 'false' into 'true'.
About line 27 there is this peace of code:
$Config['Enabled'] is in your script is set to false I assume