Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Just like forschi, I've been struggling for 2 days having same message
This connector is disabled. Pleas check the "editor/filemanager/connectors/php/config.php" file
Following README.txt instructions:
1) I enabled in the
/all/modules/fckeditor/fckeditor/editor/filemanager/connectors/php/config.php file
with the line in the config file: $Config['Enabled'] = true ;
2) I added
require_once "../../../../../filemanager.config.php";
straight below this line:
$Config['UserFilesAbsolutePath'] = '' ;
Finally, in my Drupal site settings file, I couldn't enable the cookie domain and set it to something useful (like my domain) as read only file. I did it on file default.setting.php.
I have been using the drupal 6.13 and I have just installed the Fck editor. I wanted to have the file uploaded facility enabled so I configured it accordingly.But then when I tried to upload an image then it said me "This connector is disabled. Please check the "editor/filemanager/connectors/php/config.php".
But when I read that $cookie_domain = 'your.domain.here'; is the solution so it worked like a charm.
Comments
Comment #1
toltec commentedadd
$cookie_domain = 'your.domain.here';
in your /sites/default/settings.php file
as it is written in README.
Comment #2
wwalc commentedComment #4
Anonymous (not verified) commentedI'm facing the same problem here. I added the line in settings.php and set the connector to "enabled".
Comment #5
victoire commentedJust like forschi, I've been struggling for 2 days having same message
This connector is disabled. Pleas check the "editor/filemanager/connectors/php/config.php" file
Following README.txt instructions:
1) I enabled in the
/all/modules/fckeditor/fckeditor/editor/filemanager/connectors/php/config.php file
with the line in the config file: $Config['Enabled'] = true ;
2) I added
require_once "../../../../../filemanager.config.php";
straight below this line:
$Config['UserFilesAbsolutePath'] = '' ;
Finally, in my Drupal site settings file, I couldn't enable the cookie domain and set it to something useful (like my domain) as read only file. I did it on file default.setting.php.
Thank you for your help/suggestions!
Comment #6
Jorrit commentedMake the file writable and then make the change. Changing the default settings file has no effect at all.
Comment #7
letsnurture commentedHi, folk
This is 100% pure solution.
I have been using the drupal 6.13 and I have just installed the Fck editor. I wanted to have the file uploaded facility enabled so I configured it accordingly.But then when I tried to upload an image then it said me "This connector is disabled. Please check the "editor/filemanager/connectors/php/config.php".
But when I read that $cookie_domain = 'your.domain.here'; is the solution so it worked like a charm.
Thanks again.
Cheers.
Sachin Pethani
www.letsnurture.co.cc